 body{ 
    font-family:Arial, sans-serif;
    font-size:13px;
    direction:ltr;
    background-color:rgb(200,200,200);
    padding:0px;
    margin:0px;
    
}

a {
	color:rgb(0,147,221);
	text-decoration:underline;
	
}

a:hover {
	text-decoration:underline;
}

#center{
	background-color:rgb(255,255,255);
	min-height:100%;
	 }
	 
#seite{
 	width:1000px;
 	text-align:left;
 	min-height:100%;
 	background-color:rgb(255,255,255);   
}

/* Styles für die linke Seite*/
#links {
    float:left;
    width:180px;
    margin:0px;
    padding:0px;
}

#logo {
	height:134px;
	width:150px;
    margin:0px;
    padding:5px;
    background-image:url(logo.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-color:rgb(255,255,255);
}
#navigation {
	float:left;
	width:180px;
	margin-top:10px;
}
    
a.navi, a.aktive{ 
  	display:block;
  	width:164px;
  	height:20px;
  	margin:5px;
  	padding:3px;
  	color:rgb(0,0,0);
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
  	
}
a.navi{
	background-color:rgb(0,147,221) ;
 }

a.navi:hover{
  background-color:rgb(182,103,60) ;
}

a.aktive
  {
	background-color:rgb(93,179,52) ;
}

#search{
	width:162px;
	margin:5px;
	margin-top:15px;
  	padding:3px;
	display:block;
	background-color:rgb(230,230,230);
	text-align:center;
	border:rgb(127,127,127) 1px solid;


}

#search input[type=submit]{
	background-color:rgb(127,127,127);
}

/*Styles fÃ¼r die Mitte*/
    
#mitte {
	width:800px;
	height:auto;
	display:block;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#kopf {
    font-family:Arial, sans-serif;
    margin:5px;
    margin-left:0px;
    margin-right:0px;
    width:800px;
    font-weight:bolder;
}

#ut {height:50px;
     margin:0px;
     padding-top:30px;
     font-size:40px;
     background-color:rgb(255,255,255);
     color:rgb(0,147,221);
     border-bottom:3px rgb(0,147,221) solid;
     
}

#ta {height:55px;
     margin:0;
     background-color:rgb(255,255,255);
     color:rgb(182,103,60);
     font-size:35px;
}

#inhalt {
	width:625px;
	float:left;
	margin-top:2px;
	
}

#bullet {
	position:relative; 
	height:20px;
	width:20px;
	top:8px;
	margin-right:10px;
	background-color:rgb(93,179,52);
	float:left;
	vertical-align:middle;    
}

h1{ 
	font-size:30px;
	margin-top:2px;
	text-decoration:none;
	font-weight:bold;
}

h2{
	font-size:20px;
	margin-top:2px;
	text-decoration:none;
	font-weight:bold;
}

h2.ueberschriftlisten{
	font-size:15px;
	margin-top:20px;
	margin-bottom:5px;
	text-decoration:none;
	font-weight:bold;
}

p.abstract{ 
	font-size:13px;
	margin-top:2px;
	text-decoration:none;
	text-align:justify;
}

b{
	font-weight:bold;
}

img{
	border:none;
}

ul{
	margin-top:7px;
	margin-bottom:7px;
}



/*Styles rechter Bereich*/
#rechts {
	float:left;
	width:160px;
	margin-top:20px;
	margin-left:15px;
}

div.info{
	width:146px;
	margin-top:0px;
	margin-bottom:20px;
	padding:5px;
	border: 2px solid #000000;
	background-color:rgb(219,178,156);
	color:rgb(0,0,0);
	font-size:10px;
	text-decoration:none;
}

div.info p.first:first-line {
 	padding-top:0px;
 	margin-top:0px;   
}

div.info a{
	color:rgb(0,0,0);
	}
	
#fuss1 {
	width:800px;
	height:10px;
	clear:left;
	display:block;
	text-align:center;
}

#fuss {
	width:800px;
	display:block;
	border-top:3px rgb(0,147,221) solid;
	font-size:10px;
	letter-spacing:0.08em;
	text-align:center;
}

input.form_normal, textarea.form_normal {
	border:1px rgb(0,147,221)  solid;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	font-family:Arial, sans-serif;
	font-size:13px;
}

input.error, textarea.error {
	border:2px rgb(182,103,60)  solid;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	font-family:Arial, sans-serif;
	font-size:13px;
	
}

li.error{
	color:rgb(182,103,60);
	font-weight:bold;
}

input[type=text] {
	width:300px;
}

input[type=submit] {
	width:134px;
	margin:5px;
  	padding:3px;
  	background-color:rgb(0,147,221);
  	font-weight:bold;
	border:0px;
}
input[type=submit]:hover {
	background-color:rgb(182,103,60) ;
}

textarea{
	width:500px;
	height:200px;
}

td.form_normal{
	width:200px;
	padding:0px;
	margin:0px;
	text-align:left;
}

td.error{
	width:200px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:rgb(182,103,60);
	font-weight:bold;
	
}
table.kontakt{
	padding:0px;
	margin:0px;
}

hr{
margin-top:10px;
margin-bottom:10px;

}










