﻿@charset "utf-8";
/* CSS Document: Style */

/* ##### Reset-Skript ##### */

center, isindex, html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, h6,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 101%;
	font-family: inherit;
	font-variant: inherit;
}

html {
  margin-bottom:0px;
  height:101%;
  overflow:auto;
}

/*################################################################*/

#ie6box {display:none;}


/* WEBSITE - Struktur */

body {
  margin:40px 0 0 0;
  height:101%;
  background:url(img/site_bg.jpg) repeat-x top left #191a31;
  /*
  background:url(img/site_bg.jpg) repeat-x top left #262626;
  background: #1f1f1f
*/
}


#wrapper {
  width:982px;
  height:auto;
  margin:0 auto;
}

#container {
  width:916px;
  min-height:600px;
  height:100%;
  margin:0 auto;
	padding:0 33px;
	position:relative;
	background:url(img/container_bg.png) repeat-y top left;
  float:left;
}



.logo, .logo:hover {
  position:absolute;
  top:-15px;
  right:-20px;
  z-index:88;
  display: none;
}


#head {
  width:920px;
  height:351px;
  background: #9f3527;
  padding-top:22px;
}

#key-visual {
  width:920px;
  height:349px;
  background:url(img/default.jpg) no-repeat top left;
  border-top: solid 2px #5a1810;
}


#content {
  width:920px;
  height:100%;
  padding:0px;
  margin:0px;
  min-height:520px;
  background:url(img/content_bg.jpg) no-repeat bottom left #e2e2e2;
  position:relative;
  padding-top:30px;
	float:left;
}


.inhalt-links {
  background:url(img/inhalt_bg.png) repeat-x top left;
  width:510px;
  height:100%;
  min-height:470px;
  padding:50px 50px 0 50px;
  float:left;
}

.inhalt-links_2 {
  background:url(img/inhalt_bg.png) repeat-x top left;
  width:820px;
  height:100%;
  min-height:470px;
  padding:50px 50px 0 50px;
  float:left;
}

.inhalt-rechts {
  background:url(img/inhalt-rechts_bg.png) top left;
  width:270px;
  height:100%;
  min-height:470px;
  padding:50px 20px 0 20px;
  float:left;
}



#footer {
  height:82px;
  width:982px;
  float:left;
  background:url(img/footer_bg.png) no-repeat top left;
  position:relative;
}

a.rm-live, a.rm-live:hover {
  position:absolute;
  right:40px;
  top:-25px;
}



/* ####################### */



/* ######### Navigation ######### */

ul#mainnavi {width:830px; float:left; height:45px; background:url(img/navi_bg.png) repeat-x top left; position:absolute; top:-10px; left:0px; padding:22px 30px 0 60px; }
ul#mainnavi li {float:left; width:auto; height:30px; list-style-type:none; margin-right:25px;}  
ul#mainnavi li a {display:block; width:auto; height:14px; }
ul#mainnavi li a:hover {display:block;}

ul#mainnavi li.current a {display:block; height:14px;}
ul#mainnavi li.current a:hover {display:block; height:14px; }

ul#mainnavi li a{
	color:#e5bdb8;  /*
  color:#000;*/
	font-size: 14px;
	font-family: verdana, arial;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:-1px;
}

ul#mainnavi li a:hover {
    color:#fff;
}

ul#mainnavi li.current a {	
    color:#fff;
}

ul#mainnavi li.current a:hover {	
    color:#fff;
}


/* ####### Sub-Navi ####### */

ul#subnavi {width:315px; height:auto; float:left; margin-bottom:60px;}
ul#subnavi li {list-style-type:none; width:317px; display:block; float:left; height:30px; background:#ddd; margin:1px 0;}
ul#subnavi li a {width:316px; display:block; float:left; height:14px; padding:8px 0; background:url(img/sub-pfeil.png) 25px center no-repeat transparent;}
ul#subnavi li a:hover { background:url(img/teaser-pfeil.png)  25px center  no-repeat #cbbb9d; height:14px; padding:8px 0;}

ul#subnavi li.current a {width:316px; display:block; float:left;background:url(img/teaser-pfeil.png)  25px center  no-repeat #cbbb9d; height:14px;}
ul#subnavi li.current a:hover {width:316px; display:block; float:left;background:url(img/teaser-pfeil.png)  25px center  no-repeat #cbbb9d; height:14px;}

 ul#subnavi li a{
  color:#6b6b6b;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;
	padding-left:50px;
}

ul#subnavi li a:hover {
    color:#fff;
    	padding-left:50px;
}

ul#subnavi li.current a {	
    color:#fff;
    	padding-left:50px;
}

ul#subnavi li.current a:hover {	
    color:#fff;
    	padding-left:50px;
}


/* ####### Meta-Navi ####### */

ul#metanavi {width:auto; height:20px; float:left; margin:18px 0 0 75px; display:inline; color:#fff;}
ul#metanavi li {list-style-type:none; width:auto; display:inline;} 
ul#metanavi li a { width:auto;  display:inline; margin: 0 5px;}
ul#metanavi li a:hover, .current, li.active { width:auto; display:inline;}

ul#metanavi li a {
  color:#fff;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	text-decoration:none;
	text-align: center;
	text-transform:uppercase;
}

ul#metanavi li a:hover {
    color:#fff;
    text-decoration:underline;
}

ul#metanavi li.active a {	
    color:#fff;
    text-decoration:underline;
    font-weight:bold;
}

ul#metanavi li.active a:hover {	
    color:#fff;
    text-decoration:underline;
    font-weight:bold;
}

/*###########################################################################*/





/* ### Schriftformatierungen ### */

body {
	font-size: 12px;
	font-family: Arial;
 	color: #242628;
	text-align:left;
}


/* Textauszeichnungen */
p, .fieldset, .forminfo, #form-module-thanks, td, th {
	font-size: 12px;
	font-family: Arial;
 	color: #242628;
	line-height: 21px;
	text-align:left;
	font-weight:normal;
}


i {
	font-weight: bold;
	font-style: normal;
 	color: #242628;
}


legend {
  font-weight: bold;
	color:#c3022e;
  font-size: 12px;
}


em {
 	color: #242628;
  font-style: oblique;
  font-size:14px;
}


strong {
	font-weight: bold;
 	color: #242628;
	font-size: 12px;
	line-height:18px;
	margin:25px 0 0 0;
}



/* Überschriften */
h1 {
 	color: #242628;
	font-size: 22px;
	line-height:24px;
	font-family: arial;
	font-weight: bold;
	margin:20px 0 30px 0;
	text-transform:uppercase;
}


h2 {
 	color: #242628;
	font-size: 18px;
	line-height:18px;
	font-family: arial;
	font-weight: bold;
	margin:20px 0 30px 0;
	text-transform:uppercase;
}


h3 {
 	color: #404040;
	font-size: 16px;
	line-height:18px;
	font-family: arial;
	font-weight: normal;
  margin-bottom: 10px;
	margin-top:1px;

}

h4 {
 	color: #404040;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	margin-top: 1px;
  	margin-bottom: 1px;	
}

h5 {
 	color: #404040;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0;
}



.Stil1, .Stil2 {
   color: #ffffff;
}


/* Text-Links */
a {
   color:#9f3527;
   font-weight:bold;
   text-decoration: none;
   margin:0px;
}

a:hover {
   text-decoration: underline;
}

a img {
   text-decoration: none;
   margin:0px;
}

a img:hover {
   text-decoration: none;
   margin:0px;
}





