
/* 
Intro Q-mon.de
12.03.2009 
*/

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: 100%;
	background-color: #FFF;
	text-align: center;
}

#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;
	z-index: 2;
}

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

#main_center {
	width: 1100px;  
	float: left;
	text-align: left;
}

#main_center h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.25em;
}

.main_box {
	float: left; 
	width: 500px; 
	height: 400px;
}

.main_box p {
	margin: 0;
	padding: 0 0 10px 0;
}


#bottom a {
	color: #00A1DF;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #00A1DF;
}

#titel {
	float: left;
	width: 600px;
	height: 50px;
	margin: 55px 0 20px 160px;
}


.blue {
	color: #2D8EC7;
}

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

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

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;
}