/* 18.08.2008 */

html, body { 
	margin: 0;
	padding: 0; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	height: 100%;
}

body {
	border: none;
	height: 100%;
	line-height: 19px;
	background: transparent url(img/bg_blue125.jpg) repeat-x;
}

#wrapper {
	width: 100%; 
	margin-top: 0;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

#container {
	position: relative;
	min-height: 100%;
	padding-bottom: 1px;
	text-align: left;
}

* html #container {
	padding: 0;
	height: 100%;
}

img, a img {
	border: none;
}

/* --------------- Definition Bereiche ---------------- */

#top {
	float: left;
	width: 100%;
	height: 125px;
	padding: 0;
}

#bottom {
	float: left;
	width: 980px;
	background-color: #FFF;
}

#lang {
	position: absolute;
	top: 200px;
	left: 670px;
	width: 120px;
}

#lang a {
	text-decoration: none;
	color: #00A1DF;
}

/* --------------- oberer Bereich ---------------- */

#top_left {
	position: absolute;
	top: 22px;
	width: 200px;
	height: 90px;
}

#key {
	position: absolute;
	top: 22px;
	left: 235px;
	width: 300px;
	height: 20px;
}

#nav {
	position: absolute;
	top: 100px;
	left: 230px;
	width: 600px;
	height: 25px;
	color: #FFF;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	padding: 0;
	margin: 0 0.3em 0 0.3em;
}

#nav a {
	color: #333;
	font-weight: normal;
	line-height: 25px;
	text-decoration: none;
	padding: 0 0.8em 0 0.8em;
	display: block;
}

#nav a img {
	float: left;
	margin: 7px 5px 0 0;
}


#nav #sel a, #nav .sel a {
	color: #333;
}

#nav #sel, #nav .sel, #nav a:hover {
	background: #FFF url(img/bg_tab_l.gif) no-repeat top left;
}

#nav a:hover {
	color: #00A1DF;	 /* Q-mon blau */
	text-decoration: none;
}


#top_right {
	position: absolute;
	top: 22px;
	right: 0;
	width: 20px;
	height: 90px;
}

/* ------------ unterer Bereich -------------------- */

#left_bottom {
	float: left;
	text-align: left;
	width: 200px;
	height: 600px;
	padding-top: 125px;
}

#left_bottom p {
	margin: 2em 0 0 10px;
	padding: 0;
	line-height: 1.6em;
	font-size: 0.9em;
}

#left_bottom a, #left_bottom a:link, #left_bottom a:visited, #left_bottom a:hover, #left_bottom a:active  {
	color: #00A1DF;
}

#titel {
	float: left;
	width: 550px;
	height: 50px;
	margin-top: 55px;
}

#main {
	float: left;
	width: 465px;
	height: 490px;
	text-align: left;
	margin: 20px 0 0 35px;
}

#main h2 {
	color: #00A1DF;
	font-weight: normal;
	font-size: 1em;
	margin: 7px 0 0 0;
	padding: 0;
}

#main p {
	margin: 0;
	padding: 0 0 10px 0;
}

#main ul {
	margin: 10px 0 20px 0;
	padding: 0 0 0 20px;
}

#main li {
	list-style-image: url(img/blue_dot.gif);
	line-height: 1.3em;
	margin: 0 0 0.3em 0;
	padding: 0;
}

#main strong {
	font-weight: normal;
	color: #00A1DF;
}

#right {
	float: left;
	width: 220px;
	height: 300px;
	text-align: left;
	margin: 20px 0 0 35px;
	color: #999; 
	font-size: 0.9em;
	letter-spacing: 0.02em;
	line-height: 19px;
}

#right a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	line-height: 19px;
}

/* --------------------- Links ----------------------- */

#main a, #main a:link, #main a:visited { 
	color: #00A1DF; 
	letter-spacing: 0.01em; 
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #00A1DF;
}

#main a:hover, #main a:active { 
	text-decoration: none;
}

#main a img {
	margin: 0 5px 0 5px;
}

#main .nl a {
	text-decoration: none;
	border: none !important;
}

#main .nl a img {
	border: 2px solid #FFF !important;
}

#main .nl a:hover img {
	border: 2px solid #AAA !important;
}

#main img.tm {
	float: left;
	margin: 5px 20px 0 0;
}

/* --------------- Adresse unten --------------- */

#footer {
	float: left;
	width: 550px;
	height: 20px;
	color: #333;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0 0 0 35px;
	vertical-align: bottom;
}

.blue {
	color: #2D8EC7;
}

.clear {
	padding-top: 50px;
	clear: both;
}

.center {
	width: 90%;
	text-align: center;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset input, 
fieldset textarea {
	width: 400px;
}

legend {
	padding: 0 0 2em 35px;	
}

label {
	width: 300px;
	float: left;
	padding: 0 0 0.3em 35px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #333;
}

input, select, textarea {  
	float: left;
	font-family: Verdana, Helvetica, sans-serif; 
	font-style: normal;
	font-size: 1em;
	line-height: 1.2em; 
	padding: 3px 3px;
	margin: 0.2em 0 15px 35px;  
	border: 1px solid #999;
	vertical-align: text-bottom;
}
