@charset "utf-8";
/* CSS Document */

html, body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	height:100%;
	background:url(../images/background.gif);
}

#container {
	width:802px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto;
	background:url(../images/rastercontent.jpg) repeat-y;
	background-position:0px 193px;
}

img { border:none }

#subnavi {
	margin-left:55px;
	padding:0;
	width:182px;
	float:left;
}

*html #subnavi {
	margin-left:27px;	
}

#navi {
	height:78px;
	background:url(../images/menu.jpg) no-repeat;
}

#logo {
	text-align:center;
	width:100%;
	height:115px;
	background:url(../images/background.gif);
}

#flaggen {
	margin:-115px 0 0 670px;
}


.content {
	float:left;
	margin-left:110px;
	width:600px;
	color:#453519;
	line-height:20px;
	font-size:15px;
}

*html .content {
	margin-left:60px;
}

#subnavicontent {
	float:left;
	margin-left:30px;
	width:450px;
	color:#453519;
	line-height:20px;
	font-size:15px;
}

