body, html, #navigation, #container, #inhalt {
           margin:0;
           padding:0;
}
body {
	font: 12px sans-serif;
	text-align: center;
	background-color: #D8D6D1;
}

#container {
           width: 900px;
           text-align: left;
           margin: 0 auto;
           background-color:#5A8BE0;
		   background-image:url(images/background.jpg);
		   background-repeat: no-repeat;
   
}

#kopf {
			height: 165px;
			padding: 10px;
			text-align: center;

}
#navigation {
	width: 170px;
	float: left;
	color: #000000;
	background-image: url(images/navigation_back.jpg);
	font-size: 12px;
	font-weight: normal;
	background-repeat: no-repeat;
}
#inhalt {
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 170px;
	background-image: url(images/junior1.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

h1 {
	font-size: 14px;
}

a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#000000;}
a:active {color:#000000;}
a:focus {color:#000000;}

a.image:link {color:#000000;}
a.image:visited {color:#000000;}
a.image:hover {color:#000000;}
a.image:active {color:#000000;}
a.image:focus {color:#000000;}
