* {
margin: 0;
padding: 0;
}

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

#outer {
	width: 100%;
}

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

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

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

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

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

#navigation_startseite {
	float: left;
	width: 180px;
	height: 585px;
	background-image: url(images/nav_hintergrund.gif);
	background-position: top;
	background-repeat: no-repeat;
}


#content {
	margin-left: 200px;
	margin-right: 115px;
}

#content_startseite {
	margin-left: 180px;
	width: 846px;
	height: 585px;
	background-image: url(images/start_background.gif);
	background-position: top;
	background-repeat: no-repeat;
}




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;
}