html,body {
	background-color:#272e89;
	margin: 0;
	padding: 0;
}
html {

	overflow: -moz-scrollbars-vertical;
}
body {
	width:100%;
/* 	height:100%; */
	background:url(/system/gfx/template_background.jpg) 0px 0px repeat-x #272e89;
}

.page{
	width:1024px;
	margin:0 auto;
}

.header{
	margin:0;
	padding:0;
}

.header img{
	width:1024px;
	height:240px;
	border:none;
	float:left;
}

.clearing{
	clear:both;
}

.content{
	width:1024px;
	margin:0px auto;
}

.wrapper_content{
	width:918px;
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
	border-left:3px solid #fff;
	background-color:#c4c4c4;
	margin-left:42px;
}


.navigation_box {
	float:left;
	width:220px;
	margin-left:30px;
	vertical-align:top;
	margin-top:-5px;
}

.content_box {
	float:left;
 	width:615px;
	min-height:400px;
	margin-bottom:10px;
	vertical-align:top;
}

.footer{
	width:918px;
	height:25px;
	margin-left:42px;
	margin-top:10px;
	margin-bottom:0px;
}

.sprachen_box {
	margin-left:30px;
	color:#ffffff;
	font-size:14px;
	float:left;
}
.sitemap_box {
	margin-left:80px;
	color:#ffffff;
	font-size:14px;
	float:left;
}
.impressum_box {
	margin-left:100px;
	color:#ffffff;
	font-size:14px;
	float:left;
}

.sprachen_box a{
	color:#ffffff;
	font-size:14px;
	font-weight: normal;
}
.sitemap_box a{
	color:#ffffff;
	font-size:14px;
	font-weight: normal;
}
.impressum_box a{
	color:#ffffff;
	font-size:14px;
	font-weight: normal;
}

.content_image_top {
	float:right;
	margin-bottom:10px;
/* 	margin-right:5px; */
	border:3px solid #ffffff;
	font-size: 0;
}

.content_image_top img {
	border:none;
}

