
/*
GRUNDEINSTELLUNGEN
*/

html, body {
	height:100%;												/* volle Hoehe des Viewports ausnutzen */
}

body {
	margin:0;
	padding:0;
	background-color:#EFEFEF;
	background-image:none;
	font-family:Verdana, Arial, Times;
	font-size:100.1%;										/* IE Font-Skalierungs-Bug workaround*/
	font-style:normal;
	font-weight:100;
	color:#000000;
	height:101%;												/* Anzeige der verticalen Scrolleiste erzeingen */
	text-align:center; 									/* Inhalte zentrieren im IE */
}

a:link {
	color:#4FA232;
	text-decoration:none;
}

a:visited {
	color:#4FA232;
	text-decoration:none;
}

a:hover {
	color:#E8891F;
	text-decoration:none;
}

a:active {
	color:#A374AC;
	text-decoration:none;
}

a:focus {
	color:#E8891F;
	text-decoration:none;
}

img {
	border-color:#000000;
}

b {
	font-weight:bold;
}


/*
LAYOUT
*/

div#layPageCanvas {
	width:720px;
	min-height:100%;										/* volle Hoehe des Viewports ausnutzen */
	height:auto !important; 						/* moderne Browser */
	height:100%; 												/* IE */
	margin:0 auto; 											/* standardkonforme horizontale Zentrierung */
	padding-top:0;
	padding-bottom:0;
	padding-left:10px;
	padding-right:30px;
	border-top:0 solid;
	border-bottom:0 solid;
	border-left:1px solid #555555;
	border-right:1px solid #555555;
	background-color:#FFFFFF;
	background-image:none;
	text-align:left; 										/* Inhalte wieder links ausrichten (wurde im body fuer den IE zentriert) */
}

div#layBoxTop {
	margin:0;
	padding:0;
	border:0;
}

div#layBoxNav {
	float:left;
	width:220px;
	height:expression(document.all.layBoxMain.offsetHeight+"px"); /* IE6 Float-Bug workaround */
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
}

div#layBoxMain {
	margin-top:0;
	margin-bottom:20px;
	margin-left:260px;
	margin-right:20px;
	padding:0;
	border:0;
}



/*
NAVIGATION
*/

.navList {
	margin-top:0;
	margin-bottom:50px;
	margin-left:60px;
	margin-right:0;
	padding:0;
	list-style-type:none;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	line-height:18px;
	white-space:nowrap;
}

a.navItem:link {
	color:#000000;
	text-decoration:none;
}

a.navItem:visited {
	color:#000000;
	text-decoration:none;
}

a.navItem:hover {
	color:#E8891F;
	text-decoration:none;
}

a.navItem:active {
	color:#A374AC;
	text-decoration:none;
}

a.navItem:focus {
	color:#E8891F;
	text-decoration:none;
}



/*
MAIN
*/

.pageTitle {
	font-size:12pt;
	font-weight:bold;
	color:#AFAFAF;
	margin-bottom:10px;
}

.pageText {
	margin-top:20px;
	font-size:10pt;
	font-weight:100;
	color:#000000;
}

img.pagePicture {
	border:1px solid #555555;
	margin:5px;
}
