
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #aaa;
font-family: Verdana;
font-size: 100.01%;
}

#wrapper
{
width: 1024px;
margin: 10px auto;
font-size: 0.9em;
border: 1px solid blue;
background-image: url(wrap.jpg);
}

#header
{width: 1024px;
margin: 0 auto;
background: #00248F;
color: #fff;
}


#navi
{float: left;
width: 160px;
padding: 5px;
background: #bbb;
font-size: 1em;
}

#content
{
width: 660px;
float: left;
margin-left: 10px;
display: inline;
padding: 5px;
background: #ccc;
}

#rechteSpalte
{
width: 152px;
padding: 5px;
background: #bbb;
float: left;
display: inline;
margin-left: 10px;
}

.center {text-align: center;}

.clear {clear: both;}

h1 {
text-align: center;
font-size: 1.4em;
}

h2 {
text-align: center;
font-size: 1.2em;
}

/* Footer styles */
#footer {
	clear:both;
	/*float:left;*/
        margin:auto;
	width:100%;
	border-top:1px solid #fff;
}

#footer p {
	padding:10px;
	margin:0;
}

a:link {font-weight:bold;color:blue;text-decoration:none;}
a:visited {font-weight:bold;color:#bbb;text-decoration:none;}
a:focus{font-weight:bold;color:red;text-decoration:underline;}
a:hover {color:#fff;background:#003;text-decoration:none;}
a:active {font-weight:bold;color:white;text-decoration:none;}
