@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: #f7f7f7;
  color: #222222;
  text-align: left;
  font-family:sans-serif, Verdana, Arial, Helvetica;
  line-height:1.3em;
  font-size: 0.8em;
  padding: 1em;
}

ul { list-style: none; }

.fontfett { font-weight: bold; }
.fontnormal { font-weight: normal; }

input[type=text], input[type=password], select, textarea {
  background-color: #ffffff;
  border: 1px solid #555555;
  padding: 2px;
  margin: 0 0.25em 0 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 1.25em;
} 


#search_form_container{
	height: 70px;
  background-image: url("../img/ss_left.png");
  background-repeat: no-repeat;
  background-color: #ebebeb;
  background-position: left;
  margin-bottom: 0.3em;
}	
div#search_form{
  line-height: 70px;
  vertical-align: middle;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  /*border: 1px solid #555555;*/
  background-image: url("../img/ss_right.png");
  background-repeat: no-repeat;
  background-position: right;
  font-size: 1.1em;
  font-weight: bold;
}

#search_form input{
	width: 28%;
	font-size: 0.9em;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

#search_form SELECT{
  font-size: 0.9em;
  width: 10%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

input#submit_btn{
	width: 10%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
	
#content_container{
  padding: 1em;
}	  

#ort_fehler{
	margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #555555;
  background-color: #efffe6;
  color: #666666;
}

.result_item{
  border-bottom: 1px solid #b0b0b0;
  margin-top: 1em;
  padding-bottom: 0.5em;
}	

.stelle{
  float: left;
}

.headline{
	font-size: 1em;
	font-style: italic;
	color: #5c743d;
	font-weight: bold;
}

.headline a{
  color: #5c743d;
}

.beruf{
	font-size: 1em;
  color: #5c743d;
	margin-left: 1em;
  margin-right: 1em;
  min-height: 1em;
}

.beruf a{
  color: #5c743d;
}	

.location{
	text-align: right;
}

.ort{
  font-size: 1em;
  color: #666666;
  margin-left: 1em;
  display: block;
  min-height: 1em;
}

.entfernung{
  font-size: 0.9em;
  color: #888888;
  margin-left: 0.3em;
  display: block;
  height: 1.3em;
}

.anbieter{
  font-size: 0.9em;
  color: #5c743d; 
}

#page_selector{
	margin-top: 1em;
}

.page_selector_page{
	padding: 0.4em;
}

.page_selector_page a{
	color: #0000ff;
}	

.page_selector_current_page{
  padding: 0.4em;
  font-weight: bold;
}
