body {
	color: #000;
	background: url('../im/bg-body.gif') repeat-x 0 0;
}

h1 { font-size: 300%; margin-bottom: 0.5em; }
h2 { font-size: 200%; margin-bottom: 0.5em; }
h3 { font-size: 150%; margin-bottom: 0.5em; }
h4 { font-size: 120%; margin-bottom: 0.5em; }
h5 { font-size: 100%; margin-bottom: 0.5em; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,
.bold      	{ font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

p           { margin: 0 0 1.5em 0; }

.small      { font-size: 77%;  }
.large      { font-size: 123%; }
.hide       { display: none; }

.clearleft 	{ clear: left; }
.clearright { clear: right; }

.clearfix {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0%;
}

hr { border: none; border-bottom: 1px solid #CEE0F4; height: 0; }

#language_switch {
	position: absolute; 
	z-index: 100; 
	width: 870px;
	padding: 10px 60px 0 0; 
	text-align: right;
}
#language_switch a { color: #fff; }

#credits {
	position: absolute; 
	z-index: 100; 
	width: 870px;
	padding: 8px 60px 0 0;
	text-align: right;
	font-size: 75%;
}
#credits a { text-decoration: none; color: #65c600;}


#wrapper { width: 930px; margin: 0 auto; }
#wrapper.logo-home { 
	background: url('../im/home-logo.jpg') no-repeat 0 190px; 
	height: 509px;
}
#wrapper #logo-txt-nav-wrapper { 
	background: url('../im/home-logo-txt.jpg') no-repeat 286px 233px;
	padding: 287px 0 0 262px; 
} 





/* HORIZONTAL NAVIGATION */
ul#horizontal-navigation { 
	height: 52px; width: 644px; 
	background: url('../im/bg-nav-home.gif') repeat-x 0 0;
	margin-top: 0; padding: 0;
}

ul#horizontal-navigation li.links,
ul#horizontal-navigation li.rechts {
	width: 14px; height: 52px; 
	margin: 0; padding: 0;
}
ul#horizontal-navigation li.links {
	background: url('../im/bg-nav-home-links.gif') no-repeat 0 0;
}
ul#horizontal-navigation li.rechts {
	background: url('../im/bg-nav-home-rechts.gif') no-repeat 0 0;
	float: right;
}
ul#horizontal-navigation li.last {
	background: none;
}
ul#horizontal-navigation li { 
	padding: 0; margin: 0;
	height: 52px;
	float: left;
	font-size: 126.5%; width: auto;
	
	background: url('../im/bg-nav-divider.gif') no-repeat right top;
	/* IE6 has additional style */
}

ul#horizontal-navigation li a, 
ul#horizontal-navigation li a:link {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #1c1c1c;
	height: 36px;
	padding: 16px 9px 0 9px; 
}
ul#horizontal-navigation li a:visited {}
ul#horizontal-navigation li a:hover,
ul#horizontal-navigation li.on a { color: #6fc400; }


/* main navigation light box*/
ul#h-nav-lightbox { 
	height: 60px;
	margin: 0; padding: 0 0 0 176px;
}
ul#h-nav-lightbox li { 
	padding: 0; margin: 0;
	height: 31px;
	float: left; 
	display: inline;
	font-size: 117%; 
}
ul#h-nav-lightbox li.pipe{ padding-top: 14px; }

ul#h-nav-lightbox li a, 
ul#h-nav-lightbox li a:link {
	text-decoration: none;
	height: 17px;padding: 14px 9px 0 9px; display: inline-block;
}
ul#h-nav-lightbox a:visited {}
ul#h-nav-lightbox li a:hover,
ul#h-nav-lightbox li.on a { color: #6fc400; }



.lightbox-wrapper-unfocused { display: none; }
.lightbox-wrapper-focused {
	display: block;
	float: left;
}


.anchors-lb { 
	width: 170px; 
	float: left; 
	height: 285px; 
	padding: 115px 0 0 15px;
	background: none;
	position: relative;
}
.content-lb { width: 615px; float: left; height: 335px; padding: 15px 80px 50px 0;overflow: auto; }

.anchors-lb ul { background: none; }
.anchors-lb ul li { padding: 0 0 10px 0; }




#lightbox {
	display: none; 
	position: absolute; 
	z-index: 99999; 
	top: 40px;
	width: 900px; 
	height: 500px; border: 8px solid white;
	background: #fff url('../im/bg-lightbox.jpg') repeat-x 0 0;
}
#logo-lightbox {
	background: url('../im/logo-lightbox.jpg') no-repeat 33px 20px;position: absolute
}

#overlay { 
	background-image: url('../im/overlay.png'); 
	position: absolute;
	top: 0; left: 0;
	z-index: 99998;
	width: 100%;
	display: none;
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('../im/blank.gif');
}


.fieldgroup {
	margin-bottom: 0.2em; 
	width: 100%; height: 28px;
	display: block; clear: both;
}
label {
	display: block;
	float: left;
	line-height: 22px;
	padding: 2px 7px 0 0;
	* padding: 3px 7px 0 0;
	text-align: right;
	width: 160px;
	clear: both;
}

.field,
.fieldVarious {
	float: left;
	width: 405px;
}

.field .smallfield { 	width: 45px; }
.field .middlefield { 	width: 100px; }
.field .longfield { 	width: 180px; }

.field input { 
	margin: 3px 0; 
	padding: 2px 0 2px 2px; 
	border: 1px solid #C6D4E1; 
	line-height: 1; 
}

.fieldVarious input.checkbox { margin: 4px 0 0 0; height: 20px; }


.field select { 
	margin: 2px 0 0 0; 
	width: 185px; 
	* margin: 4px 0 0 0; 
	* width: 186px;
	height: 22px; 
	padding: 1px 1px 1px 0; }



input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, 
textarea.required {
	float: left;
	border: 1px solid #00A8E6;
}
input.validation-failed, 
textarea.validation-failed {
	float: left;
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, 
textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 0;
	padding: 5px 0 5px 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	float: right;
	width: 215px;
	height: 1%;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}


a,
a:link,
a:visited 	{ text-decoration: underline; color: #008CFF; }
a:hover 	{ text-decoration: none; color: #73C2F1; }
a:active 	{ text-decoration: underline; color: #008CFF; }
