body 
{
background-color:#e3ddd5;
font-size: 11pt;font-family: arial, serif;
color:#000000;
background-image:url('./images/back.jpg');
background-repeat:repeat-all;
}


h1{
	color:#fdff7c;
	font-size:18pt;
}
.page
{
	width:960px;
	position:absolute;margin-top:0px;margin-left:-480px;left:50%;
}

.header{
	margin:0;
	margin-top:-265px;
	width:960px;
	height:308px;
	background-image:url('./images/header.png');
  	background-repeat:no-repeat;	
}

.content{
	width:960px;
	margin:0;
	background-image:url('./images/content.png');
  	background-repeat:repeat-y;
	min-height:460px;height:auto !important;height:460px;
  	
}

.flaggen{
	width:105px;
	height:20px;
	margin-top:270px;
	margin-left:820px;
}

.navi{
	width:900px;
	padding-left:30px;
	padding-top:275px;
	
}
.content_right{
	width:600px;
	float:right;
	margin-right:30px;
	margin-top:15px;
	background-color:#c8c2ba;
	padding:5px;
	min-height:360px;height:auto !important;height:360px;
}

.content_left{
	width:250px;
	float:left;
	margin-left:30px;
	margin-top:15px;
	background-color:#c8c2ba;
	padding:5px;
	min-height:360px;height:auto !important;height:360px;
}


.footer
{
	margin:0;
	width:960px;
	height:72px;
	background-image:url('./images/footer.png');
  	background-repeat:no-repeat;
}

.clearfix{
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}