/**
 * Author      : Jan Konzack
 * Date        : 25.03.2010
 * Customer    : erfinderhaus
 * Description : Basics
 **/

/* --- Basic page settings --- */
*{margin:0; padding:0;}

body {
	font-family: tahoma;
	font-size: 12px;
	background: url(../img/background.jpg) center top no-repeat;
}
/* Wrapper */

#wrapper {
	width:1200px;
	margin:auto;
	
	}
/* header */

#header {
        width:100%; 
  	height:190px;
	color: #000; 
	}
#header_img {
}
#header_img a img {
display:block;
margin:0 auto;
}
#header #flaggs {
	margin-top:-20px;
	float: right;
}
#header a img.flagg {
margin-left:0;
padding-top:0;
margin:3px;
}
#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}


/* main menu */




#menu {
	background:#91c1eb;
	font-family: tahoma;
	font-size: 12px;
	width:99%; 
	overflow:hidden;
border-top:0.5em solid #ffffff;
border-left:0.5em solid #ffffff;
border-right:0.5em solid #ffffff;
}

#menu ul {
	margin:0;
	padding:0;
}
#menu #menuliste {
height: 35px;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
xborder-right:1px solid white;
xborder-bottom:1px solid #1fa22e;
}

#menu ul li a {
	padding:10px 10px;
	margin: 0;
	color: #000;
	display:block;
text-decoration:none;
}
#menu ul li.current_page_item {
border:none;
border-right:1px solid #1fa22e;
}
#menu ul li a:hover,
#menu ul li.current_page_item a {
	background: #fff;
	color:#000;
text-decoration:none;
}



/* Content */
#content {
	background-color:#fff;
	margin-top:-35px;
    width:1202px;
    padding:0;
	}

#gv_form {
	width:600px;
margin:40px auto auto;
	}
h1 {
	color: #58585a;
	font-size: 18px;
	margin: 0 0 10px 0;
}
p {
	color: #000;
	font-size: 12px;
	margin: 0 0 10px 0;
}
p.successmsg {
	background-color: #efefef;
	padding: 20px 10px;
	-moz-border-radius: 8px;	
}
span.innocode {
	font-weight: bold;
	color: #eee;
	font-size: 18px;
	background-color: #333;
	padding: 4px 10px;
}

/* Forms */
form {
	width: 500px;
	margin: 0;
	padding: 10px 0 0;
	display: block;	
	background-color: #edf4f9;
	-moz-border-radius: 8px;
}
form fieldset legend {
	font-size: 12px;
	padding: 4px 10px;
	margin-bottom: 10px;
	background-color:#91c1eb;
	color:#FFFFFF;
}
form div.fr {
	position: relative;
	padding: 0 10px 10px;
}
form div.fr label,
form div.fr span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
form div.fr span {
	display: inline;
}
form div.fr label.inlineLabel {
	display: inline;
	margin: 0 10px 0 4px;
}

form div.fr ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form div.fr div.col {
	width: 230px;
	overflow: hidden;	
}
form div.fr div.left {
	float: left;
}
form div.fr div.right {
	float: right;
}
form div.fr div.autowidthcol {
	width: auto;
	margin-right: 10px;
}

form input,
form textarea {
	width: 360px;
	overflow: hidden;
	border: 1px solid #ccc;
	color: #777;
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
}
form input.middle {
	width: 290px;	
}
form input.small {
	width: 50px;	
}

form input.radio,
form input.checkbox {
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
	display: inline;	
}

form input.submit {
	padding: 4px 10px;
	border: none;
	width: auto;
	background-color:#91c1eb;
	color: #000000;
}

form div.error p,
form div.error label {
	color: red;	
}
form div.error input,
form div.error textarea {
	border: 1px solid red;	
}

form .hiddenradioinput {
	display: none;
}
fieldset{
	border:none;
	}
/*		CLEARFIX		*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* footer */

#footer {
	background:#edf4f9 none repeat scroll 0 0;
clear:both;
height:40px;
position:relative;
width:100%;
	}
	
#footer p{padding:14px 14px;margin: 0; text-align:left;}
#footer a{color: #1fa22e;text-decoration: none;}
#footer a:hover{color: #1fa22e;text-decoration: underline;}

#footernavi {
background-color:#91c1eb;
min-height:250px;
font-size:12px;
}
#footernavi #footercenter {
margin:auto;
width:1000px;
}
#footernavi .left {
float:left;
margin:10px 0 0 10px;
padding:0;
width:190px;

}
#footernavi .left ul li a{
text-decoration:underline;
color:#000;
}
#footernavi .left ul{
list-style:none;
margin-left:5px;
margin-top:10px;
}
#footernavi .left ul li{
margin-top:2px;
}
#footernavi h3.jobs {
margin-top:10px;
}
.dateihinzu{
color:#1FA22E;
}