/* --------------------------- Neudeffinition einiger TAGS ---------------------------------- */
 HTML, BODY, FORM, UL, LI {
	margin: 0px;
	padding: 0px;
	}

 UL {
 	list-style: none;
 	}

 BODY {
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
  	background: #29211F url('../images/bgv.gif') 0px 0px repeat-x;
  	color: #FFF;
  	text-align: center;
  	}

 IMG {
 	border: none;
 	}

 P {
	margin: 0px 0px 12px 0px;
	}

 #nav2 UL {
 	float: none;
 	height: 18px;
  	margin: 3px 0px 0px 0px;
  	}

 #nav2 LI {
  	float: right;
  	text-align: center;
  	width: 110px;
	margin: 0px;
	border-left: 1px solid #B72123;
 	border-right: 1px solid #000;
  	}

 #nav2 LI UL {
  	display: block;
  	width: 100%;
	padding: 10px 0px 10px 0px;
  	}

 #nav2 LI LI {
    text-align: left;
  	float: none;
  	padding: 1px 0px 2px 15px;
  	border: none;
  	}

 #context H1, #context P, #context H2.txtWhite {
  	color: #FFF;
  	}

 #context H1 {
 	padding-left: 30px;
 	font-size: 18px;
 	line-height: 24px;
 	}

 #context H2  {
 	font-size: 16px;
 	line-height: 20px;
 	}

 #context H3  {
 	font-size: 12px;
 	line-height: 16px;
 	font-weight: bold;
 	}

 #context H2, #content H3 {
 	color: #B72123;
 	}

 A {
	color: #FFF;
	text-decoration: none;
	}

 A:hover {
	text-decoration: underline;
	}

 #langselect A {
 	padding-left: 10px;
 	}

 #nav2 A {
  	display: block;
  	color: white;
  	padding: 0px;
 	}

 #nav2 A:hover, #nav2 .active {
 	text-decoration: underline;
 	}

 #nav2 LI LI A {
 	padding: 0px;
 	}

 #nav2 LI LI A:hover {
 	text-decoration: underline;
 	background: transparent;
 	}

 #nav A:hover, #nav2 A:hover {
 	text-decoration: none;
 	}

 #nav .level2 .active, #nav .level3 .active {
  	text-decoration: underline;
  	}

 #archiv A:hover {
 	color: #FFF;
 	}

 #footer A {
  	color: #CCC;
	}

 #footer A:hover {
 	text-decoration: none;
 	}


/* --------------------------- Deffinition der Pages per #divs ------------------------------ */

 #background {
	margin: 0px;
	padding: 0px;
	width: 100%;
	}

 #page {
  	background: #000;
  	margin: 1px auto;
  	padding: 0px;
  	border: 1px solid #CCC;
  	text-align: left;
  	width: 900px;
	}

 #head {
  	background: transparent url('../images/header.jpg') 0px 0px no-repeat;
  	height: 160px;
  	padding: 0px;
  	margin: 0px;
  	}

 #langselect {
  	float: right;
  	padding: 10px 15px 0px 0px;
	}

 #nav2 {
 	display: block;
 	clear: both;
	width: 100%;
  	background: #000;
  	font-size: 10px;
  	color: #FFF;
  	margin: 0px;
  	padding: 0px;
	}

 #dropNav2Subnav1, #dropNav2Subnav2, #dropNav2Subnav3, #dropNav2Subnav4, #dropNav2Subnav5, #dropNav2Subnav6 {
	position: relative;
	top: -2px;
	left: -1px;
	z-index: 10;
	}

 #nav {
 	float: left;
 	display: block;
 	clear: both;
  	width: 100%;
  	/* background: #B72123; */
  	margin: 0px;
  	padding: 0px;
	}

 #content {
 	width: 100%;
 	float: none;
 	display: block;
 	clear: both;
 	color: #FFF;
 	background: #000;
 	margin-top: 0px;
 	padding: 10px 0px 20px 0px;
 	}

 #conpics {
 	float: none;
 	display: block;
 	width: 100%;
 	height: 405px;
 	padding: 5px 0px 5px 0px;
 	}

 #conpics .teaser {
 	width: 210px;
 	height: 131px;
	background: #FFF;
	color: #000;
	margin: 2px 0px 2px 3px;
 	}

 #conpics .teaser P {
 	padding: 20px 10px 20px 15px;
 	}

 #conpics .bigteaser {
 	width: 680px;
 	height: 401px;
 	background: #FFF;
 	margin: 2px 3px 2px 0px;
 	}

 #content .sitemap_level2_container {
 	padding: 5px 0px 5px 20px;
 	}

 #content .sitemap_level3_container {
  	padding: 0px 0px 5px 40px;
  	}


 #kontaktform {
 	padding-left: 50px;
 	}

 #footer {
  	color: #CCC;
  	padding: 10px 0px 45px 0px;
  	text-align: center;
  	font-size: 0.8em;
	}

