/********* global styles **********/

body {
	background-color: #fff;
	color: #606060;
	font: 71% tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 20px 0 0 0;
	padding: 0px;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

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: 140%;
	margin: 0px 0px 20px 0px;
	color: #000;
}

h2 {
	font-size: 120%;
	margin: 15px 0px 5px 0px;
	color: #666;
}

h3 {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #888;
}

h4 {
	font-size: 100%;
	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 4px 0px;	
}


#contCenterpage {
	position: relative;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 980px;
}




/********* header styles **********/

#contLogo {
	position: relative;
	padding: 0;
	margin: 0;	
	width: 980px;
	height: 51px;
	background-color:#fff;
	text-align: right;
}

/********* main navigation styles **********/

#contNavMain {
	position: relative;
	width: 980px;
	height: 19px;
	background-color: #fff;
	border-bottom: #fff 2px solid;	
}

.bgNavMain {
	position: relative;
	background-color:#d9dadc;
	margin-left: 340px;
	height: 20px;
}

a.navMain, a.navMainLast, a.navMain:visited {
	background-color: #d9dadc;
	color: #162a83;	
	float: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 0px;
	padding: 3px 8px 4px 10px;
	text-transform: none;
	text-decoration: none;	
}

a.navMain {
	border-right: #fff 0px solid;	
}

a.navMain:hover, a.navMainLast:hover {
	background-color: #162a83;
	text-decoration: none;
	color: #fff;
}

a.navMainCurrent, a.navMainCurrentLast, a.navMainCurrent:visited, a.navMainCurrentLast:visited {
	background-color: #162a83;
	color: #fff;
	float: left;
	font-size: 11px;
	font-weight: bold;	
	letter-spacing: 1px;
	margin-right: 0px;
	padding: 3px 8px 4px 10px;
	text-transform: none;
	text-decoration: none;
}

a.navMainCurrent, a.navCurrent:visited {
	border-right: #fff 0px solid;	
}

a.navMainCurrent:hover, a.navMainCurrentLast:hover {
	background-color: #162a83;
	text-decoration: none;	
	color: #fff;
}





/********* content styles **********/

.contContent {
	position: relative;
	float: none;	
	color: #606060;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 140%;
	height:inherit;
	width: 980px;
	padding: 30px 20px 30px 42px;
	background-color: #fff;
	border-bottom: 2px solid #fff;		
}

.leftRow {
	position: relative;
	float: left;
	width: 260px;
	text-align: right;
	padding-right: 40px;
	background-color: #fff;	
}

.rightRow {
	position: relative;
	float: left;
	width: 630px;
	background-color: #fff;		
}

.divider {
	position: relative;
	font: 1px;
	float: left;
	width: 100%;
	height: 2px;
	margin: 7px 0 10px 0;
	overflow: hidden;	
	background-color: #fff;		
}

.cleaner {
	height: 1px;
	clear:both;
}

#list {
	margin: 0;
	padding: 0;
	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 **********/

#footerBar {
	position: relative;
	float: none;
	width: 980px;
	height: 16px;
	background-color: #d9dadc;		
	text-transform: uppercase;	
}

#footer {
	position: relative;
	float: none;
	width: 980px;
	text-transform: uppercase;	
	color: #c1c1c1;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 140%;
	padding: 10px 0px 20px 0px;
	margin-left: 340px;
	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; }