/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

body{
 background:#eee;
 font:.8em "trebuchet ms", arial, sans-serif;
 text-align:center;
}

p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}

/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#000;
 text-decoration:underline
}

a:hover{
 text-decoration:none
}

/* Suchfelder */
.suche_table {
	margin: 0 0 0 20px;
}
.suche_input {
	width: 120px;
}
.suche_go_input {
	width: 30px;
}
.highlight { background-color: yellow;}


/* Formatierungen Layout (grob) */
#seite{
 background:#fff url(hintergrund.jpg) repeat-y;
 margin:0 auto;
 padding:10px 10px 5px 13px;
 text-align:left;
 width:715px
}

#oben{
 background:#fff url("bild_1.jpg");
 clear:both;
 height:168px;
 width:713px;
}

#links{
 float:left;
 margin:0 0 20px 0;
 width:458px;
}
#links img {
	float: left;
	margin: 10px;
}
#links ol li { 
  color: #000;
}

#links ol li span {
  color: #EEE;
}

#links ul {
  padding-bottom: 10px;
}

#links ul li {
  list-style-image: url(li_bullet.gif);
}

#rechts{
 float:left;
 margin: 0 0 20px 20px;
 width:235px;
	text-decoration: none;
}

#unten{
 background:#666;
 clear:both;
 width:713px
}

/* Formatierungen Navigationsleiste */
#navigation{
 background:#fff;
 float:left;
 width:450px;
 padding:0 0 4px 0;
}

#navigation ul{
 list-style-image: url(li_bullet.gif);
 margin: 0 0 0 10px;
}

#navigation ul li{
 display:inline;
 margin:0 10px 0 0 
}

#navigation ul li a{
 text-decoration:none;
 border-bottom:4px solid #fff;
 color:#666;
 font-size:.9em; 
 font-weight:bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 border-bottom:4px solid #666}

.login_table {
	margin: 0 0 0 0px;
}
/***************************************************
 Sidemenu Styles
 ***************************************************/
.sideMenu a:link,a:visited,a:active{
	text-decoration: none;
	font-weight: bold;
}

/* ************ */



input {
  width: auto;
}

textarea {
  width: 98%;
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #000;
  background-color: #bfbfbf;
  border: 1px solid #d8d8d8;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #bfbfbf;
  border: 1px solid #EEE;
}



/* Sonstige Formatierungen */
.titel{
	float:right;
	width:220px;
	padding:0 10px 0 0;
	color: #666;
	font-size: 1.2em;
	letter-spacing: 0.01em;
}

.titel img{
 border:0
}



/* Schrift-Formatierungen */
h1,h2,h3 {
 border-bottom:1px solid #ccc;
 color:#666;
 font-size:1.5em;
 letter-spacing:0.01em;
 margin:25px 0 0 0
}

#links p{
 text-align:justify
}

#links li{
	padding-left: 10px;
	list-style: circle inside;
}

#unten p{
 color:#eee;
 font:.85em "trebuchet ms", verdana, sans-serif;
 padding:5px;
}

/* Formatierungen Navigation (Rechte Spalte) */
#rechts ul{
list-style:none;
 margin:0 0 0 0
}

#rechts ul li{
 background:url(/styles/liste.jpg) no-repeat;
 display:block;
  margin:0 0px 0 0;
 padding:0 0 0 16px
}

#rechts ul li a{
 text-decoration:none;
  color:#666;
}

#rechts ul li a:hover{
  color:#000;
}

#unten a{
 color:#fff;
 text-decoration:underline
}

#unten a:hover{
 text-decoration:none
}

.button {
  w\idth: 70%;
  cursor: pointer;
}
.description{
	color : #002200;
	text-align : center;
	letter-spacing : 4px;
	font-weight : bold;
}

table {
	width: auto !important;
}
