/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; 
}

/* --- Basis --- */

body {
	background: #fef8f0 url(../images/back.png) repeat-x;
	line-height: 17px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 45px;
}

h1, h2, h3, h4, h5, h6 {
	
	color: #ee7d26;
	font-weight: bold;
}

.grid-c1 {
	color: #4e4e4e;
	font-size: 12px;
}
.grid-c1 h1, .grid-c1 h2, .grid-c1 h3, .grid-c1 h4, .grid-c1 h5, .grid-c1 h6 {
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	color: #ee7d26;
	line-height: 34px;
}

p {
	margin-bottom: 15px;
}

em {
	font-style: italic;
}

td {
	vertical-align: top;
}

td p {
	margin-top:0;
	vertical-align: top;
}

/* --- Typography --- */

.grid p {
  line-height: 17px;

  font-family: Verdana, Geneva, sans-serif;
	color: #4e4e4e;
}

/*.grid h1 {
  line-height: 34px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h2 {
  line-height: 34px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h3 {
  line-height: 34px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h4 {
  line-height: 34px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h5 {
  line-height: 34px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h6 {
  line-height: 34px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

*/

/* --- Grid --- */

#wrapper {
	background-color: white;
	width: 980px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f9c379;
	margin-bottom: 0;
	margin-left: auto !important;
	margin-right: auto !important;
}


#wrapperhome {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 980px !important;
	margin-left: -490px;
}

#kopfzeile {
	width: 980px;
	height: 89px;
	margin: 0;
	padding:0;
}

#cover {
	padding: 0;
	margin: 0 0 15px;
	width: 980px;
	height:305px;
}

.cover1 { background: url(/images/cover_1.jpg) no-repeat; }
.cover2 { background: url(/images/cover_2.jpg) no-repeat; }
.cover3 { background: url(/images/cover_3.jpg) no-repeat; }
.cover4 { background: url(/images/cover_4.jpg) no-repeat; }
.cover5 { background: url(/images/cover_5.jpg) no-repeat; }


/*   = Navigation      
------------------------------------------------------*/


#subnavigation {	
	width: 160px;
	height: 265px;
	font-size: 12px;
	/*border: 1px solid red;*/
}

#subnavigation ul.rex-navi1 {
	/*margin-top: 90px; */
	/*padding-top: 80px;*/
	margin-left: 10px;
}

#subnavigation li.subnav1 {
	display: block;
	margin-bottom: 8px;
}

/*   = Seitenstruktur      
------------------------------------------------------*/

.grid {
  width: 980px;
  margin: auto;
}

.grid-m1 {
  float: left;
  width: 110px;
  height: 1px;
}

.grid-c1 {
  float: left;
  width: 560px;
}

.grid-m2 {
  float: left;
  width: 48px;
  height: 1px;
}

.grid-c2 {
	float: left;
	width: 225px;
	background-color: #fef6ec;
	border-left: 1px solid #b4b7b8;
	font-size: 11px !important;
}

.grid-c2 p {
	font-size: 11px;
	line-height: 1.4em;
}

.grid-c1 a {
	color: #ee7d26 !important;
	text-decoration: none;
}

.grid-c1 a:hover {
	text-decoration: underline !important;
}

.grid-c2 a {
	color: #ee7d26 !important;
	text-decoration: none;
}

.grid-c2 a:hover {
	text-decoration: underline !important;
}



div.grid-c2 div.wysiwygmarg {
	background: url(/images/pfeil.png) no-repeat 5px 15px;
	padding-top: 10px;
	padding-left: 18px;
	margin-left: 0px;
	border-bottom: 1px solid #b4b7b8;
	color: #4e4e4e;
}

/*   = Hauptnavigation      
------------------------------------------------------*/

#homelink {
	display: inline-block;
	float: right;
	margin-right: 10px;
	margin-top: 3px;

}

#homelink a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#navigation {
	background-color: #f7a940;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	height: 25px;
	border-top: 1px solid white;
	width: 980px;
	z-index: 50;
}

#navigation ul.rex-navi1 {
	margin-top: 3px;
}

#navigation ul.rex-navi1 li {
	display: inline;
	margin-left: 10px;
	padding-right: 10px;
	color: white;
	margin-top: 3px !important;
	font-weight: bold;
	/*border-right: 1px solid white;*/
	list-style: none;
	background: url(/images/navstrich.png) no-repeat right 2px;
}

#navigation li.rex-normal a {
	color: white;
	text-decoration: none;
	opacity: 1;
}

#navigation li.rex-active a {
	color: black;
	text-decoration: none;
}

