/*************Allgemeines******************/
body {
	width: 100%;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #727272;	
	background: #9DA2A2 url('../upload/System/FadeBackground.png') repeat-x fixed;
	margin: 0;
	scrollbar-base-color: #ccc;
	scrollbar-track-color: #eee;
}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #727272;
	margin: 0 0 20px 0;
}
ul { margin: 0; }
label { cursor: hand; }
a { color: black; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

td, p {
	font-size: 8pt;
}
/*************Layer******************/
#main {
	width: 740px;
	height: 740px; 
	background: white;
	position: absolute;
	left: 50%;
	margin: 20px 20px 20px -375px;
}

#header {
	background: url('../upload/System/HeadNavBackground.png') repeat-x;
	margin: 0;
}
* html #header		{ background: url('../upload/System/HeadNavBackground.jpg') repeat-x; }	/* Hack for IE 5.5 - 6.x */
html + body #header	{ background: url('../upload/System/HeadNavBackground.jpg') repeat-x; }	/* Hack for IE 5.0 */

#content {
	margin: 0;
	padding: 25px 50px 50px 60px;
	height: 432px;
	overflow: auto;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	line-height: 17px;
	font-weight: normal;
	background: white url('../upload/System/FadeContent.png') repeat-x bottom left;
}
* html #content		 { height: 507px; } /* Hack for IE 5.5 - 6.x */
html + body #content { height: 507px; } /* Hack for IE 5.0 */

/***************** Navigation ******************/
#HeadNav { padding: 0; text-align: center; }
.HeadNavItem
{
	width: 107px; /* 740 : 5 - margin(40px) */
	list-style: none;
	float: left;
	height: 27px;	/* 39px with top padding */
	padding: 12px 20px 0 20px;
	color: white;
	font-family: trebuchet,arial,helvetica,sans-serif;
	font-size: 10pt;
	cursor: hand;
}
.HeadNavActive		{ background: url('../upload/System/MenuActive.jpg') no-repeat; }
.HeadNavInactive	{ background: url('../upload/System/MenuInactive.png') no-repeat; }
.HeadNavEmpty		{ background: url('../upload/System/MenuInactive.png') no-repeat; width: 1px; }

/* Hacks for IE */
* html .HeadNavItem		{ width: 147px; padding-bottom: 11px; }	/* Hack for IE 5.5 - 6.x */
html + body .HeadNavItem	{ width: 147px; padding-bottom: 11px; }	/* Hack for IE 5.0 */
* html .HeadNavEmpty		{ height: 39px; }			/* Hack for IE 5.5 - 6.x */
html + body .HeadNavEmpty	{ height: 39px; }			/* Hack for IE 5.0 */
/* End of hacks */

.HeadNavItem a
{
	font-family: trebuchet,arial,helvetica,sans-serif;
	color: white;
	text-decoration: none;
}
.HeadNavItem a:hover, .HeadNavItem a:active { text-decoration: underline; }


/***************** Mehr ******************/
#graybar /* Let's start a new killer war../. ;-) */
{
	width: 50px;
	height: 12px;
	line-height: 12px;
	background-color: #708989;
	float: left;
	margin: 4px 0 0 -60px;
}


#FooterNav {
	width: 100%;
	text-align: center;
	background: white url('../upload/System/FadeContent.png') repeat-x bottom left;
	padding: 5px 0;
}
#FooterNav a {
	font-size: 8pt;
	font-weight: bold;
	margin: 0 20px;
}

