* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Lucida Grande, helvetica, arial, verdana;
	font-size: 11px;
	color: #333;
	background-color: #002851;
}


/* Allgemein
----------------------------------------------------------------------------------------------------------------------------------- */
img {
	border: 0;
}
h1 {
	font-size: 12px;
}

h2 {
	font-size: 12px;
}




p {
	line-height: 16px;	
	
}
p.headline {
	font-weight: bold;
}
a:link, a:visited {
		color:#333;
	
		}
a:hover {
	color:#000;
}
.oneImage {
	display: block;
}
.legend {
	color:#666;
	font-size: 11px;
}
.dividerLine {
	border-top: 1px solid #999;
	}
	
.v_yellowBg {
	background-color: #FF6;
}
.v_small {
	font-size: 11px;
}
li.small {
	font-size: 9px;
	color:#666;
}


.iconTitle, .iconTitle a {
	color: #677d90;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}



.iconTitle a:hover {
	color: #c00;
	
}






/* Erster Kopfbereich
----------------------------------------------------------------------------------------------------------------------------------- */
#area_head_1 {
	width: 800px;
	height: 70px;
	margin: 0px auto 0px auto;
	text-align: left;
	}



/* Zweiter Kopfbereich mit Hauptmenue
----------------------------------------------------------------------------------------------------------------------------------- */
#area_head_2 {
	width: 800px;
	margin: 0px auto 0px auto;
	height: 25px;
	background-image: url(if/zkr/bg_mainmenue.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	}

#area_head_2_navigation {
	float: left;
	}
	
#area_head_2_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#area_head_2_navigation ul li {
	float: left;
	display: block;
	padding: 0;
	}

#area_head_2_navigation ul li a {
	display: block;
	border-right: 1px solid #666;
	padding: 4px 16px 3px 16px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}

#area_head_2_navigation ul li a:hover, #area_head_2_navigation ul li a.active {
	background-color: #fff;
	}



/* Hauptinhalt
----------------------------------------------------------------------------------------------------------------------------------- */
#area_content_1 {
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
	}
	
#area_content_1 ul {
	padding-left: 16px;
	margin: 0;
	list-style-type: none;
	}
	
#area_content_1 ul.characteristics {
	list-style-image: url(if/zkr/bulletList.gif);
	margin-left: 15px;
	padding-left: 16px;
	}





/* Fussbereich
----------------------------------------------------------------------------------------------------------------------------------- */
#area_footer {
	width: 800px;
	margin: 10px auto 0px auto;
	height: 50px;
	text-align: right;
	color: #fff;
	
}




/* Tools
----------------------------------------------------------------------------------------------------------------------------------- */
#of_tools ul {
	display: block;
	margin: 0;
	list-style-type: none;
}
#of_tools li  {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}


/* Formulare
----------------------------------------------------------------------------------------------------------------------------------- */
.v_success {
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	background-color: #093;
}
.v_error {
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	background-color: #C00;
}
.v_note {
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	background-color: #00C;	
}


/* Klassen fuer Edit Modus
----------------------------------------------------------------------------------------------------------------------------------- */
.title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#titlebar .normText {
	font-size: 24px;

}



/* Verschiedenes
----------------------------------------------------------------------------------------------------------------------------------- */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;	
}
#adressbar {
	position: absolute;
	padding-left: 16px;
	margin-top: -190px;
	height: 190px;
	width: 220px;
	color: #fff;
}


#adressbar a {
	color: #fff;
}