h4 {
 font-size : 12px;
 font-weight : bold;
 margin : 15px 0px 10px 0px;
}

hr {
 height : 1px;
 border : 0px; 
 background-color : #cfcfcf;
}

ul.linkliste li {
 line-height : 180%;
}

#wrap                { float: left }
#menu      { background: white; cursor: pointer; border-bottom: 0 solid white; padding-top : 37px; padding-bottom : 6px; }

#menu a {
 text-decoration: none;
 cursor: pointer;
 color : #7f7f7f;
 font-weight : bold;
 font-size : 13px;
 border-bottom : 3px solid #7f7f7f; 
 padding-bottom : 3px;
 margin-right : 3px;
}

fieldset.visitenkarte, fieldset.immabox {
 border: 1px solid #808080;
 background: #ebebeb;
 width : 240px;
 float : left;
 margin-right : 15px;
 padding-right : 10px;
 padding-left : 10px;
 padding-bottom : 10px;
}

fieldset.visitenkarte legend, fieldset.immabox legend {
 color: #000000;
 padding-left : 5px;
 padding-right : 5px; 
}

fieldset.visitenkarte img {
 width : 91px;
 height : 133px; 
 border : 1px solid #808080;
 float : left;
 margin-right : 8px;
}

fieldset.visitenkarte p {
 font-size : 11px;
 line-height : 120%;
 margin : 0px;
 padding : 0px;
}

fieldset.immabox p {
 font-size : 11px;
 line-height : 150%;
 margin : 0px;
 padding : 5px 0 0 0;
}

fieldset.visitenkarte table p {
 font-size : 11px;
 margin : 0px;
 padding : 0px;
}

fieldset.visitenkarte table td {
 vertical-align : top;
}

form.cmxform fieldset.fehlerbox {
 display : none;
 clear : both;
 margin-bottom: 20px;
 border: 1px solid #eb8d00;
 padding : 5px;  
}

form.cmxform .inputfehler {
 background-color : #ffdfb0;
}

form.cmxform fieldset.fehlerbox p {
 margin : 3px 5px 0px 5px;
}

form.cmxform fieldset {
 margin-bottom: 10px;
 border: 1px solid #cfcfcf;
 padding : 5px;  
}
form.cmxform legend {
  color : #000000;
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 4px;
  margin: 0;
}
form.cmxform fieldset li.last_li {
 padding-bottom : 19px;
}

form.cmxform fieldset li input {
 width : 120px;
 margin : 0;
 padding : 1px 0px 1px 0px;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  color : #000000;
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #eb8d00;
}
form.cmxform label {
  width: 110px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}




#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav   { font-size: 12px; margin-bottom: 2em }
#subnav a  { color: #f90; cursor: pointer; margin-right: 1em }
#subnav span  { color: blue; margin-right: 1em }




/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:839px;
	}	

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items  { position: relative; z-index: 2; top: 0; left: 0; width: 183px }

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item   { color: black; font-size: 11px; font-family: sans-serif; text-decoration: none; cursor: pointer; border: none }

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover  { color: #f90; background: #fdfdfd }

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img  { margin-left: 0 }


   a:link        { color: #eb8d00; text-decoration: underline }
   a:visited     { color: #eb8d00; text-decoration: underline }
   a:active      { color: #eb8d00; text-decoration: none }
   a:hover       { color: black; text-decoration: none }

#Tabelle_01        { background-image: url("images/pagebg.jpg"); background-repeat: no-repeat; background-position: 0 190px; text-align: left; margin: 30px auto auto; padding: 0; width: 990px; height: 700px }
#Logo { visibility: visible; margin-top: 0; margin-right: 0; margin-left: auto; width: 218px; height: 100px }
#Titelbild   { background-image: url("images/titel_neu.jpg"); visibility: visible; width: 990px }
#TextIndex  { font-size: 11px; visibility: visible; width: 420px; height: 150px; float: left; border-right: 1px solid black }
#News   { font-size: 11px; visibility: visible; margin: 0 105px 5px auto; width: 400px }
#Footer  { background-image: url("images/wert2_11.jpg"); visibility: visible; margin-right: auto; margin-left: auto; width: 990px; height: 119px; float: left }
#Copyright { color: white; font: 11px/18px verdana; visibility: visible; position: relative; top: 20px; left: 5px; width: 414px; height: 50px; float: left }
#Kontakt { color: white; font: 11px/18px verdana; visibility: visible; position: relative; top: 42px; right: 10px; left: auto; width: 130px; height: 24px; float: right }
#portale {
 color: #828282;
 font: 10px verdana;
 visibility: visible;
 position: relative;
 top: 44px;
 left: 0px;
 width: 990px;
 float : left;
 text-align : center;

}

#portale a:link
{color: #828282}
#portale a:visited
{color: #828282}
#portale a:hover
{color: black;}

#Stimmungsmotiv     { background-color: #ebebeb; visibility: visible; top: 0; bottom: 0; width: 288px; float: left }
#Content          { font-size: 12px; visibility: visible; margin-bottom: 10px; margin-left: 15px; width: 545px; float: left }
body { color: black; font-family: verdana, helvetica, tahoma, arial, sans-serif; background-color: #ffffff; text-align: center; margin: 0; padding: 0 }
h1  {
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #666666;
}
h2     { color: #000; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 12px 0 0; padding: 0 }
p { line-height: 180% }
.text { line-height: 180% }

.intro { font-weight: bold; line-height: 160%; padding-right: 25px; padding-bottom: 25px; padding-left: 25px }


 #navcontainer   { margin-top: 0; margin-left: 30px; width: 208px }

#navcontainer ul
  { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none; margin-top: 0; margin-left: 0; padding-top: 0; padding-left: 0 }

#navcontainer a
  { background-color: #808080; display: block; padding: 4px; width: 206px; border-bottom: 1px solid #eee }

#navcontainer a:link, #navlist a:visited
{
color: #eee;
text-decoration: none;
}

#navcontainer a:hover
 { color: #333333; background-color: #b6b6b6 }
.nohand { cursor: crosshair }
.underline { border-bottom: 1px solid #ccc }
#Tabelle_01 #Content .text img {
	padding: 10px;
}

#standorte {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
overflow:hidden;
padding:0pt;
}

#standorte li {
float:left;
padding:0;
margin-right : 40px;
}
