/* CSS Document für Startseite 

Hintergrund:
  #fbf9ee; //mattweiss
  #fffff2; //vanille light 
  #f6f5e4; //vanille
  #e4e2ce; //latte machiato
  #a5b228; //grün-metallic
  #c8c49c; //goldbraun
  #a39e64; //sepia dunkel
  #c6d7e5; //hellblau
  #e5e5e5; //blaugrau

  230 226 175 sandy stone beach ocean diver #e6e2af // sand dunkel
  167 163 126 sandy stone beach ocean diver #a7a37e
  239 236 202 sandy stone beach ocean diver #efecca //sand
  4 99 128 sandy stone beach ocean diver    #046380 //dunkelblau
  0 47 47 sandy stone beach ocean diver     #002f2f

Schrift:
  #f2f2e9; //mattweiss
  #f1f1c8; //mattgelb
  #666     //grau
  #333     //dunkelgrau
	#7a735d;



*/

.header {
  background-color: #e6e2af;
  margin-top: -8px; 
  width: 100%;
}

#center_h {
  margin: 0 auto;
  padding:0px;
  width: 1012px;
  background-color: #efecca;#e5e5e5;
}

.header-pic {
  width: 800px;
  margin-left: 212px;
}


.logo {
  margin-top: -188px;
  padding-left: 24px;
  float: left;
}


html,
body {
  height:100%;
  background-color: #efecca;#e4e2ce;
  font-family: Verdana, sans-serif;
	font-size: 10pt;
}

h1 {
	font-family: Myriad Web, Myriad Web Pro, Helvetica, Arial, sans-serif;
	color: #7a735d;
	font-size: 14pt;
	margin-top: 2.5em;
}

h2 { 
	color: #7a735d;
	font-size: 12pt;
}

h2 a:visited, 
h2 a:link {
	font-weight: 400;
	color: #a5b228;
	font-family: Calibri, Myriad Condensed Web, Myriad Web, Myriad Web Pro, Helvetica, Arial, sans-serif;
  display: block;  
}

h3 {
	font-family: Myriad Web, Myriad Web Pro, Helvetica, Arial, sans-serif;
	color: #7a735d;
	font-size: 14pt;
	font-style: italic;
	margin: .4em 0;
}

#msg{
	font-family: Helvetica, Arial, sans-serif;
	color: #5b7a8f;
	font-size: 11pt;
	font-style: italic;
	margin-top: -.1em;
	margin-bottom: .2em;
}


#content{
  margin: -2px auto 0 auto;
  padding:0 8px 0 0;
  width: 1004px;
  min-height: 100%;
  background: #fbf9ee; 
}


.result {
  margin-left: 212px;
  margin-top: 2px;
  padding: 4px;
  width: auto;
  min-height: 100%;
}


.result #desc {
  font-family: Verdana, sans-serif;
	font-size: 9pt;
  margin: -.6em 0 1.6em .4em;
	color: #5b7a8f;
}

.result #desc a:visited, 
.result #desc a:link{ 
	color: #5b7a8f;
}

.result #err_msg {
	font-style: italic;
	color: red; #7a735d;
	margin-top: 28px;
}


/* Suche in der linken Spalte (links oben)*/
.search_frame {
  margin-left: 6px;
  padding: 0;
/*  background-color: #e4e2ce;#b1ac75;
  -moz-border-radius: 8px;  */
  float:left;
  clear:left;
}


/* linke Spalte*/
.left_frame {  
  /*background: #e5e5e5;*/
  margin-top: 40px;
  margin-left: 6px;
  padding: 12px;
  float:left;
  clear:left;
	width:176px;
}

/* Filterkriterium innerhalb der Suche*/
.filter {
  width: 190px;
   overflow:hidden;
   margin: 4px 0 0 0;
   padding: 4px;
	font-size: 9pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 2em; 
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
  /*background: #fbf3ed; mattweiss
  #fffff2; //vanille light 
  //border: 4px solid #e4e2ce;*/ 
}


.filter input,
.filter select {
   border:0 solid #ddd;
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #f2f2e9;
  border: solid 2px #ddd;
  margin-bottom: 0.6em;
}

.filter select {
  width: 98%;
}

.filter span#header {
	font-weight: 700;
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #7a735d;
}

#main_filter span#header{
	font-style: italic;
	color: #000;
}

/*
#footer {
  clear: left;
  margin:0px auto;
  padding:0px;
  width: 1012px;
}
*/

.dom-preview {
  width: 100%;
	font-size: 8pt;
  margin: .8em 0;
	font-family: Helvetica, Arial, sans-serif;
  padding: 0 1px 1px 0;
  background: #a39e64;
  border-right: solid 3px #ddd;
  border-bottom: solid 3px #ddd;
  display: table;
}
.dom-preview #shadow{
  background: #f1f0e5;#fbf3ed;#fffff4;#f6f5e4; #ededed;
  display: table-row;
}

.dom-preview #info1 {
  display: table-cell;
  width: 552px;
  padding-left: 6px;
}

.dom-preview #short_text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
  display: block;  
	font-size: 10pt;
	margin: .8em 0;
} 
/*
.dom-preview span#short_feature {
	font-size: 8.5pt;
	font-family: Myriad Condensed Web, Myriad Web, Myriad Web Pro, Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #333;
	padding-left: 1em;
}
*/

.dom-preview #info2 {
  background: #e4e2ce; #e5e5e5;#d8d4d3;
  display: table-cell;
  padding: 0px 2px 8px 0px;
}


.dom-preview #short_features ul{
  list-style: none;
  color: #666;
  font-family: Helvetica, sans-serif;
	font-size: 10pt;
}

.dom-preview #short_features li {
	padding: 0.4em 1.6em;
	margin-left: -1.6em;
  background: url("../img/control.png") no-repeat left;
}

.result #short_features #yesithas {
  padding: 0 1.1em;
  background: url("../img/5.gif") no-repeat left;
  float: left;
}


.link_msg{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #5b7a8f;
	font-size: 10pt;
	font-style: bitalic;
	margin: 1.4em 0;
}



span.link-overview {
	font-family: Helvetica, Arial, sans-serif;
  border: solid 2px #e4e2ce;
	font-weight: 600;
  margin: 2px;
  padding: 4px;
}

span.link-overview  a:visited, 
span.link-overview  a:link {
  margin: 2px;
	color: #a5b228;
//  text-decoration: none;
}

p  a:visited, 
p a:link {
	color: #a5b228;
	//font-family: Calibri, Myriad Condensed Web, Myriad Web, Myriad Web Pro, Helvetica, Arial, sans-serif;
}


