/*
Hyperlinks im Menu sind #999999
Andere Links sind #E27034

#E27034 = Orange war vorher Blau
#546E87 = Taubengrau
#82421F = Hover/Akt. in Navi-Top
*/

body {
  background-color: #EEEEEE;
  font-size: 0.9em;
  padding:0px;
  margin:0px;
  font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
  color: #000000;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0px 0px 10px 0px;
  padding:0px;
}

h3,h4,h5,h6{
  margin:0px 0px 7px 0px;
  font-size: 0.9em;
}

th{
  text-align:left;
}

h1{
  font-size: 1.3em;
  color:#E27034;
}

h2, th{
  font-size: 1.2em;
  color:#999999;
}

.top{
  margin:20px 0 20px 0;
  border-bottom:1px solid #E27034;
}

a img{
  border:0px;
}

ul {
  list-style-image: url(ul_icon.gif);
}

/* Standard Hyperlinks */
a:link, a:visited {
  color:#E27034;
  text-decoration:none;
  font-weight:bold;
}

a:active, a:hover{
  color:#999999;
  text-decoration:underline;
  font-weight:bold
}


/* Links im Header */
#header a:link, #header a:visited {
  color:#E27034;
  text-decoration:none;
  font-weight:bold;
  font-size:0.8em;
}

#header a:active, #header a:hover {
  color:#546E87;
  text-decoration:none;
  font-weight:bold;
  font-size:0.8em;
  text-decoration:underline;
}

/* Links in Navtop */
#navtop a:link, #navtop a:visited,
#navtop a:active, #navtop a:hover{
  color:#FFFFFF;
  text-decoration:none;
  font-size:0.9em;
  /* letter-spacing:0.05em; */
}


/* Links im Menu */
#menu a:link, #menu a:visited {
  color:#546E87;
  text-decoration:none;
  font-weight:bold;
}

#menu a:active, #menu a:hover{
  color:#E27034;
  text-decoration:none;
  font-weight:bold
}

/* Links im Footer */
#footer a:link, #footer a:visited {
  color:#E27034;
  text-decoration:none;
  font-weight:bold;
  font-size:0.8em;
  margin:0 3px;

}

#footer a:active, #footer a:hover {
  color:#546E87;
  text-decoration:none;
  font-weight:bold;
  font-size:0.8em;
  text-decoration:underline;
}

/* Links fuer Top */
div.top a:link, div.top a:visited,
div.top a:active, div.top a:active {
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
  background-color:#E27034;
  width:20px;
}


/* Generelles Seitenlayout */
#container {
  padding:0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  border-left:  1px solid #546E87;
  border-right: 1px solid #546E87;
  background-color:#FFFFFF;
}

#header{
  width:950px;
  height:77px;
  vertical-align:top;
  text-align:right;
  padding-top:10px;
  background: url(/fahrenheit/themes/default/hdr_bg.jpg) no-repeat;
}

#lang {
  padding-right:10px;
}

#logo{
  padding-top:0px;
  padding-left:12px;
  width:216px;

  float:left;
}

#navtop{
  width: 950px;
  height: 27px;
  background: url(navtop_bg.gif);
}

#navtop td {
  padding:0 8px;
}

#outer{
  /* border-left:  solid 322px #FFFFFF;  linke Menue Spalten Farbe  */
  /* border-right: solid 30px #FFFFFF;  rechte Menue Spalten Farbe  */
  background-color: #ffffff; /* Farbe fuer Inhalt Spalten  */
}

#inner{
  margin:0; width:100%;
}

#left {
  /* width:322px; */
  float:left;
  position:relative;
  margin-left:-302px;
  margin-right:1px;
}

#right {
  /* width:30px; */
  float:right;
  position:relative;
  margin-right:-30px;
  margin-left:1px;
}

#content{
  position: relative;
  margin: 0px;
  min-height:1000px;
  height:auto !important;  /* für moderne Browser */
  height:1000px;  /*für den IE */
}

#menu{
  width:202px;
  margin-left:22px;
 /* height:400px; */
  margin-bottom:20px;
  color:#546E87;
  font-weight:bold;
}

#contact{
  width:230px;
  margin-left:11px;
  height:629px;
  background-color:transparent;
}


/* Allgemeines */
.copyright{
  font-size:0.7em;
  color:#546E87;
  padding-left:20px;
  vertical-align:bottom;
}

.navbar{
  vertical-align:bottom;
}

.line{
  height:1px;
  line-height:1px;
  color:#FFFFFF;
  background-color:#546E87;
  margin:6px 0px 3px 0px;
}

/* Formualare */
form{
  margin:0px;
  padding:0px;
}


input, textarea, select{
  border:1px solid #4B515F;
  background-color:#F2F2F2;
}

input, textarea{
  width:240px;
}

#menu input{
  height:18px;
  width: 150px;
  padding:0px
}

#search{
  margin-top:40px;
  margin-bottom:20px;
}

table{
  margin:0px;
  padding:0px;
}

.cat_act{
  background-color:#82421F;
}

.error{
  color:#FF0000;
}
.address{
  margin-top:1.0em;
  margin-bottom:2.0em;
  font-size:0.9em;
  color:#666666;
  background-color:transparent;
}

/* Listen und Aufzaehlungen */

.tddark{
  background-color:#F2F2F2;
}

.tdlight{
  background-color:transparent;
}

/* Groupbox */
div.groupbox h3{font-size:1em;margin-bottom:0.2em}
div.groupbox {background: transparent; margin:0;}
div.groupbox p{margin:0 0 0.8em 1.2em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4, .xb1head, .xb2head, .xb3head, .xb4head{display:block; overflow:hidden;}
.xb1, .xb1head {height:1px;}
.xb2, .xb3, .xb4             {background:#F2F2F2; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;height:1px;}
.xb2head, .xb3head, .xb4head {background:#E27034; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;height:1px;}

.xb1, .xb1head {margin:0 5px; background:#CCCCCC;}
.xb2, .xb2head {margin:0 3px; border-width:0 2px;}
.xb3, .xb3head {margin:0 2px;}
.xb4, .xb4head {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#F2F2F2; border:0 solid #CCCCCC; border-width:0 1px;padding:1.0em 0.4em 0 0.5em;}
.xhead {display:block; background:#E27034; border:0 solid #CCCCCC; border-width:0 1px;color:#FFFFFF;font-weight:bold;padding:0px 0px 3px 0.5em;}

/* Detail Suchformular */
#ext-search label{
  display: block;
  float: left;
  width: 75px;
  margin-left:5px;
  margin-top:12px;
}

#ext-search input, #ext-search select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 200px; /* Breite.*/
  margin-top:10px;
  border:1px solid #4B515F;
  background-color:#F2F2F2;
}



#ext-search form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

 #ext-search input#ext-submit { /* den Submit-Button */
  border:1px solid #4B515F;
  background-color:#F2F2F2;
  width: 26px;
  height: 20px;
  font-size: 10px;
  margin-left:10px;
  padding:0px;
}

#ext-search label {
 text-align: left;
 padding-right: 1em;
}

#ext-search form {
}


#ext-search fieldset {
  border:solid 0px black;
  padding-top:0px;
  margin-top:5px;
  width: 520px;
}



/* Bilder gallerie */
.imageGallery {
  background-color:#F2F2F2;
  border-top:1px solid #E27034;
  padding:8px 8px 0px 8px;
}

.imageGallery p{
  padding-bottom:8px;
  margin: 0;
}

img.imagebar {
  margin-bottom:8px;
}

/* weiterblaettern */

.pageSelect {
  background-color:#F2F2F2;
  position:absolute;
}
