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

Title : Stysheet 003
Author : schafeld@nexxos.de

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

Created : 2007-05-29
Modified : 2007-07-16

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

/* ----- CSS ----- */

*{
}	
html { 
	height:100%;
	margin:0;
	padding:0
	}
body {
	margin-top:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #7CB4ED;
	margin:0;
	padding:0
	height:100%;
	background-image: url(images/background_body.gif);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
	}

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

#wrapper {
	margin:auto;
	width:960px;
}
#inner_wrapper {
	width: 960px;
	background-image: url(images/background_content.gif);
	background-repeat: repeat-y;
}
#container	{ /* umschliesst alles */
	background-color: #D4E6F6;
	}
#container_infoline{ /* umschliesst infoline */
	width:960px;
	height:100%;
	margin: 0px;
	}

#navigation{
	float:left;
	width: 185px;
	background-color: #47B9AF;
	border-left: solid white 3px;
}	

#navigation li{
}

#navigation ul{
margin: auto;
padding: 0;
list-style-type: none;
font: normal 90% Arial, sans-serif;
}
#navigation li a{
display: block;
padding: 3px 0;
padding-left: 3px;
width: 182px;          /* Comment 185px minus all left/right paddings and margins*/
text-decoration: none;
color: #000;
background-color: #47B9AE;		/* Activ: Dunkel */
border-bottom: 1px solid #1D305A;
}

* html #navigation li a{ /*IE only */
/* width: 187px;   nur für IE 5*/
width: 182px;   /*Comment 185px minus all left/right paddings and margins*/
}

#navigation li a:hover {
	background-color: #D4E6F6;
}

.menu_headline{
	color: white;
	padding: 1px 0;
	padding-left: 2px;
	background-color: #1D305A;
	font: bold 90% Arial, sans-serif;
}
#infoline	{
	width:760px;
	color:#000000;
	float:right;
	position: relative;
	top: 25px;
	}

#header  {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width:960px;
	height:200px;
	margin: 0px;
	 }
#header_icons {
	padding:0px 30px 0px 0px;
	text-align: right;
	}
#logo {
	margin:30px 20px 20px 30px;
}
#content_main    {
	color:black;
	width: 727px;
	background-image: url(images/weltkugel.gif);
	background-repeat: no-repeat;
	padding: 20px;
	/*min-height: 600px;*/
	height:600px; /* alle Browser */
	float: right;
	margin: 0px 3px 0px 0px;
	background-position: 130px 20px;
	background-color: #D4E6F6;
}
html>body #content_main { /* be nice to opera (&gekko) */
height: auto;
min-height: 600px;
}

#footer  {
	background-image: url(images/background_footer.gif);
	background-repeat: no-repeat;
	color: #1D305A;
	font: normal 10px Arial, sans-serif;
	width:960px;
	margin: 0px;
	clear: both;
	background-color: #7CB4ED;
	padding: 50px 0px 0px 0px;
	text-align: center;
	 }
#footer p {
	margin: 10px 0px 5px 0px;
}

#hotline {
	color: #ffffff;
	font: bold 16px Arial, sans-serif;
	margin: 0px 10px 0px 0px;
	 }

#language	{
	margin: 50px 10px 10px 20px;
	}
.language-flag {
	border:none;
	text-decoration: none;
	margin: 0px 3px;
	}
.nav_text {
	font-size: 10px;
	float: right;
	width: 720px;
	padding: 20px;
}

/* Kontaktformular */
.form_contact {
 width:650px;
}

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

