/* CSS Document */
/*-----text-------------*/
#content a
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#content a:hover
{
	background-color: #CE8023;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.subhead
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.subsubhead
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*-----text-ende--------*/
/*-----menu-------------*/
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li
{
	float: left;
	list-style: none;
	margin-left: 6px;
}

#menu a
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover { color: #CE8023; }



/*-----menu-ende--------*/
/*-----footer-----------*/
#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li
{
	float: right;
	list-style: none;
	margin-right: 6px;
}

#footer a
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover { color: #FFFFFF; }

/*-----footer-ende------*/
/*-----content----------*/
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

img { border: 0px; }

#container
{
	position: absolute;
	text-align: left;
	width: 750px;
	height: 650px;
	left: 50%;
	margin-left: -375px;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	z-index: 1;
}

#heads
{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}

#logo
{
	position: absolute;
	text-align: right;
	margin-top: 115px;
	margin-left: 535px;
	width: 200px;
	height: 16;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#menu
{
	position: absolute;
	text-align: left;
	margin-top: 98px;
	margin-left: 0px;
	width: 750px;
	height: 25px;
	background-color: #E2E2E2;
	background-image: url(../bilder/menubg.gif);
	background-repeat: no-repeat;
}

#menugo
{
	position: absolute;
	text-align: left;
	margin-top: 6px;
	width: 530px;
	margin-left: 12px;
}

#content
{
	position: relative;
	text-align: left;
	margin-top: 140px;
	margin-left: 15px;
	width: 720px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#content img { margin-bottom: 3px; }

#footer
{
	position: relative;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 750px;
	height: 25px;
	background-color: #E2E2E2;
	background-image: url(../bilder/footerbg.gif);
	background-repeat: no-repeat;
}

#marke
{
	position: absolute;
	text-align: left;
	width: 200px;
	font-size: 10px;
	color: #B2B2B2;
	margin-top: 7px;
	margin-left: 22px;
}

#footergo
{
	position: absolute;
	text-align: left;
	width: 200px;
	margin-top: 7px;
	margin-left: 537px;
}

/*-----content--ende----*/
/*-----liste------------*/
table ul
{
	list-style: none;
	width: 530px;
	margin: 0;
	padding: 0;
}

table li
{
	list-style: none;
	margin-bottom: 2px;
}

td
{
	font-style: normal;
	font-weight: normal;
}

.grey { background-color: #EEEEEE; }
.top { text-align: right; }

/*-----liste-ende-------*/
/*-----formular---------*/
input { width: 525px; }
textarea { width: 525px; }

/*-----formular-ende----*/