/* ------------ CLEARFIX (Hoehenausgleich nach gefloateten Elementen) --------------- */

 #nav2 UL:after, #nav UL:after, #conpics:after   {
	  	content: ".";
	  	line-height: 1px;
	  	display: block;
	  	height:	0px;
	  	clear:	both;
	  	visibility:	hidden;
	}

   /* Hides from IE-mac \*/
	* html #nav2 UL, * html #conpics  {
  		height:	1%;
	}
    /* End hide from IE-mac */

/* ---------------------------------------------------------------------------------- */

 .Nav2SubnavBox {
 	position: absolute;
	background: #000;
	padding: 0px;
	width: 111px;
	border: 1px solid #B72123;
	border-top: none;
 	}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
  	padding-top: 1em;
}

/* --------------------------- Styles für normale Nav ---------------------------------------- */

 #nav UL {
  	display: block;
  	float: none;
  	clear: both;
  	width: 100%;
  	margin-bottom: 2px;
    }

 #nav UL.level2 , #nav UL.level3 {
  	border-bottom: none;
  	height: 19px;
  	}

 #nav UL.level1 {
  	background: #B72123;
  	}

 #nav UL.level2 {
   	margin-top: 0px;
   	background: #600;
   	}

 #nav UL.level3 {
   	margin-top: 0px;
   	background: #300;
   	}

 #nav UL.level1 LI {
 	float: left;
 	padding: 2px 10px 3px 10px;
 	color: #FFF;
 	border-right: 2px solid #000;
 	}

 #nav UL.level2 LI {
  	float: left;
  	padding: 2px 10px 4px 10px;
  	color: #FFF;
  	border-right: 2px solid #000;
  	margin-right: 2px;
  	}

 #nav UL.level3 LI {
  	float: left;
  	padding: 1px 10px 4px 10px;
  	color: #FFF;
  	border-right: 1px solid #DDD;
  	margin-right: 2px;
  	}

/* --------------------------- Hier kommen die Nav-Menu Styles ------------------------------- */

 .menu {
	width:100%;
	height:100px;
	position:relative;
	font-size:11px;
	z-index: 3;
	background: transparent;
	}

 .menu UL LI A, .menu UL LI A:visited {
 	display: block;
 	text-decoration: none;
 	width:105px;
 	height:20px;
 	text-align: center;
 	color: #FFF;
 	background: #B72123;
 	line-height: 20px;
 	font-size:11px;
 	overflow:hidden;
 	padding: 0px 0px 1px 0px;
 	}

 .menu UL LI {
	float:left;
	position:relative;
	margin: 0px;
	border-right: 2px solid #000;
	}

  .menu UL LI LI {
  	border: 1px solid #FFF;
  	margin: 0px;
  	padding: 0px;
	}


 .menu UL LI UL {
	display: none;
	}

/* specific to non IE browsers */
 .menu UL LI:hover A {
	color: #FFF;
	background: #808080;
	}

.menu UL LI:hover UL {
	display:block;
	position:absolute;
	top:21px;
	left: 0px;
	}

 .menu UL LI:hover UL LI A.hide {
	background: #000;
	color: #FFF;
	padding: 2px 0px 2px 10px;
	width: 155px;
	margin-left: 0px;
	}

 .menu UL LI:hover UL LI:hover A.hide {
	background: #808080;
	color: #FFF;
	}

 .menu UL LI:hover UL LI UL {
 	display: none;
 	}

 .menu UL LI:hover UL LI A {
 	display: block;
 	background: #000;
 	color: #FFF;
 	width: 150px;
	text-align: left;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	margin-left: 0px;
 	}

 .menu UL LI:hover UL LI A:hover {
 	background: #808080;
 	color: #FFF;
 	}

 .menu UL LI:hover UL LI:hover UL {
 	display:block;
 	position:absolute;
 	left:165px;
 	top: 0px;
 	}

 .menu UL LI:hover UL LI:hover UL.left {
 	left: -155px;
 	}


/* --------------- einige wichtige Classes ------------------------------------ */

 .clear {
 	clear: both;
 	}

 * html .clear {
  	display: none;
	}

 .hide {
 	display: none;
 	}

 .show {
  	display: block;
  	}

 .left {
 	float: left;
 	}

 .right {
 	float: right;
 	}

 .imgCenter {
 	text-align: center;
 	}

 .txtWhite {
  	color: #FFF;
  	}

 .txtBlack {
  	color: #000;
  	}

 .txtRed {
  	color: #A00;
  	}

 .txtOrange {
  	color: #FF7E00;
  	}

 .spacer {
	width: 1px;
	height: 1px;
	clip: rect(0px, 0px, 1px, 1px);
	overflow: hidden;
	display: block;
	clear: both;
	}

 .teaser .imgCenter {
 	line-height: 130px;
 	vertical-align: middle;
 	}
