* {
	margin:0;
	padding:0;
}

body {
	background-color: #D1E2F1;
}  

a img { 
	border: 0; 
}
a {
	border: 0;
	margin: 0;
	outline: 0;
}

div#container {
	width: 920px;
	margin: 0px auto;
	background-color: #FFFFFF;

}
div#bottomContainer {
	width: 920px;
}
div#naviContainer {
	float: left;
	width: 300px;
}
div#contentContainer {
	float: left;
	width: 605px;
}
div#logos {
	margin-left: 21px;
	width: 880px;
	height: 80px;	
}
div.sponsor {
	float: left;
	height: 42px;
	margin-right: 24px;
	margin-top: 7px;
}

div.sponsor a {
	text-indent: -5000px;
	display: block;
	height: 42px;
	background: bottom;
}
div.sponsor a:hover {
	background: top;
}

div#navi {
	position: fixed;
	width: 285px;
	margin-top: 32px;
}
div#content {
	width: 600px;
	margin-top: 137px;
}

.bilderContainer {
	width: 600px;
	margin-top: 2px;
	text-align: center;	
}

.bilderContainerLeft {
	float: left;
	width: 290px;
	margin-right: 26px;
	margin-top: 2px;	
}
.bilderContainerRight {
	float: right;
	width: 290px;
	margin-left: 26px;
	margin-top: 2px;	
}
.bilderContainer img, .bilderContainerLeft img, .bilderContainerRight img {
	margin-bottom: 16px;
}

.spacer_18 {
	height: 18px;
}
.spacer_25 {
	height: 25px;
}
.spacer_31 {
	height: 31px;
}




.spacer_15 {
	height: 15px;
}
.spacer_20 {
	height: 20px;
}
.spacer_35 {
	height: 35px;
}
.spacer_35_clear {
	height: 35px;
	clear: both;
}
.spacer_20_clear {
	height: 20px;
	clear: both;
}