* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	color: #333;
	background: url(../if/bg_body.gif) repeat-x fixed;
	}

/* Allgemein
----------------------------------------------------------------------------------------------------------------------------------- */
.clearer {
	clear: both;
	}
img {
	border: 0;
	}
	
/* Allgemeiner Text
----------------------------------------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 14px;
	color: #074887;
	padding-bottom: 10px;
	}
h2 {
	font-size: 12px;
	color: #074887;
	padding-bottom: 0px;
	}
p {
	line-height: 16px;
	padding-bottom: 10px;
	}
a:link, a:visited {
	color:#333;
	}
a:hover {
	color:#000;
	}
.oneImage {
	display: block;
	}
.divider_line {
	border-top: 1px solid #b5c8db;
	margin: 4px 0 4px 0;
	}
	
.divider_line_menu {
	border-top: 1px solid #b5c8db;
	}
	
	
.normText {
	color: #333;
	}






/* Mitgliederdaten
----------------------------------------------------------------------------------------------------------------------------------- */


.titlebar {
	border-bottom: 2px solid #999;
	padding: 5px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	}


.overview, .detailview {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin-top: 2px;
	}


.overview_r1 {
	float: left;
	width: 200px;
	}

.overview_r2 {
	float: left;
	width: 400px;
	padding-left: 10px;
	}

.overview_r3 {
	float: right;
	width: 100px;
	text-align: right;
	}


.detailview_r1 {
	float: left;
	width: 420px;
	}

.detailview_r2 {
	float: left;
	width: 280px;
	padding-left: 10px;
	}

.detailview_r3 {
	float: right;
	width: 200px;
	padding-left: 10px;
	background-color: #69c;
	}


.formlabel {
	display: block;
	float: left;
	width:200px;
	margin: 2px 0;
	font-weight: bold;
	}


.formfield {
	width: 400px;
	margin: 2px 0;
	display: block;
	clear: right;
	}




/* Erster Kopfbereich
----------------------------------------------------------------------------------------------------------------------------------- */
#area_head_1 {
	width: 980px;
	height: 170px;
	margin: 0px auto 0px auto;
	background: url(../if/lic_head2.jpg) no-repeat;
	text-align: left;
}


/* Zweiter Kopfbereich mit Hauptmenue
----------------------------------------------------------------------------------------------------------------------------------- */
#area_head_2 {
	width: 980px;
	height: 50px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	background-image: url(../if/bg_menu.gif);
	background-repeat: repeat-x;
	}
#area_head_2 ul {
	padding-left: 200px;
	margin: 0;
	list-style: none;
	}
#area_head_2 ul li {
	float: left;
	display: block;
	padding: 0;
	}
#area_head_2 ul li a {
	display: block;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	background-image: url(../if/bg_menu.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #fff;
	}
#area_head_2 ul li a:hover, #area_head_2 ul li a.active {
	background-image: url(../if/bg_menu_active.gif);
	background-repeat: repeat-x;
	}


/* Container
----------------------------------------------------------------------------------------------------------------------------------- */
#container {
	width: 980px;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
	background-color: #fff;
	}


/* Linke Hauptspalte 1
----------------------------------------------------------------------------------------------------------------------------------- */
#area_left_1 {
	float: left;
	width: 220px;
	}


/* Navigation Linke Hauptspalte 1
----------------------------------------------------------------------------------------------------------------------------------- */

#area_left_1 ul {
	list-style: none;
	}
#area_left_1 ul li a {
	display: block;
	width: 180px;
	padding: 5px 0px 4px 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0;
	}
#area_left_1 ul li a:hover, #area_left_1 ul li a.active {
	color: #039;
	}


/* Hauptinhalt
----------------------------------------------------------------------------------------------------------------------------------- */
#area_content_1 {
	float: left;
	width: 720px;
	}
#area_content_1 ul {
	padding-left: 0px;
	margin: 0;
	list-style-type: none;
	line-height: 16px;
}

#area_content_1 ul li input, ul li img {
	margin-right: 8px;
}

#area_content_1 ul.characteristics {
	list-style-image: url(../if/bulletList.gif);
	margin-left: 15px;
	padding-left: 16px;
}


/* Fussbereich
----------------------------------------------------------------------------------------------------------------------------------- */
#area_footer {
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 10px 0;
	border-top: 1px solid #039;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	}
	
/* Diverse Inhalte
----------------------------------------------------------------------------------------------------------------------------------- */

.team_text_image {
	float: left;
	width: 120px;
	padding-top: 10px;
	}

.team_text_1, .team_text_2 {
	float: left;
	padding-top: 20px;
	}
	
.team_text_1 {
	width: 170px;
	}

.team_text_2 {
	width: 174px;
	}

.v_success {
	color: #fff;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #093;
	}
	
.v_error {
	color: #fff;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #c00;
	}
	
.v_note {
	color: #fff;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #00c;	
	}
