﻿body {
	background-color: #333;
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	color: #333;
}

div#defaultcont {
	margin: 20px auto auto auto;
	width: 600px;
	text-align: center;
}

div#maincont {
	width: 800px;
	margin: 0px auto auto auto;
	background: #fff;
}

div#menuecont {
	/*height: 100px;*/
	margin: 0px;
}

div#submenuecont {
	height: 20px;
	text-indent: 10px;
	line-height: 20px;
	text-align: right;
	/*background-color: #AC8F53;*/
}

div#hauptmenuecont {
	/*height: 80px;*/
	/*background-color: #DBAE51;*/
}

div#headercont {
	clear: both;
	/*height: 65px;*/
	margin: auto auto 0px auto;

	/*background-color: #AC8F53;*/
}

div#ausgabecont {
	/*border: 1px solid #cccccc;*/
	background-color: #ffffff;
	padding: 6px;
	text-align: justify;
	vertical-align: top;
	margin-bottom: 5px;
}

div#footercont {
	clear: both;
	text-align: center;
	background-color: #e4e4e4;
	/*border: 1px solid #cccccc;*/
	height: 30px;
	line-height: 30px;
}



img
{
    border: none;
}


input
{
    /*border: 1px solid #333;*/
}
