{ padding: 0; margin: 0; }

body {
 font-family: Verdana, sans-serif;
 font-size: 10px;
 background: #666666;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#head {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ffffff;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #A62153;
}
#navi { 
 color: #ffffff;
 border: 1px solid #ccc;
 background: #24498D;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 430px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #000000;
 border: 1px solid #24498D;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 430px;
 width: 456px;
 display: inline;
}
#rechts { 
 color: #ffffff;
 border: 1px solid #ccc;
 background: #A62153;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 430px;
 width: 195px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #ffffff;
 border: 1px solid #ccc;
 background: #24498D;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: right;
}

#content a{
color: #000000; font-weight: bold; text-decoration: none; font-size: 10px;
}

#content a:hover {
color: #000000; font-weight: bold; background: #A62153; font-size: 10px;
}

#rechts a{
color: #ffffff; font-weight: bold; text-decoration: none; font-size: 10px;
}

#rechts a:hover {
color: #ffffff; font-weight: bold; background: #A62153; font-size: 10px;
}
a:link { color: #ffffff; font-weight: bold; text-decoration: none; font-size: 12px;}

a:hover { color: #ffffff; font-weight: bold; background: #A62153; font-size: 12px;}

a:visited { color: #ffffff; font-weight: bold; text-decoration: none; font-size: 12px;}

a:active { color: #ffffff; font-size: 12px;}

h2 {color: #000000; font-family: Verdana, sans-serif; font-size: 13px; font-weight: bold;}
h3 {color: #000000; font-family: Verdana, sans-serif; font-size: 12px; font-weight: bold;}
img {border: 1px solid #24498D;}