* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #bbb;
	}

/* Allgemein
----------------------------------------------------------------------------------------------------------------------------------- */
.clearer {
	clear: both;
	}
img {
	border: 0;
	}
	
/* Allgemeiner Text
----------------------------------------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 13px;
	color: #ff130f;
	padding-bottom: 15px;
	background-image: url(../if/bg-divider.gif);
	background-position: 0 22px;
	background-repeat: repeat-x;
	}
	

p {
	padding-bottom: 10px;
	}


a:link, a:visited {
	color:#ff130f;
	}
a:hover {
	color:#000;
	}


.mainimage {
	padding-bottom: 45px;
	}


.divider_line {
	border-top: 1px solid #b5c8db;
	margin: 4px 0 4px 0;
	}
	


/* Erster Kopfbereich
----------------------------------------------------------------------------------------------------------------------------------- */
#area_head_1 {
	width: 980px;
	height: 172px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	}
	

/* Zweiter Kopfbereich
----------------------------------------------------------------------------------------------------------------------------------- */

#area_head_2 {
	width: 980px;
	height: 33px;
	margin: 0px auto 0px auto;
	background-color: #ff130f;
	}
#area_head_2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#area_head_2 ul li {
	float: left;
	display: block;
	padding: 0;
	}
#area_head_2 ul li a {
	display: block;
	width: 147px;
	height: 33px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 -33px;
	}
#area_head_2 ul li a:hover, #area_head_2 ul li a.active {
	background-position: 0 0;
	}



/* Container
----------------------------------------------------------------------------------------------------------------------------------- */
#container {
	width: 980px;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
	background-image: url(../if/bg-container.gif);
	background-repeat: repeat-y;	
	}


/* Linke Hauptspalte 1
----------------------------------------------------------------------------------------------------------------------------------- */
#area_left_1 {
	float: left;
	width: 248px;
	padding: 23px 0 0 20px;
	}

#area_left_1 ul {
	list-style: none;
	}
	
#area_left_1 ul li a {
	display: block;
	width: 240px;
	height: 20px;
	margin-bottom: 4px;
	background-position: 0 -20px;
	background-repeat: no-repeat;
	}
	
#area_left_1 ul li a:hover, #area_left_1 ul li a.active {
	background-position: 0 0;
	}


/* Hauptinhalt
----------------------------------------------------------------------------------------------------------------------------------- */
#area_content {
	float: left;
	width: 435px;
	margin-right: 32px;
	padding-top: 23px;
	}
	
#area_content ul {
	padding-left: 16px;
	padding-bottom: 10px;
	margin: 0;
	list-style-type: square;
	line-height: 16px;
	}
	
#area_content ul.characteristics {
	list-style-image: url(../if/sunnen/bulletList.gif);
	margin-left: 15px;
	padding-left: 16px;
	}


/* Rechte Spalte
----------------------------------------------------------------------------------------------------------------------------------- */


#area_right_1 {
	float: right;
	width: 245px;
	padding-top: 10px;
	}


/* Fussbereich
----------------------------------------------------------------------------------------------------------------------------------- */
#area_footer {
	width: 980px;
	margin: 0px auto 0px auto;
	height: 25px;
	background-color: #ff130f;
	border-top: 1px solid #000;
	}
	
	
#area_footer_adress {
	float: left;
	width: 716px;
	padding: 3px 0 0 17px;
	font-size: 13px;
	color: #fff;
	}

#area_footer_adress a {
	color: #fff;
	text-decoration: none;
	}

#area_footer_adress a:hover {
	color: #000;
	}



#area_footer_menu {
	float: left;
	width: 247px;
	}

#area_footer_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#area_footer_menu ul li {
	float: left;
	display: block;
	padding: 0;
	}
#area_footer_menu ul li a {
	display: block;
	width: 120px;
	border-left: 2px solid #fff;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: lucida sans, tahoma;
	font-weight: bold;
	font-style: italic;	
	}
#area_footer_menu ul li a:hover, #area_footer_menu ul li a.active {
	color: #fff;
	}

	
/* Diverse Inhalte
----------------------------------------------------------------------------------------------------------------------------------- */

.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;	
	}

