﻿html,body {
	height: 100%;
}

body {
	color: #000;
	text-align: left;
	font-size: 9pt;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - Layout Allgemein Start- - - - - - - - - - - - - - - - - - - - */

#container {
	width: 980px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	text-align: left;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	position: relative;
	left: 0px;
	width: 980px;
	height: 59px;
	margin: 0px;
	padding: 0px;
}

#sprache {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	width: 947px;
	height: 35px;
}
#containerInhalt {
	width: 980px;
	overflow: hidden;
	margin-bottom: 50px;
}

#links {
	background-image:url(images/ecke_navitop.gif);
	background-repeat:no-repeat;
	float: left;
	width: 210px;
	overflow: hidden;
	padding-top: 15px;
}

#mitte {
	background-image:url(images/ecke_topcontent.gif);
	background-repeat:no-repeat;
	float: left;
	overflow: hidden;
	padding-top: 50px;
}

#spacer {
	width: 17px;
	float: left;
	overflow: hidden;
}

#sonne {
	background-image:url(images/sonne.gif);
	background-repeat:no-repeat;
	/*background-color: #fff5d8;*/
	float: left;
	width: 193px;
	overflow: hidden;
	padding-top: 100px;
}

#rechts {
	background-color: #fff5d8;
	width: 159px;
	overflow: hidden;
}

#rechts_content {
	width: 149px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 5px;	
}



img {
	border: 0px;
}


