body {
	margin:0;
	padding:0;
	background-image: url(../img/site/background.gif);
}

#language {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 52px; /* ist dann auch gleiche Breite der L?nderfahnen*/
}

#main {
	width: 860px;
	background-color: #FFFFFF;
	padding: 10px;
	border-width:1.5px;
	border-color:#555555;
	border-style:solid;
}

#head {
	width: 860px;
	height: 210px;
	background-image: url(../img/site/head_logo.jpg);
	margin-bottom: 10px;
}

#head_navigation {
    font-family:verdana, sans-serif;
    font-size:14px;
    color: #ffffff;
	width: 860px;
	height: 42px;
	background-image: url(../img/site/background_head_navigation.gif);
	margin-bottom: 5px;
    margin-top: 10px;
    text-align: center; 
    line-height: 3.0;
}

#head_navigation a, #head_navigation a:hover, #head_navigation a:active, #head_navigation a:link{
    font-family:verdana, sans-serif;
    font-size:14px;
    color: #ffffff;
    line-height: 3.0;
}


#content {
	width: 860px;
}

#footer {
    font-family:verdana, sans-serif;
    font-size:12px;
    font-weight:bold;
	color: #4e5503;
	padding: 20px;
	/*background-color: #DDDDDD;*/
	text-align: center;
}

#wrapper {
	position: absolute;
	left: 62px;
	top: 50px;
	width: 881px;
	/*background-color: #FFFFFF;*/
}