/***
dunkelblau 002651
hellgrau BFC3C6
dunkelgrau 7E7F81
orange F5A300


***/
/*******************layout*************************/
#printHeader{display:none;}

body {
	margin: 0;
	padding: 0;
	height:100%;
	text-align:center;
	background-color:#002651;

}



div#container{
	width:990px;
	margin:0px auto;
	text-align:left;
	padding:0;
	background-color:#002651;
}
div#links {
	float: left;
	width: 743px;
	text-align: left;
	padding: 0;
	border:0px solid #fff;
	margin:0;
	background-image:url(images/linksBackground.gif);
	background-repeat: repeat;
}
div#rechts {
	float: left;
	width: 237px;
	text-align: left;
	padding: 20px 0 0 10px;
	border:0px solid #fff;
	margin:0;
	background-color:#002651;
}

div#header {
	height: 165px;
	width:743px;
	padding: 0;
	background-image:url(images/headerBackground.gif);
	background-repeat: no-repeat;
}




div#header img{
	margin:0 0 0 0;
	padding:0;
}

div#navVertikal{
	float: left;
	width:220px;
  margin: 0;
	padding: 0;
	background-image:url(images/navBackground.gif);
	background-repeat: repeat;

}
div#content {
	float:left;
	margin: 0;
	padding: 0 40px 0 40px;

	width:443px;

}
div#feet{
	clear:left;
	margin: 0;
	padding: 0;
/*	background-image:url(images/feetBackground.gif);
	background-repeat: no-repeat;*/
	width:743px;
	height:37px;
}
div#news{
	margin:0;
	width: 220px;
	padding:0;
	background-image:url(images/newsBackground.gif);
	background-repeat: repeat;
	
}

div#info{
	margin:0;
	width: 220px;
	padding:0;
	background-image:url(images/infoBackground.gif);
	background-repeat: repeat;
	display:block;
}
div#adresse{
	margin:0;
	width: 220px;
	padding:0;
	background-image:url(images/adresseBackground.gif);
	background-repeat: repeat;
}

.box{
	margin-bottom:15px;
	display:block;

}
.boxAdresse{
	margin-bottom:0;
	display:block;

}
.csc-default{
	padding:0 20px 0 20px;
	margin:0;
	
}
#background{
	background-image:url(images/containerBackground.gif);
	background-repeat: repeat;
}
