body, html
{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-family: courier new, georgia, Verdana, Tahoma, Arial, Helvetica;
	color: #333333;
	background-image: url(../img/main_bg.gif);
	background-color: #FFFFFF;
	line-height: 1.2em;
	
}

/* kompletter body mit allen Bereichen */
#main
{
	padding: 20px 0px 0px 20px;
	width: 900px;
	text-align: left;
	/* margin: 0px auto; mittige ausrichtung */
	overflow: hidden;
}

/* linker bereich mit navigation etc. */
#left
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	_padding-bottom: 32767px !important;
	_margin-bottom: -32767px !important;
	height: 100%;
	display: block;
}

/* rechter bereich mit contextinfo etc. */
#right
{
	float: left;
	clear: right;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	width: 180px;
	font-size: 0.75em;
	background-color: #01ADEB;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	color: #FFFFFF;
	background-image: url(../img/right_bg.gif);
	background-repeat: repeat-y;
}

#news-block, #news-block-2
{
	border: 1px solid;
	color: #01ADEB;
	background-color: #FFFFFF;
	padding: 10px;

	font-size: 0.95em;
	/*background-image: url(../img/right_newsblock_bg.gif);*/
	background-position: -10px -10px;
}

#menu-sub-logo
{
	position: absolute;
	left: 20px;
	position: bottom;
}

#info-navi
{
	position: absolute;
	background-color: #FFFFFF;
	color: #01ADEB;
	text-align: right;
	padding: 3px;
	left: 752px;
	top:  25px;
	width: 150px;
	font-size: 0.75em;
}

#info-navi a:link, #info-navi a:visited, #info-navi a:active
{
	font-weight: normal;
	text-decoration: none;
}

#info-navi a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

#schleife-right
{
	position: absolute;
	left: 630px;
	margin: 0px;
	padding: 0px;
	margin-top: -4px;
	overflow: hidden;
}

/* navigation */
#navigation
{
	float: left;
	font-size: 0.75em;
	padding: 0px;
	margin: 0px;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	background-color: #FFFFFF;
	height: 100%;
}

/* Hauptmenue AKTIV */
#navigation a:link.mainactive, #navigation a:visited.mainactive, #navigation a:active.mainactive, #navigation a:hover.mainactive
{
	padding: 5px 0px 0px 10px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 135px;
	height: 25px;
	display: block;
	font-weight: normal;
}

/* Hauptmenue INAKTIV */
#navigation a:link.maininactive, #navigation a:visited.maininactive, #navigation a:active.maininactive
{
	padding: 5px 0px 0px 10px;
	margin: 0px;
	color: #01ADEB;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 135px;
	height: 25px;
	display: block;
	font-weight: normal;
}

#navigation a:hover.maininactive
{
	padding: 5px 0px 0px 10px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 135px;
	height: 25px;
	display: block;
	font-weight: normal;
	border-color: #FF9900;
}

/* Untermenue INAKTIV */
#navigation a:link.subinactive, #navigation a:visited.subinactive, #navigation a:active.subinactive
{
	padding: 5px 0px 0px 25px;
	margin: 0px;
	color: #01ADEB;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 120px;
	height: 25px;
	display: block;
	font-weight: normal;
}

#navigation a:hover.subinactive
{
	padding: 5px 0px 0px 25px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 120px;
	height: 25px;
	display: block;
	font-weight: normal;
}
/* Untermenue AKTIV */
#navigation a:link.subactive, #navigation a:visited.subactive, #navigation a:active.subactive, #navigation a:hover.subactive
{
	padding: 5px 0px 0px 25px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 120px;
	height:25px;
	display: block;
	font-weight: normal;
}

#navigation p
{
	margin: 0px;
	padding: 0px;
	width: 145px;
}