#navigation li.rex-current a {
	color: black;
	text-decoration: none;
}

/*   = Subnavigation      
------------------------------------------------------*/


#subnavigation li.rex-normal a {
	color: white;
	text-decoration: none;
	opacity: 1;
}

#subnavigation li.rex-normal a:hover {
	color: #f7a940;
}



#subnavigation li.rex-current a {
	color: #f7a940;
	text-decoration: none;
}



/* -- Homepage -- */
#homecover {
	width:980px;
	height:720px;
	z-index:1;
	border-bottom: 1px solid #f9c379;
	margin-left: auto !important;
	margin-right: auto !important;
}

#homelogo {
	position:absolute;
	left:741px;
	top:570px;
	width:240px;
	height:150px;
	z-index:20;
	border-bottom: 1px solid #f9c379;
}

#hometeaser {
	position:absolute;
	left:0px;
	top:570px;
	width:980px;
	height:150px;
	background-color: #f7a940;
	z-index:10;
	border-bottom: 1px solid #f9c379;
	opacity: 0.85;
	filter: alpha(opacity=80);
}

#homenavi {
	position:absolute;
	left:550px;
	top:570px;
	width:240px;
	height:150px;
	z-index:15;

	color: white;
}

#hometext {
	position:absolute;
	left:42px;
	top:626px;
	width:450px;
	height:130px;
	z-index:25;
	color: white;
	margin-top: 20px;
	line-height: 1.4em;
}

#homeservice {
	position:absolute;
	left:0px;
	top:720px;
	width:980px;
	height:25px;
	z-index:30;
}

#slideshow {
list-style-type: none;	
}

#inlineservice {
	width:980px;
	height:25px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0;
	margin: 0;
	vertical-align: top;
}


#homenavi ul.rex-navi1 {
	margin-top: 20px;
}
#homenavi li.rex-normal {
	
	display: list-item;
	border: none !important;
	list-style-image: url(../images/homlist_pfeil.gif);
	color: white;
}

#homenavi li.rex-normal a {
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
}

ul#hservnavi {
	margin-left: 310px;
	list-style-type: none;
	/* border-right: 1px solid #f7a940; */
	display: block;
	width: auto;
	margin-bottom: 40px;
	padding: 0;
	margin-top: 0;
	background: url(/images/navstrich_orange.png) no-repeat left 5px;
	margin-top: -6px;
}

ul#hservnavi li {
	margin: 0;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline;
	/*border-left: 1px solid #f7a940;*/
	background: url(/images/navstrich_orange.png) no-repeat right 0px;
		
	
}

li.homeservicenavi a {
	margin-top: 3px;
	padding-top: 0px;
	text-decoration: none;
	color: #4e4e4e;
	display: inline-block;
	margin-top: 4px;
}

a.hteaserlink {
	background: url(../images/homlist_pfeil.gif) no-repeat 0 center;
	display: inline-block;
	padding-left: 15px;
	color: white;
	margin-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

/*   = Texteditor      
------------------------------------------------------*/

.tinymcewysiwyg img {
	margin-top: 5px;
}


.tinymcewysiwyg ul {
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: square;
}

.bild-rechts {
	float: right;
	margin-left:10px;
	margin-bottom:6px;
}

.bild-links {
	float: left;
	margin-right:10px;
	margin-bottom:6px;
}



/*   = Statements      
------------------------------------------------------*/

.marg_statement {
	padding-left: 15px;
	margin-top: 10px;
	padding-right: 5px;
	font-size: 11px;
	border-bottom: 1px solid #b4b7b8;
	color: #4e4e4e;
}

.marg_statement strong {
	font-size: 12px;
	line-height: 1.4em;
} 

.marg_state_image {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 3px;
	
}

strong.strhead {
	font-size: 16px;
}

/*   = Bild Marginalspalte      
------------------------------------------------------*/
.img-marginal {
	padding-left: 6px;
	border-bottom: 1px solid #b4b7b8;
	padding-top: 10px;
	padding-bottom: 10px;
}



.tabelle-aktiv {
	background-color: #fef6ec;
}

.tabelle-aktiv td, .tabelle-aktiv th {
	text-align: left;
	padding: 10px;
}

.tabelle-aktiv th {
	font-weight: bold;
}

label.choice {
	
}

input.checkbox {
	float: left;
	margin-right: 10px;
}

input.text {
	width: 250px;
	background-color: #fef6ec;
}

textarea {
	width: 250px;
	height: 75px;
	background-color: #fef6ec;
	margin-bottom: 20px;
	
}

#xpemail, #xpdiv, #xpemail {
	visibility: hidden;
	display: none;
}

