/* DIV-STUFF der Startseite */

#container {
	width: 790px;
	margin-right: auto;
	margin-left: 0px;
	position: absolute;
	top: 69px;
	left: 180px;
}

#header {
	position: relative;
	top: 0px;
	left:0px;
	width: 790px;
	background-color: #DAC59C;
}
#content {
	position: relative;
	top: 0px;
	left:0px;
	width: 580px;
/*	border-right:2px dotted #666666;  */
}

#infos {
	position: absolute;
	top: 10px;
	left:580px;
	border-left:2px dotted #666666;
	padding: 5px 5px 5px 5px;
	width: 200px;
	height:100%;
}

#footer {
	position: relative;
	top: 40px;
	left:0px;
	width: 790px;
	border-top:2px dotted #666666;
}


#toptainer {
	margin-right: auto;
	margin-left: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom:2px dotted #666666;
	padding-bottom: 5px;
}

#prgtainer {
	width: 170px;
	margin-right: 0px;
	margin-left: 0px;
	position: absolute;
	top: 74px;
	left: 6px;
	border-right:2px dotted #666666;
}

