/********* global styles **********/

html {
	min-height: 101%; /* rechte Scrollbar bei Firefox */
}

body {
	background-color: #fff;
	color: #606060;
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 20px 0 0 0;
	padding: 0px;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

a {
	outline: none;
}
	
a:link { color:#333; text-decoration: none; }
a:visited { color:#333;	text-decoration: none; }
a:hover { color:#000; text-decoration: underline; }
a:active { color:#999;	text-decoration: none; }

p {
	margin: 0px 0px 7px 0px;
}

h1 {
	font-size: 15px;
	margin: 0px 0px 20px 0px;
	color: #000;
}

h2 {
	font-size: 11px;
	margin: 15px 0px 5px 0px;
	color: #666;
}

h3 {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #888;
}

h4 {
	font-size: 11px;
	margin: 0;
	color: #666;
}

img {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}

ul {
	margin: 0px 0px 10px 15px;	
}

li {
	padding: 0px 0px 2px 0px;	
}


#contCenterpage {
	position: relative;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 840px;
}




/********* header styles **********/

#contLogo {
	position: relative;
	padding: 0;
	margin: 0;	
	width: 840px;
	height: 80px;
	background-color:#fff;
	text-align: right;
}

#contVisual {
	position: relative;
	width: 840px;
	height: 125px;
	background-color: #fff;
	border-bottom: #fff 2px solid;	
	*/ 	border-bottom: #fff 0px solid;		
}




/********* main navigation styles **********/

#contNavMain {
	position: relative;
	width: 840px;
	height: 19px;
	background-color: #81a000;
	border-bottom: #fff 2px solid;	
}

a.navMain, a.navMainLast, a.navMain:visited {
	background-color: #81a000;
	color: #fff;	
	float: left;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-right: 0px;
	padding: 3px 8px 4px 11px;
	text-transform: uppercase;
	text-decoration: none;	
}

a.navMain {
	border-right: #fff 1px solid;	
}

a.navMain:hover, a.navMainLast:hover {
	background-color: #1e539b;
	text-decoration: none;
	color: #fff;
}

a.navMainCurrent, a.navMainCurrentLast, a.navMainCurrent:visited, a.navMainCurrentLast:visited {
	background-color: #1e539b;
	color: #fff;
	float: left;
	font-size: 10px;
	font-weight: bold;	
	letter-spacing: 2px;
	margin-right: 0px;
	padding: 3px 8px 4px 11px;
	text-transform: uppercase;
	text-decoration: none;
}

a.navMainCurrent, a.navCurrent:visited {
	border-right: #fff 1px solid;	
}

a.navMainCurrent:hover, a.navMainCurrentLast:hover {
	background-color: #1e539b;
	text-decoration: none;	
	color: #fff;
}




/********* sub navigation styles **********/

#contNavSub {
	position: relative;
	width: 840px;
	height: 19px;
	background-color: #d9e2b2;
	border-bottom: #fff 2px solid;				
}

a.navSub, a.navSub:visited {
	background-color: #d9e2b2;
	border-bottom: #fff 1px solid;		
	color: #81a000;	
	float: left;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-right: 0px;
	padding: 3px 13px 4px 17px;
	text-transform: uppercase;
	text-decoration: none;	
}

a.navSub:hover {
	background-color: #1e539b;
	text-decoration: none;		
	color: #fff;
}

a.navSubCurrent, a.navSubCurrent:visited {
	background-color: #1e539b;
	border-bottom: #fff 1px solid;	
	color: #81a000;
	float: left;
	font-size: 10px;
	font-weight: bold;	
	letter-spacing: 2px;
	margin-right: 0px;
	padding: 3px 13px 4px 17px;
	text-transform: uppercase;
	text-decoration: none;	
}

a.navSubCurrent:hover, a.navSubCurrent:visited {
	background-color: #1e539b;
	text-decoration: none;		
	color: #fff;
}




/********* content styles **********/

.contContent {
	position: relative;
	float: left;	
	color: #606060;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	width: 800px;
	padding: 30px 20px 30px 20px;
	background-color: #f5f5eb;
	border-bottom: 2px solid #fff;		
}

.contentCenter {
	position: relative;
	overflow:hidden;
	float:left;
	width: 550px;
	padding: 0px;
	margin-left: 140px;
}

.contentCenter h1 {
	font-size: 14px;
	margin: 12px 0px 5px 0px;
	color: #000;
}

.dashed a:link {
	color:#606060;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dashed;
text-decoration: none;
}

.dashed a:visited {
	color:#606060;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dashed;
text-decoration: none;
}

.dashed a:hover {
	color:#000;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
text-decoration: none;
}

.dashed a:active {
	color:#000;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
text-decoration: none;
}

.leftRow {
	position: relative;
	float: left;
	width: 190px;
	text-align: right;
	padding-right: 40px;
	background-color: #f5f5eb;	
}

.leftRow2 {
	position: relative;
	float: left;
	width: 180px;
	padding: 3px 0 0 50px;	
	background-color: #f5f5eb;	
}

.leftRowStart {
	position: relative;
	float: left;
	width: 330px;
	margin-left: 40px;
	background-color: #f5f5eb;	
}

.leftRowList {
	position: relative;
	float: left;
	width: 225px;
	padding-right: 5px;
	background-color: #f5f5eb;	
}

.rightRow {
	position: relative;
	float: left;
	width: 550px;
	margin: 0px 0px 10px 0px;
	background-color: #f5f5eb;		
}

.rightRowStart {
	position: relative;
	float: left;
	width: 400px;
	margin: 0px 0px 10px 0px;
	background-color: #f5f5eb;		
}

.divider {
	position: relative;
	font: 1px;
	float: left;
	width: 100%;
	height: 2px;
	margin: 7px 0px 10px 0px;
	overflow: hidden;	
	background-color: #fff;		
}

.cleaner {
	height:10px;
	clear:both;
}

.textMenu {
	font-weight:bold;
	color:#666;
}

#list {
	float:none;
	margin:4px 0 0 0;
	padding:0px;
	list-style:none;
}

#list li {
/*	display: inline-block; */
	padding-left: 15px;
	background-image: url(../images/all/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	*/ background-position: 0px 6px;	
}




/********* footer styles **********/

#footer {
	position: relative;
	float: left;
	width: 840px;
	text-transform: uppercase;	
	color: #c1c1c1;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;		
}

#footer a:link { color:#c1c1c1; text-decoration: none; }
#footer a:visited { color:#c1c1c1; text-decoration: none; }
#footer a:hover { color:#000; text-decoration: underline; }
#footer a:active { color:#666; text-decoration: none; }

#footerBar {
	position: relative;
	float: left;
	width: 840px;
}


#teaserbox	 {
	position: absolute;
	right: 20px;
	top:220px;
	width: 248px;
	background-color:#f5f5eb;
	border:2px solid #d9e2b2;
	z-index:1000;
}
#teaserbox p, #teaserbox h1 { color:#1e539b!important; margin:0; padding:3px 10px 10px 10px; font-size:12px; }
#teaserbox a { color:#1e539b!important; text-decoration:underline; line-height:21px;}
.teaser-head {
	width:100%;
	padding:3px 0 18px 0;
	text-align:right;
	font-size:10px;
}
.teaser-head a {
	padding-right:3px;
	color:#1e539b!important;
	text-decoration:none;
}
.hidden		{
	display:none;
}
.visible		{
	display:block;
}
#keyvisual  {
	padding-top:1px; margin:0;
}
