body  {
font-size:12px;
background: #d5d9da url('../images/bg.jpg') repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #000000;
}

#site { 
background-color: #ffffff;
width:900px;
margin: 0 auto;
margin-top:25px;
}
	
#header { 
height:150px;
background: #ffffff url('../images/header.jpg');
}

#navigation {
background-color:#1a0af5;
height:25px;
margin: 0 auto;
font-weight:bold;
}

#navigation a {
color:#ffffff;
font-size:1.2em;
text-decoration: none;
}

#navigation a:hover {
color:#ffffff;
text-decoration: underline;
}
	
#navigation ul {
margin: 0px;
padding-top:4px;
padding-left:150px;
}
	
#navigation li {
list-style-type: none;
display:inline;
margin: 0px;
padding:5px;
}
	
#content {
text-align:justify;
background-color:#ffffff;
padding: 15px;
color:#000000;
border: 1px solid #c9c9c9;
} 
	
#content h1 {
font-size: 16px;
color:#FF0000;
}

#content a {
color: #0066CC;
text-decoration: none;
}
#content a:hover {
color: #0066CC;
text-decoration: underline;
}
	
#footer {
width:900px;
margin: 0 auto;
margin-bottom:25px;
text-align:center;
font-size:10px;
} 

#footer a {
color:#000000;
text-decoration: none;
}
#footer a:hover {
color:#000000;
text-decoration: underline;
}







	
form{
background-color: #FAFAFA;
padding:10px;
border: 1px solid #B4D6E6; 
}

label {
margin-right:20px;
float:left;
width:180px;
text-align:right;
}

input {
border:1px solid #C0C0C0;
}

textarea {
border:1px solid #C0C0C0;
}

form .button {
margin-left:200px;
}

form .hinweis {
color:#777777;
margin-left:200px;
}

form .error {
padding-left:200px;
background:#ffffff;
font-weight:bold;
color:#FF0000;
}

form .ok {
padding-left:200px;
background:#ffffff;
font-weight:bold;
color:#008800;
}

form h2 {
font-size:15px;
margin-left:200px;
}








.hinweis {
color:#777777;
}

.clearfloat { 
clear:both;
}

#right{
text-align: left;
width: 45%;
float:right;
color:#777777;
}

#left{
width:45%;
float:left;
color:#777777;
}

table,tr,td{
border-collapse:collapse;
border: 1px solid #C0C0C0;
text-align:center;
}
