﻿
body {
	background-color: #fef5dc;
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

div#defaultcont {
	margin: 20px auto auto auto;
	width: 600px;
	text-align: center;
}

div#maincont {
	width: 800px;
	margin: 0px auto auto auto;
}

div#logocont {
	float:left;
	width:200px;
	height:100px;
	background-color: #DBAE51;
	margin: auto auto 5px 0px;
}

div#menuecont {
	float: right;
	width: 595px;
	height: 100px;
	margin: 0px 0px 0px 0px;
}

div#submenuecont {
	height: 20px;
	text-indent: 10px;
	background-color: #AC8F53;
}

div#hauptmenuecont {
	height: 80px;
	background-color: #DBAE51;
}

div#headercont {
	clear: both;
	height: 65px;
	margin: auto auto 5px auto;

	background-color: #AC8F53;
}

div#sidebarcont {
	float: left;
	width: 200px;
	height: 380px;
	background-color: #DBAE51;
	margin-bottom: 5px;
	text-align: center;
}

.sidebarcontent {
	margin: 10px;
}

div#ausgabecont {
    float: right;
	height: 366px;
	width: 580px;
	overflow: auto;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 6px;
	text-align: justify;
	vertical-align: top;
}

div#footercont {
	clear: both;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}



img
{
    border: none;
}


input
{
    /*border: 1px solid #333;*/
}