/* CSS Document */
/*Farben
rot #d2232a
blau #37699e
grün #41ad49
*/
body 
{
min-height:1000px;
 font-family:Verdana, Tahoma, Arial;
 font-size:0.8em;
 line-height:1.2em;
 background-color:#eceded ; /*#ffcc00;ffff00;*/
}
h1 {font-size:1.6em;color:#000000;margin-bottom:10px;}
h2 {font-size:1.0em;color:#37699e;margin-bottom:0px;}
h3 {font-size:1.0em;color:#41ad49;margin-bottom:0px;}
h4 {font-size:1.0em;color:#d2232a;margin-bottom:0px;}
h5 {font-size:1.0em;color:#000000;margin-bottom:0px;}
p {margin-top:0px;}
/*
a:link, a:visited, a:active, a:hover
{ 
margin-left:14px;
  text-decoration:none;
  font-weight:bold;
  color:#333333;
  font-size:1.0em;
}
a:active, a:hover
{ 
background-color:#ffec00;
 text-decoration:underline;
}*/
.geklickt, .ungeklickt{
margin-left:14px;
  text-decoration:none;
  font-weight:bold;
  color:#333333;
  font-size:1.0em;
  background-color:#FFFFFF;
}
.ungeklickt:hover {
background-color:#ffec00;
 text-decoration:underline;
}
.geklickt{
	background-color:#ffec00;
	color:#333333;
}

.ungeklickt{
	background-color:#FFFFFF;
	color:#333333;
}

textarea{
height:140px;
width:300px;
margin-right:10px;
border-top: 1px #CCCCCC solid;
border-left: 1px #CCCCCC solid;
border-right: 2px #CCCCCC solid;
border-bottom: 2px #CCCCCC solid;
}
input{
margin:4px;
border-top: 1px #CCCCCC solid;
border-left: 1px #CCCCCC solid;
border-right: 2px #CCCCCC solid;
border-bottom: 2px #CCCCCC solid;
font-size:1.0em;
padding:2px;
}
.img_rand{
margin: 0 8px 0 0;
float:left;
padding:4px;
border: 1px solid  #FFFF00; /*#D9E0E6;*/
border-bottom-color: #CCCCCC; /*#C8CDD2;*/
border-right-color: #CCCCCC;/*#C8CDD2;*/
background:#FFFFFF;
}
.klein{
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
}
.linksbuendig{
margin-top:70px;
text-align:left;
line-height:0.4em;
}
.rechtsbuendig{
text-align:right;
line-height:1.0em;
margin-right:240px;
}
.beschr{
margin-left:4px;
}
.warnung{
color:#FF0000;
font-weight:bold;
}
#container {
width:1000px;
height: auto !important; /*moderne Browser*/
height: 100%; /* IE */
padding: 0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
border-top:1px solid #999999;
border-left:1px solid #999999;
border-bottom:2px solid #999999;
border-right:2px solid #999999;
background-color:#FFFFFF;
}
#title, #rechts, #content{
background-color:#FFFFFF;
}
#title {
height:114px;
padding:4px;
margin-bottom:4px;
border-bottom:4px solid #999999;
}

#rechts {
width: 150px; /*150px;*/
height: auto !important; /*moderne Browser*/
height: 100%; /* IE */
float:right;
padding:4px;
border-left:1px solid #999999;
}


.hidden{
display:none;
}
/*  ----------------footer---------------------- */ 
#footer {

clear:both;
width:auto;
padding:10px;
margin:0px;
text-align: center; 
background-color:#FFFF00;
} 


#content {

width:800px;
height:auto;/*500px;*/
float:left;
padding:10px;
}
