#body
{
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}


a:hover {
	text-decoration: underline;
	color:#cc0000;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 11px;
 color: #000000;
 padding: 0px 10px 10px 0px;
 margin: 0 0 0 0;
}

h2{
 font-size: 11px;
 color: #000000;
 padding: 0px 5px 5px 1px;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
	margin-top:2px;
	margin-bottom:10px;
}

h3{
 font-size: 14px;
 color: #000000;
 padding: 0px 10px 10px 0px;
 margin: 0 0 0 0;
}

h4{
 font-size: 14px;
 color: #cc0000;
 padding: 0px 10px 10px 0px;
 margin: 0 0 0 0;
}

h5{
 font-size: 12px;
 color: #cc0000;
 padding: 0px 10px 2px 0px;
 border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
	margin-top:2px;
	margin-bottom:10px;
}

h6{
 font-size: 14px;
 color: #000000;
 padding: 0px 10px 10px 0px;
 font-weight:lighter;
 
}


hr{
	color:#d32007;
	height:1px;
	border:1px solid #d32007;
	}

ul{
 list-style-type: square;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.hg{
	width:870px;
	height: 700px;
	top:10px;
	background-color: #d7d7d7;
	border:1px solid #000;
	box-shadow: 1px 2px 6px #666;
	-moz-box-shadow: 1px 2px 6px #666; /* Mozilla Firefox */
	-webkit-box-shadow: 1px 2px 6px #666; /* Google Chrome */
}

.aussen
{
	height:100%;
	width:100%;
	
}

#masthead{
	position:absolute;
	left:0px;
	top:0px;
	width:870px;
	height:155px;
	z-index: 3;
}

#streifen{
	position: absolute;
	background-color:#c0c0c0;
	left:0px;
	height: 540px;
	width:220px;
	top: 160px;
	z-index: 2;

}




#navBar{
	position: absolute;
	top: 195px;
	left: 10px;
	width: 200px;
	min-height:240px;
	overflow: visible;
	z-index: 5;
}

.navBar a{
	color:#C00;
	text-decoration:none;
}

.navBar a:hover{
	color:#000;
	text-decoration:none;
	
}

.navBar a:visited{
	color:#C00;
	text-decoration:none;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	position:absolute;
	left:260px;
	top: 165px;
	font-size: 80%;
	width: 575px;
	height: 15px;
}

#content{
	position:absolute;
	left:260px;
	top:195px;
	width: 575px;
	z-index: 4;
	height: 475px;
}

#content img{
	float:right;
	margin: 3px 2px 0 5px;
	}
	
	
#content2{
	position:absolute;
	left:257px;
	top:195px;
	width: 585px;
	z-index: 4;
	height: 475px;
	overflow: auto;
}



#bild1{
	position:absolute;
	top: 100px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

#bild2{
	position:absolute;
	top: 172px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

#bild3{
	position:absolute;
	top: 244px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

#bild4{
	position:absolute;
	top: 316px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 4px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	color:#894f8b;
	padding: 8px 22px 0px 0px; 
}

#globalNav a:hover {
	color:#894f8b;
	padding: 8px 22px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 100%;
}

.feature a{
color:#d32007;
}

.feature a:hover{
color:#d32007;
font-weight:bold;
}

.feature a:visited{
color:#d32007;
}

.feature img{
	float: right;
	padding: 0px 5px 0px 10px;
	margin: 0 5px 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.untermenue{
 font-size: 12px;
 font-weight:bold;
 color: #000;
 padding: 0px 5px 5px 5px;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
	margin-top:2px;
	margin-bottom:10px;
}

.untermenue a{
	text-decoration:none;
	color: #c00;
	font-size:11px;
}

.untermenue a:hover{
 color: #000000;
 text-decoration: underline;
}

.untermenue a:visited{
 text-decoration:none;
}
/*-----------------------------------------------------------*/
.apDiv1 {
	position:absolute;
	left:365px;
	top:50px;
	width:180px;
	height:30px;
	z-index:1;
	visibility: hidden;
	padding:5px 5px 5px 10px;
	background-color:#333;
	color:#FFF;
	border:1px solid #d32007;
}


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


/*-----------------------------------------------------------*/
.tbDiv1 {
	position:absolute;
	left:25px;
	width:330px;
	height:15px;
	z-index:1;
	font-weight:bold;
}

/*-----------------------------------------------------------*/
.fuss{
color:#000000;
	font-size: 11px;
	vertical-align:text-top;
}

.fuss a{
	color:#000000;
	padding: 0px 2px 0px 4px;
	text-decoration:none;
	}

.fuss a:hover{
	color:#d32007;
	text-decoration:underline;
	padding: 0px 2px 0px 4px; 
	}
	
.fuss a:visited{
	color:#000000;
	text-decoration:none;
	padding: 0px 2px 0px 4px; 
	}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 79%;
	border-top: 1px solid #cccccc;
	font-size: 100%;
	color: #cccccc;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

