body
	{
	background-color: #ffffff;
	color: #202020;
	font: 75% Helvetica, sans-serif;
	margin: 0;
	padding: 2% 0 0 0;
	text-align: center;
	/* These work in IE only, changes the look of the scrollbar + textareas */
	scrollbar-base-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-arrow-color: black;
	}

#docbody
	{
	position: relative;
	width: 855px;
	height: 580px;
	margin: 0 auto;
	z-index: 1;
	border: 0;
	text-align: left;
	background-color: #eeeeee;
	}

#header {
	background-color: #ffffff;	
	z-index: 6;
	padding-bottom: 10px;
	}

#header a img {
	border-width: 0;
	}

#impressum
	{
	/*background-color: blue;*/
	color: #de8037;
	text-align: right;
	margin-right: 20px;
	height: 20px;
	padding: 0;
	}

#impressum div.lang
	{
	color: #000000;
	margin-left: 20px;
	float: left;
	clear: top;
	}

#impressum div.lang a

	{
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	border: 1px solid #b2b2b2 ;
        }

#impressum div.lang a:hover, #impressum div.lang a.act
	{
	background-color: #de8037 ;
	}



#impressum a
	{
	color: #de8037;
	text-decoration: none;
	}

#contact {
	font-size: 90%;
	position: relative;
	top: 435px;
	/* too much \*/
	top: 450px;
	/* for ie52mac */
	height: 20px;
	}

#contact a
	{
	color: #202020;
	text-decoration: none;
	}

div, h1, h2, td
	{
	font-family: Helvetica, sans-serif;
	vertical-align: top;
	}

h1
	{
	font-size: 110%;
	font-weight: bold;
	}

h2
	{
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 12px;
	}

form h2 {
	font-size: 100%;
	font-weight: normal;
	}

a:link { font-weight:normal; color: #de8036; text-decoration:none }
a:visited { font-weight:normal; color: #de8036; text-decoration:none }
a:hover { font-weight:normal; color:#808285; text-decoration:none }
a:active { font-weight:normal; color:#808285; text-decoration:none }
a:focus { font-weight:normal; color:#808285; text-decoration:none }

p	{
	line-height: 125%;
	padding: 0 0 10px 0;
	}

table, td, th
	{
	font: 100% Helvetica, sans-serif;
	}

#navContainer
	{
	padding: 0 3px;
	}

#navigation
	{
	position: relative;
	float: left;
	margin: 0 0 10px -20px;
	width: 170px;
	z-index: 10;
	text-align: left;
	font-size: 95%;
	margin-top: -25px;
	/*ie52mac error\*/
	margin-top: -10px;
	/*too much spacing*/
	}

#navigation a 
	{
	color: #202020;
	}

#mainContainer
	{
	position: absolute;
	left: 150;
	float: right; 
	width: 705px;
	height: 445px;
	overflow: auto;
	z-index: 2;
	margin-top: -15px;
	/*ie52mac error\*/
	margin-top: 0;
	/*too much spacing*/
	}

#main
	{
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	width: 685px;
	height: 445px;
	z-index: 3;
	}

#contentContainer
	{
	background-color: #ffffff;
	position: relative;
	float: left;
	width: 440px;
	min-height: 445px;
	z-index: 11;
	margin: 0;
	padding: 0;
	}

#content
	{
	padding: 20px 30px;
	}

#image
	{
	position: relative;
	float: right;
	width: 230px;
	margin-left: 10px;
	padding-right: 0px;
	z-index: 12;
	}

#image p
	{
	margin: 5px 0 12px 0;
	padding: 0;
	}

/*
anchors: a.nav, a.navPath
top: navtoplevel, navselftoplevel
sub: nav, navself
*/

a.nav,a.navPath
	{
	text-decoration: none;
	}

div.nav,div.navSelf
	{
	padding: 1px 0;
	margin-top: 5px;
	}

div.navTopLevel,div.navSelfTopLevel
	{
	padding: 2px 0;
	margin-top: 10px;
	}

div.navSelf,div.navSelfTopLevel
	{
	background-color: #de8036;
	}

div.nav, div.navTopLevel
	{
	background-color: #929497;
	}

.contentImage_left
	{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	}

.contentImage_right
	{
	float: right;
	padding-left: 5px;
	padding-bottom: 10px;
	}

#contentDivMainColumnTotalWidth
	{
	position: absolute;
	left: 217px;
	top: 88px;
	width: 710px;
	}

#contentDivMainColumn
	{
	position: absolute;
	left: 217px;
	top: 88px;
	width: 450px;
	}

#contentDivRightColumn
	{
	position: absolute;
	left: 702px;
	top: 96px;
	width: 225px;
	}

.rightColumnTitle
	{
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 4px;
	margin-top: 25px;
	}

table.contentTable
	{
	max-width: 440px;
	}

td.table, td.tableHead
	{
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
	border-style: solid;
	border-width: 0px;
	border-color: #aaaaaa;
	}

td.tableHead
	{
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
	}

tr.tableAlt
	{
	background-color: #eeeeee;
	}

.devShowBox
	{
	background-color: #cccccc;
	padding: 4px;
	}

.code
	{
	font-family: Courier New,monospace;
	font-size: 100%; 
	}


textarea, input.text, select
	{
	width: 100%;
	font-family: Helvetica,sans-serif;
	font-size: 100%;
	border: 1px solid #808285;
	background-color: #fafafa;
	}

input.submit
	{
	font-family: Helvetica,sans-serif;
	font-size: 100%;
	margin-top: 5px;
	background-color: #eeeeee; 
	}

input.checkbox, input.radio
	{
	position: relative;
	top: 3px;
	margin-right: 6px;
	}
