/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #707070;
	line-height:17px;
}

p, input, textarea, select,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

h1 { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff0000;
	font-weight: bold;
	font-style:italic;
	line-height: 120%;
}

.h1 { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff0000;
	font-weight: bold;
	font-style:italic;
	line-height: 120%;
}

h2 { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
	font-weight: bold;
	font-style:italic;
}

.h2 { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
	font-weight: bold;
	font-style:italic;
}

h3 { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
	font-weight: bold;
	font-style:italic;
}

.headlineRot { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style:italic;
	color: #FF0000;
	padding:0px;
	margin:0px;
	border:0px;
}

hr {
	height: 1px;
	color: #E8E8E8;
	border: 0px;
	background: #E8E8E8;	
	margin:0px;
	padding:0px;
}

blockquote {
	margin: 10px;	
}

a {
	color: #707070;
	text-decoration: underline;
	cursor: pointer;
}

li > a {
	text-decoration: none;
	border-bottom: 1px solid red;
}

a.divTop {
	color: #707070;
	text-decoration:none;
}

ul {
	padding:0px;
	margin:0px 0px 0px 15px;
	list-style-image:url(../images/pfeil_klein.gif);
	line-height:17px;
}

.aufzaehlungGross {
	padding:0px;
	margin:0px 4px 4px 25px;
	font-size:14px;
	font-style: italic;
	list-style-image:url(../images/pfeil_gross.gif);
	line-height:19px;
}

.aufzaehlungRahmen {
	border: 1px dotted #707070;	
	width:100%;
}

table {
	border-collapse:collapse;	
}

.fontRot {
	color: #ed1c24;
	font-size: 11px;
}

.bildLinks {
	margin: 0px 15px 15px 0px;
	float:left;
}

.bildRechts {
	margin: 0px 0px 15px 15px;
	float: right;
}

.clear {
	clear:both;
}
	
.nav {
	float:left; 
	width:231px; 
	height:41px;
}

/*
.nav {
	font:Arial; 
	font-size:13px;
	font-style:italic;
	text-transform:uppercase;	
	color:#FFFFFF; 	
	text-decoration:none; 
	float:left; 
	width:231px; 
	height:39px; 
	background-image:url(../images/bg_geschaeftsbereich.gif); 
	border-top:1px solid #000000;	
}

.nav_mo {
	font:Arial; 
	font-size:13px; 
	font-style:italic;	
	text-transform:uppercase;	
	color:#ED1C24; 
	text-decoration:none; 
	float:left; 
	width:231px; 
	height:39px; 
	background-image:url(../images/bg_geschaeftsbereich_mo.gif);
	border-top:1px solid #000000;	
}
*/

.subnav {
	float:right; 
	margin-right:22px;
	height:20px; 
	width: 180px;
	padding:2px 0px 2px 0px;
	border-bottom:1px solid #FFFFFF;
}

/*
.subnav {
	font:Arial; 
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	color:#707070; 	
	text-decoration:none; 
	float:left; 
	width:180px; 
	height:11px; 
	padding:7px 0px 7px 0px;
	margin:0px 25px 0px 0px;
	border-bottom:1px solid #FFFFFF;
}
*/

.suche {
	font-weight:bold; 
	font-style:italic; 
	font-size:14px;
	float:left;
	margin-right:8px;
}

.suchfeld {
	width:163px;
	background-color:#e8e8e8;
	border: 1px solid #d9d9d9;
}
	

/*************  Layer   **************/

#divBackground {
	background-color: #FFFFFF;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	width:100%;
}

#divContainer {	
	position: relative;
	width: 990px;
	margin: 0px auto;
	background-image:url(../images/bg.png);
	background-color:none;
}

	#divContainerContent {
		position:relative;
		width: 960px;
		margin: 0px auto;
	}		
		
		#divTop {
			position: relative;
			background-color:#FFFFFF;
			height:60px;
		}
		
			#divLogo {
				position: absolute;
				top: 16px;
				left: 25px;
			}
			
			#divSprachwahl {
				position:absolute;
				left:530px;
				top:20px;
			}
			
			#divTopSpacer {
				position: absolute;
				top:13px;
				left:684px;
				width:1px;
				height:30px;
				background-color:#e8e8e8;
			}
			
			#divSuche {
				position:absolute;
				left:700px;
				top:18px;
			}
			
		#divImage {
			width: 960px;
			height: 354px;
			z-index:500;
			overflow:hidden;
		}	
		
		#divNav {
			position:absolute;
			top:181px;
			left:15px;
			width:231px;
			height:234px;
			z-index: 10000;
		}
		#divNews {
			position:absolute;
			top:264px;
			left:246px;
			width:699px;
			height:150px;
			z-index: 10000;
		}									
	
		#divSubnav {
			position:relative;
			width:231px;
			float: left;			
			margin-top:20px;						
			padding-left:14px;
			margin-bottom:40px;	
		}
		
		#divContent {
			width:690px;
			float:right;
			margin-top:14px;
			margin-bottom:40px;
		}
			
#divBottom {
	position: relative;
	background-image:url(../images/bottom.gif);
	width: 960px;
	height:20px;
	margin: 0px auto;
	padding-top:8px;
	padding-left:30px;
}

	#divBottomLeft {
		float:left; 
		width:231px; 
		float:left;
	}
	
	#divBottomRight {
		float:right; 
		width:684px; 
		padding-right:45px;
	}