* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	color: #999;
	background-color: #fff;
	}

/* Allgemein
----------------------------------------------------------------------------------------------------------------------------------- */
.clearer {
	clear: both;
	}
img {
	border: 0;
	}
	
/* Allgemeiner Text
----------------------------------------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	}
h2 {
	font-size: 12px;
	color: #666;
	}
p {
	color: #6f7072;
	}


a {
	color: #390;
	text-decoration: none;

}

.oneImage {
	display: block;
	}
.dividerLine {
	height: 10px;
	border-top: 2px solid #ddd;
	margin-top: 10px;
	}
.normText {
	color: #333;
	}




/* Erster Kopfbereich
----------------------------------------------------------------------------------------------------------------------------------- */
#area_head {
	width: 1000px;
	height: 215px;
	margin: 0px auto 0px auto;
	background-image: url(../if/bg-top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	}

#area_head a {
	color: #666;
	}


#area_head ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#area_head ul li {
	float: left;
	display: block;
	padding: 0;
	}
#area_head ul li a {
	float: left;
	display: block;
	height: 27px;
	padding: 13px 25px 0px 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(../if/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
#area_head ul li a:hover, #area_head ul li a.active {
	background-image: url(../if/menu_divider_over.gif);
	background-repeat: repeat-x;
	}




#area_head_2 {
	width: 1000px;
	height: 30px;
	margin: 0px auto 0px auto;
	background-image: url(../if/bg_between.gif);
	background-repeat: no-repeat;
	text-align: left;
	}

/* Container
----------------------------------------------------------------------------------------------------------------------------------- */
#container {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url(../if/bg_container.gif);
	background-repeat: repeat-y;
	}


#content {
	width: 930px;
	margin: 0px auto 0px auto;
	padding: 0px 30px 20px 40px;
	background-image: url(../if/bg_content.gif);
	background-repeat: no-repeat;
	min-height: 200px;
	line-height: 15px;
	}


#content ul {
	color: #6f7072;
	}


/* Hauptinhalt
----------------------------------------------------------------------------------------------------------------------------------- */
#area_content_1 {
	float: left;
	width: 620px;
	}


/* Rechte Spalte
----------------------------------------------------------------------------------------------------------------------------------- */
#area_right_1 {
	float: right;
	width: 250px;
	}


/* Fussbereich
----------------------------------------------------------------------------------------------------------------------------------- */
#area_footer {
	width: 1000px;
	height: 150px;
	margin: 0px auto 0px auto;
	background-image: url(../if/bg_footer.gif);
	background-repeat: no-repeat;
	}

#area_footer_2 {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 20px 0px;
	border-top: 1px solid #ccc;
	}
