/* - - - - - - - - - - - - - - - - - - - - -

Title : Stylesheet 011
Author : os, Nexxos

Description : 
Stylesheet AdminBoarding 3.0
allgemein/ für Bildschirmausgabe 
Layout Nr. 011

Created : 2008-04-23
Modified : 2008-04-23

- - - - - - - - - - - - - - - - - - - - - */



*{
}	
html { 
	height:101%; /* immer vertikaler browser scrollbalken */
	margin:0;
	padding:0
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	height:101%; /* immer vertikaler browser scrollbalken */
	background-image: url(images/body-background.jpg);
	background-repeat: repeat-x;
	}
	
h1, h2, h3, h4 {
	margin:0px 0px 1em 0px;
}

/* ----- Layout IDs ----- */

#wrapper {
	margin:0 auto;
	width:993px;
	background-image: url(images/header_big.jpg);
	background-repeat: no-repeat;
}

#container	{ /* umschliesst alles */
	background-repeat: repeat;
	width:965px;
	margin: 0 auto;
	background-image: url(images/main_bg.jpg);
	padding: 0;
	position: relative;
}


#infoline	{
	margin:0px;
	padding:3px 0px;
	height:19px;
	color:#000000;
	position: relative;
	top: 60px;
	}
#logo {
	margin:0;
	left: 20px;
	top: 50px;
	position: relative;
}
#header  {
	background-repeat: no-repeat;
	width:965px;
	height:236px;
	margin: 0 auto;
	padding: 0px;
	 }
#icon_row {
	padding:0px 20px;
	text-align: center;
	position: relative;
	margin: 0px;
	clear: left;
	font: normal 11px Arial, sans-serif;
	}
#icon_row a {
	text-decoration:none;
	}
	
#content_main    {
	padding: 0px 30px 20px 10px;
	color:black;
	width: 700px; /* 760px minus padding left und right*/
	margin: 0px;
	font-size:12px;
	min-height: 500px;
	float: right;
	position: relative;
}

#footer  {
	background-repeat: no-repeat;
	text-align:center;
	font: normal 11px Arial, sans-serif;
	width:965px;
	height:122px;
	margin: 0px;
	clear: both;
	background-image: url(images/footer_bg.png);
	background-color: #FFFFFF;
	padding: 10px 0;
}
#footer p {
	margin: 10px 0px 5px 0px;
}

#hotline {
	float:left;
	padding-left:30px;
	color: #ffffff;
	font: bold 16px Arial, sans-serif;
	 }

#language	{
	float:right;
	padding-right: 40px;
	height: 19px;
		}

/* --------------- Navigation --------------- */
#navigation_container {
	float: left; /* rahmen menue */
	width: 185px;
	/*border: #D0E7F5 3px solid;*/
	margin: 0px 10px 20px 24px;
	position: relative;
}	
#navigation_top {
	background-image:url(images/menu_bg_top.png);
	height:22px;
	width: 191px;
}

#navigation_bottom {
	background-image:url(images/menu_bg_bottom.png);
	height:22px;
	background-repeat: repeat-x;
	width: 191px;
	clear: left;
}

#navigation {
	float: left; /* rahmen menue */
	width: 185px;
	border: #D0E7F5 3px solid;
	/*margin: 20px 10px 20px 24px;*/
}	
#navigation li {
	padding:0px;
}
#navigation ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}
#navigation li a{
	display: block;
	padding: 3px 0px 3px 5px;
	width: 180px; /* 185px minus padding-left */
	text-decoration: none;
	color: #000099;
	background-color: #D0E7F5;	
	border-top: 1px solid #0066cc;
}
.menu_headline {
 /* s.u. */
}
#navigation li a:hover {
	background-color: #A1DAE3;
}


/* --------------- Classes  --------------- */
.menu_headline {
	color: white;
	padding-left: 3px;
	background-color: #5CB4BE;
	font: bold;
	line-height:20px;
	/*border-bottom: 1px solid #0066cc;*/
	border-top: 1px solid #0066cc;
}

.language-flag {
	width:30px;
	height:19px;
	border:none;
	text-decoration:none;
	margin:0px 2px;
}

/* Kontaktformular */
.form_contact {
 width:650px;
}
form .email_checker{
 margin:10px 0px 20px 0px;
 padding:0px;

 }
.hint 	{
	 font: normal 9px Arial, sans-serif;
	 color:#ee0000;	 
	}
.ebene {
 clear: both;
 padding: 2px 0
}

.label {
 font: normal 11px Arial, sans-serif;
 float:left;
 padding:3px 0 0 0;
 width:10em
}

.feld{
 float:left;
 width:30em
} 

.submit{
 clear: both;
 margin:1em 0 0 10em
}

.fieldsize{
 background:#eee;
 border:1px solid #ccc;
 font:1em "trebuchet ms", arial, sans-serif;
 width:300px;
}

