/* ---------------------------------------------------- body / html ----------------------------------------------------- */
* {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%; 
	line-height:1.4em;
}


html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
}

/* ----------------------------------------------------- wrapper ----------------------------------------------------- */

div#wrapper {
	width:100%;
	margin:0 auto;
	background:#7fc1bb url(../images/wrapper.jpg) repeat-x center top;
}


/* ----------------------------------------------------- main01 ----------------------------------------------------- */

#main01{
	width:960px;
	margin:0 auto;
	background:#7fc1bb url(../images/main01.jpg) no-repeat 0px 0px;
	position:relative;
	color:#FFF;
}


#content01 { }


.spalte01 {
	float:left;
	width:260px;
	margin:0px 0 0px 20px;
	padding:0 20px 40px 0;
}

#navi { width:960px; height:480px; }
#navi ul {padding:25px 0 0 170px;}
#navi li  { list-style-type:none; float:left; padding:0 16px 0 16px;}
#navi li a  { color:#000000; font-size:1.4em; font-weight:normal; text-decoration:none;}
#navi li a:hover { color:#3fa9f5; font-style:normal;}
#navi .strichnavi { background:url(../images/strich2.gif) no-repeat right top; }


.strich {
	background:url(../images/strich.gif) repeat-y right top;
	
}


/* ----------------------------------------------------- main02 ----------------------------------------------------- */

#main02 {
	width:100%;
	margin:0 auto;
	background: #ffffff url(../images/main02.jpg) repeat-x center top;
}

#content02 { 
	width:960px;
	margin:0 auto; 
	position:relative;
}

#content02_bild {
	position:absolute;
	top:-119px;
	right:50px;
}

.spalte02 {
	float:left;
	width:560px;
	margin:100px 20px 20px 20px;
}

.spalte02 img {
	margin:5px -3px 0 0;
	
}

.spalte03 {
	float:left;
	width:260px;
	margin:137px 20px 20px 20px;
}


/* ----------------------------------------------------- main03 ----------------------------------------------------- */

#main03{
	background: #99c6c2 url(../images/main03.jpg) repeat-x center top;
	padding: 115px 0 50px 0;
	width:100%;
	margin:0 auto;
	color:#FFF;
}


#content03 { 
	width:960px;
	margin:0 auto; 
	position:relative;
}


#content03_bild {
	position:absolute;
	top:-136px;
	right:50px;
}
	
/* ----------------------------------------------------- klapper ----------------------------------------------------- */

.klapper {
	background: url(../images/klapper01.gif) repeat-x left bottom;
	padding:5px 0 3px 0;
	margin:0 0 0 20px;
	width:680px;
}

.klapper a { color:#ffffff;text-decoration:none; font-weight:bold;}
.klapper a:hover { color:#3fa9f5; font-weight:bold;}


.klapper2 {
	background: url(../images/klapper02.gif) repeat-x left bottom;
	padding:5px 0 3px 0;
	margin:0 0 0 20px;
	width:680px;
}

.klapper2 a { color:#000000;text-decoration:none; font-weight:bold;}
.klapper2 a:hover { color:#3fa9f5; font-weight:bold;}


/* ----------------------------------------------------- main04 ----------------------------------------------------- */

#main04{
	width:100%;
	margin:0 auto;
	min-height:542px;
	background: #edf1f4 url(../images/main04.jpg) repeat-x center top;
}

#content04 { 
	width:960px;
	margin:0 auto; 
	position:relative;
	padding:100px 0 0 0;
}

#content04_bild {
	position:absolute;
	top:100px;
	right:50px;
}

#content05 { 
	width:960px;
	margin:0 auto; 
	position:relative;
	padding:0 0 20px 20px;
}

/*  ---------------------------------------- Schriften ---------------------------------------- */



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:normal;
	padding:0 0 15px 0;
}




.clear { clear:both; }


p { margin:6px 0px 14px 0; }