#content
{
	float: left;
	margin: 10px;
	padding: 10px;
	font-size: 0.75em;
	font-weight: normal;
	width: 515px;
	background-color: #FFFFFF;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

* html #content
{
	display: inline;
}

#banner
{
	float:right;
	margin: 0px;
	padding: 0px;
	width: 755px;
	display: inline;
	overflow: hidden;
	height: 120px;
}

H3
{
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	color: #01ADEB;
	width: 100%;
}

H2
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	color: #01ADEB;
	background-image: url(../img/trace_bg_2.gif);
	background-position: 0px 20px;
	height: 1.5em;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

H1
{
	font-size: 1.3em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #01ADEB;
	font-weight: bold;
	float: left;
	width: 100%;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(../img/trace_bg_2.gif);
	background-repeat: repeat-x;
	background-position: 0px 22px;
}

p
{
	padding: 8px;
	margin: 5px 0px 20px 0px;
	float:left;
	width: 499px;
	text-align: justify;
}

li
{
	list-style-type: square;
}

img
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img.right
{
	float: right;
	margin: 10px;
	margin: 10px 0px 10px 10px;
	border: 1px solid;
}

img.left
{
	float: left;
	margin: 10px 10px 10px 0px;
	border: 1px solid;
}


input
{
	font-weight: normal;
	height: 16px;
	background-color: #F1F0F0;
	color: #333333;
	border: 1px solid;
	border-color: #333333;
}

#error
{
	width: 180px;
	min-width: 200px;
	padding: 8px;
	margin: 0px;
	border: 1px solid;
	background-color: #FFF1DD;
	float: right;
	color: #FF9900;
}

#error p
{
	padding: 0px 0px 5px 20px;
	margin: 0px;
	width: 180px;
	background-image: url(../img/input_error.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: right;
	background-color: #FFF1DD;
	border:0px;
}

#sitemap
{
	margin: -15px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#sitemap p
{
	margin: 0px 0px 1px 0px;
	padding: 0px;
	display: block;
	width: 550px;
	_width: 548px;
	height: auto;
	border: 1px solid;
	border-color: #CCCCCC;
}

#sitemap p.main
{
	margin: 8px 0px 1px 0px;
}

#sitemap a
{
	display: block;
	margin: 0px;
}

#sitemap a:link.main, a:active.main, a:visited.main
{
	border-color: #333333 !important;
	background-color: #EEEEEE;
	height: 15px;
	padding: 5px;
	margin: 0px;
}

#sitemap a:hover.main
{
	height: 15px;
	padding: 5px;
	margin: 0px;
	border-color: #FF9900 !important;
	background-color: #FFF1DD;
}

#sitemap a:link.sub, a:active.sub, a:visited.sub
{
	border-color: #EEEEEE !important;
	height: 15px;
	padding: 5px;
	padding-left: 15px;
	margin: 0px;
}

#sitemap a:hover.sub
{
	height: 15px;
	padding: 5px;
	padding-left: 15px;
	margin: 0px;
	border-color: #FF9900 !important;
	background-color: #FFF1DD;
}

a:link, a:active, a:visited
{
	color: #01ADEB;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

a:hover
{
	color: #01ADEB;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

textarea
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	border: 1px solid;
	border-color: #333333;
	color: #333333;
	color: #00AEEF;
}

input
{
	border: 1px solid;
	border-color: #333333;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

#footer
{
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
	height: 20px;
	/* background-image: url(../img/footer_bg.jpg);*/
	/* background-repeat: no-repeat;*/
	background-color: #01ADEB;
	background-position: center;
	font-size: 0.7em;
	width: 535px;
	color: #FFFFFF;
	margin-left: 155px;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
	color: #FFFFFF;
	font-weight: normal;
}

table
{
	font-size: 1em;
	width: 100%;
	padding: 0;
	margin: 0;
}

td
{
	padding: 3px;
	margin: 0px;
}

tr
{
	border: 1px solid;
	padding: 0;
	margin: 0;
}

th
{
	text-align: left;
	padding: 3px;
	margin: 0;
}

/* FORMS */
input
{
	font-family: courier new; georgia, Tahoma, Arial, Helvetica;
	font-weight: normal;
	height: 16px;
	background-color: #F1F0F0;
	color: #00AEEF;
	border: 1px solid;
	border-color: #333333;
}

#formwithmessagebox
{
	width: 505px;
	padding: 5px;
	margin: 0px;
	float: left;
	background-color: #F2F2F2;
	margin-bottom: 5px;
}

#formwithmessagemessage
{
	padding: 7px;
	margin: 0 0 5px 0;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #333333;
}

#formwithmessagemessage.left
{
	float: left;
}

#formwithmessagemessage p.norm
{
	padding: 0;
	margin: 0;
	float: left;
	border:0px;
	width: 489px;
}

#error
{
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid;
	background-color: #FFF1DD;
	float: left;
	color: #FF9900;
	width: 493px;
}

#error.left
{
	float: left;
}

#error p
{
	padding: 0px 0px 5px 25px;
	margin: 0px;
	width: 468px;
	background-image: url(../img/input_error.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	float: left;
	background-color: #FFF1DD;
}

#formwithmessageform
{
	width: 487px;
	padding: 8px;
	float: left;
	border: 1px solid;
	background-color: #FFFFFF;
}

#formwithmessageform label
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	width: 37%;
	float: left;
	height: 26px;
	display: block;
}

#formwithmessageform label.error
{
	color: #FF9900;
	font-weight: bold;
}

#formwithmessageform input.text, input.password
{
	margin: 0px;
	padding: 4px;
	margin-bottom: 5px;
	width: 60%;
	float: right;
	height: 16px;
	background-image: url(../img/input_bg.gif);
	border-color: #333333;
}

#formwithmessageform input.submit
{
	padding: 0px;
	margin: 0px;
	/*margin-bottom: 5px;*/
	width: 65px;
	height: 20px;
	float: right;
	border-color: #333333;
	color: #FFFFFF;
	background-color: #00AEEF;
	font-weight: bold;
}


#formwithmessageform textarea.text
{
	padding: 4px;
	margin-bottom: 5px;
	width: 60%;
	float: right;
	height: 150px;
	background-image: url(../img/input_bg.gif);
	border-color: #333333;
	color: #00AEEF;
	font-family: courier new; georgia, Tahoma, Arial, Helvetica;
	font-size: 1em;
}

#formwithmessageform label.radio
{
	float: left;
	width: auto;
	padding: 0px;
	_line-height: 1em;
}

#formwithmessageform input.radio
{
	float: left;
	width: 20px;
	border-width: 0px;
	background-color: #EEEEEE;
}

#formwithmessageform input.checkbox
{
	float: left;
	padding: 2px;
	margin: 0px 0px 0px 10px;
	_margin: 0px 0px 0px 6px;
	margin-bottom: 5px;
	border-width: 0px;
	height: 20px;
	background-color: #EEEEEE;
	width: 177px;
}

#formwithmessageform input.file
{
	margin: 0px;
	padding: 2px;
	margin-bottom: 5px;
	width: auto;
	_width: 100%;
	float: right;
	height: 20px;
	background-image: url(../img/input_bg.gif);
	border-color: #333333;
	border: 1px solid;
}

#formwithmessageform select
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	width: 177px;
	float: right;
	height: auto;
	background-image: url(../img/input_bg.gif);
	border: 1px solid;
	border-color: #333333;
}

#formwithmessageform .likelabel
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	width: 112px;
	float: left;
	height: 20px !important;
	display: block;
}

#main
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}

	/* easy clearing */
#main:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#main
	{
	display: inline-block;
	}
/*\*/
#main
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
