/************************************************/
/* Default */
/************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	min-height:100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 62,5%;
	
}
/************************************************/
/************************************************/



/************************************************/
/* Wrapper */
/************************************************/

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

/************************************************/
/************************************************/



/************************************************/
/* First - Span */
/************************************************/

#firstSpan {
	float: left;
	margin: 20px 0 0 0;
}

#mainLogo {
	border: 0;
	margin-bottom: 80px;
	padding-left: 25px;
}


/* Main - Menu */

#mainMenu {
	list-style: none;
	font-size: 11px;
}

#mainMenu li {
	padding-top: 10px;
}

#mainMenu li a:hover{
	color: #989898;
}

#mainMenu li:hover ul{
	display: block !important;
}
	
#mainMenu a:link, #mainMenu a:hover, #mainMenu a:active, #mainMenu a:visited, #mainMenu a:focus {
	background: url(mainMenuArrow.png) no-repeat;
	padding-left: 5px;
	color: #727272;
	text-decoration: none;
}


/* Sub - Menu */

ul.subMenu {
	list-style: none;
	font-size: 11px;
	text-indent: 10px;
}

ul.subMenu a:link, ul.subMenu a:hover, ul.subMenu a:active, ul.subMenu a:visited, ul.subMenu a:focus {
	color: #989898;
}

ul.subMenu li a:hover {
	color: #727272;
}
/************************************************/
/************************************************/



/************************************************/
/* Meta - Menu */
/************************************************/

#metaMenu {
	position: absolute;
	top: 515px;
}

#metaMenu a:link, #metaMenu a:hover, #metaMenu a:active, #metaMenu a:visited, #metaMenu a:focus {
		background: url(mainMenuArrow.png) no-repeat;
		padding: 0 0 0 5px;
		font-size: 11px;
		color: #727272;
		text-decoration: none;
		width: 45px;  
		font-family: Arial, Helvetica, Verdana, sans-serif;  
	
}

#metaMenu a:hover {
	color: #989898;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#metaMenu li {
	list-style: none;
}

/************************************************/
/************************************************/




/************************************************/
/* Second - Span */
/************************************************/

#secondSpan {
	float: left;
	margin: 20px 0 0 60px;
	width: 750px;
}

#secondSpan ul{
	list-style: none;
	*margin-top: -3px;
}

#secondSpan li {
	float: left;
	width: 245px;
	background: #F7D622;
	margin-bottom: 1px;
	*border-bottom:1px solid white;
	*margin-bottom: 0;
}


#secondSpan li a:link, #secondSpan a:hover, #secondSpan a:active, #secondSpan a:visited, #secondSpan a:focus {
	color: #000;
	float: left;
	width: 235px;
	padding: 3px 0 3px 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#secondSpan li:hover, #secondSpan li.active a.active {
	background: #000 !important;
	color: #fff !important; 
}	


#secondSpan div.cat ul.cat_list a.ieActive {
	background: #000 !important;
	color: #fff !important; 
}



#secondSpan li a:hover, #secondSpan li a.active{
	color: #fff; 
}
	


/* Categories Sub Menu */

ul.subcat {
	/* display: none; */
	z-index: 1000;
	position: relative;
}



#secondSpan li:hover ul{
	display: block !important;
	margin-top: 21px;
	position: absolute;
	width: 245px;
	
}

 *:first-child+html #secondSpan li:hover ul {
 	margin-left:-245px;
}

#secondSpan li ul{
	background-color:#fff;
}


/* Listen Shadow */

#secondSpan li.lishadow {
	background: url(lishadow.png) no-repeat #F7D622;
}


/* Kategorien Boxen */

.cat {
	float: left;
	width: 245px;
	margin: 0 3px 0 0; /*margin: 0 3px 0 0;*/
    position:relative;
    z-index:10000;
/*border: 1px solid green;*/
}

/* Content - Area */

#content {
	
	height: 520px;
	width: 745px;
	*height:410px;
	margin-top: 20px;
    *margin-top: 150px;
}

 #contenttext {
 	font-size:12px;
	margin-right: 190px;
	padding-left: 50px;
	width: 500px;
	
}

#contentCarrier {
	position:relative;
    z-index:0;
	height: 400px;
	width: 745px;
   
 } 

#claim {
    left: 15px;
    top: 60px;
    position:relative;
    z-Index:10;
}
/************************************************/
/************************************************/


ul.cat_list {
    padding-top:115px;
    *padding-top:0px;
    *top:118px;
    *position:absolute;
    
   /* border:1px solid; wieso das??? */
}



 div.cat img {
	position:absolute;
	height:115px; 
	width: 245px;
	z-index:1;
}

 div.cat img.obersteebene {
	z-index:300;
}

 div.cat img.mittlereebene {
	z-index:20;
}

/* test fuer ul siehe ueberuns, rie 13.4.10 */
#contenttext ul.abc {
	padding-top:8px;
	padding-bottom:10px;
	margin-left: 30px;
	list-style:square;
	background-color:#ffffff;
	}
	
#contenttext ul.abc li {
	margin-left:3px;
	background-color:#ffffff;
	float: none;
	padding:0px!important;
	width: 300px;
	}
	
#contenttext ul.abc li:hover {
  background-color: white!important;
  color: #000000!important;
  float: none;
  padding:0px!important;
}


/* lets have some inputs */

input  {
	border: 1px dotted grey;	
}	


#contenttext a.normal:link, #contenttext a.normal:active, #contenttext a.normal:visited, #contenttext a.normal:focus{
	text-decoration: underline!important;
	color: #626262!important;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding:0px!important;
	font-size: 12px;
	font-weight: bold;
	float: none;
}
/* koennte auch oben mit angegeben werden, falls keine Aenderung gewuenscht wird, rie 5.5.10*/
#contenttext a.normal:hover{
	text-decoration: underline!important;
	color: #F7D622!important;   /*bei hover im Moment schrift gelb */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding:0px!important;
	font-size: 12px;
	font-weight: bold;
	float: none;
}

/* um diese class s.weiter oben auszuhebeln, muss in der normal class alles was hier steht auch angegeben werden, damit die Aenderung greift , rie 5.5.10
#secondSpan li a:link, #secondSpan a:hover, #secondSpan a:active, #secondSpan a:visited, #secondSpan a:focus {
	color: #000;
	float: left;
	width: 235px;
	padding: 3px 0 3px 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}*/

.grau {color:#000000; font-size:13px; font-weight:bold;padding-bottom:5px;}
