* {
margin: 0;
padding: 0;
}

body {
font-size: 13px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height : 21px;
}

#outer {
	width: 100%;
}

#header{
	width: 100%;
	background-color: #ffffff;
}

#header img {
	display: block;
   	margin-left: auto;
   	margin-right: auto;
}

#main {
	width: 100%;
}

/* container zum zentrieren */
#container {
width: 900px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 45px;
padding-bottom: 20px;
}

#navigation {
float: left;
width: 165px;
}

#content {
margin-left: 210px;
}

div#content {
min-height: 600px; /*Mindesthöhe in standardkonformen Browsern */
height: auto !important; /* autom. Höhe mit !important-Regel für standardkonforme Browser, um nachfolgende height-Deklaration zu ignorieren */
height: 600px; /* "Mindesthöhe" in IE(<7) */
}

#footer {
        	clear: both;
	width: 100%;
	background-color: #ffffff;
}

#footer img {
	display: block;
   	margin-left: auto;
   	margin-right: auto;
}
