@CHARSET "UTF-8";

/********************************************************
* Global Rules
********************************************************/
*{  
  margin: 0px;
  padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,ul,ol,dl,fieldset,address {
  margin:0.5em 0;
}

label {
  margin:0.25em 0 0.25em 0;
}

li,dd {
  margin-left:1em;
}

fieldset {
  padding:.5em;
}

img{
  border: none;
}

body{
  background: #F3F3F1 url("../img/stelle/stelle_bg.jpg") repeat-x;
  color: #222222;
  text-align: left;
  font-family: sans-serif, Verdana, Arial, Helvetica;
  line-height:1.3em;
  font-size: 0.8em;
  padding: 1em;
  /*width: 1190px;*/
}

.fontfett { font-weight: bold; }
.fontnormal { font-weight: normal; }
.neededfieldstar { color: red; vertical-align: top;}

input[type=text], input[type=password], select, textarea {
  background-color: #ffffff;
  border: 1px solid #555555;
  padding: 2px;
  margin: 0.25em;
  font-size: 1em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

input[type=checkbox], input[type=radio] {
  padding: 2px;
  margin: 0.25em;
} 

input[type=button], input[type=submit] {
  font-size: 1em;
}

h1 {
  font-size: 1em;
  margin: 0.5em 0.5em 0.5em 1em;
} 

a{
	color: #6A841A;
}

a:hover{
	color: #80a01f; /*#6ab61a;*/
}	

#gads{
	margin-top: 1em;
	overflow: hidden;
}

#banner{
	margin: 0 auto;
	text-align: center;
}

#banner img{
	margin-bottom:5px;
	border: 2px solid black;
}

#banner a:hover img{
	border: 2px solid red;
}

#content_container{
	margin: 0em auto;
	width: 1000px;
	min-width: 700px;
	/*float: left;*/
}	

#aktualisiert_box{
	font-size: 1em;
  margin-bottom: 0.5em;
  margin-top: -1em;
  padding: 0.5em 1em;
  border: 1px solid #555555;
  background-color: #ffe7e6;
  color: #666666;
	text-align: center;
}	
	
#stelle_box{
  border: 2px solid #333333;
  background: #fff;
}

#about_us{
  margin: 1em auto;
  padding: 0 25px;
  text-align: center;
  font-size: 0.8em;
}	

#footer{
	padding: 0.6em;
	background-color: #DBE2D0;
	text-align: center;
}	

.block_header{
	height: 30px;
	background: url("../img/stelle/block_header.png") repeat-x;
	margin-bottom: 0.5em;
	line-height: 30px;
	color: #fff;
	font-size: 1.2em;
}

.block_header_content{
  background: url("../img/stelle/block_header_icon.png") no-repeat;
  padding-left: 18px;
  margin-left: 10px;
  font-weight: bold;  
}	
	
#left{
  margin: 1em;
  width: 350px;
  float: left;
  height: 600px;
}

#ansprechpartner{
	padding: 1em;
/*  background-color: #DBE2D0;
  border: 1px solid #bdc3b4; */
}	

#stelle_beschreibung{
	margin: 1em 0em 2em 1em; /*375px;*/
	padding-right: 3em;
	overflow: auto;
	height: 600px;
}

h1{
	font-size: 1.5em;
	color: #5c743d;
	text-align: left;
	margin: 0em 0em 1.5em 0em;
	font-style: italic;
}

#stellen_daten_header{
	color: #5c743d;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 0.5em;
	text-decoration: underline;
}	
	
td{
	vertical-align: top;
	padding: 0.3em 0.5em;
}

.label{
	width: 30%;
	font-size: 1.1em;
	font-style: italic;
	color: #000000;
}	

#maintable {
	width: 100%;
	
}

#buttons{
  padding: 0.5em; 
  text-align: center;
  /*background-color: #a8c980;*/		
}

#buttons button{
	margin-right: 0.3em;
	padding: 0.2em 0.2em 0.2em 0.2em;
}	


/*   RegisterForm */

#registrierform{
	margin: 1em;
}	

div#login{
	/*border-bottom: 1px solid #AEB0CA;*/
	margin: 1em 1em 1em 0.5em;
	padding-bottom: 1em;
}

div#login_header, div#register_header{
	font: normal bold 1.2em arial, verdana, sans-serif, Helvetica Neue;
}
  
div#login_error{
	height: 1.25em; 
	text-align: left; 
	color: #ff0000; 
	font: normal bold 1em arial, verdana, sans-serif, Helvetica Neue;
}

#login form{
	vertical-align: center;
}	

#login fieldset{
  border: 0px;
  font-size: 1em;  
}
  
#login fieldset label{}

#login fieldset input{}


div#register{
  margin: 1em 1em 1em 0.5em;
}

div#registerform{
  max-width: 51em;
  min-width: 42em;
}
 
 
.details_form_left_column{
  width: 49%;
  float: left;
}    

.details_form_right_column{
  width: 50%;
  float: right;
}

.details_form_column label, .details_form_column .label{
  width: 30%;
  float: left;
  text-align: right;	
  font-weight: bold;
  margin-right: 0.8em;
}

.details_form_column input[type=text], .details_form_column select, .details_form_column textarea{
  width: 50%;
}

.details_form_full_column{
  width: 100%;
  clear: both;
}

.error_box{
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border: 1px solid #555555;
  background-color: #ffe7e6;
  color: #666666;
}   

#vermittler_logo{
	height: 200px;
	width: 325px;
	text-align: center;
}
