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


body {
	background:#013567 url(../images/body_kachel.jpg) repeat-x 0 0;
}

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


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

div#wrapper {
	width:930px;
	margin:0 auto;
	z-index:1;
	position:relative;
	background:url(../images/wrapper_kachel.gif) repeat-y 0 0;
}


/* ----------------------------------------------------- head ----------------------------------------------------- */

#head {
	width:930px;
	height:351px;
	background:url(../images/head.jpg) 0 0px no-repeat;
}

/* ----------------------------------------------------- main----------------------------------------------------- */

#main {
	width:930px;
	background: url(../images/main.gif) no-repeat 0 0;
}


/* ----------------------------------------------------- content ----------------------------------------------------- */

#content { 
	width:800px;
	min-height:160px;
	padding:36px 0 0px 91px;
	margin:0;
}

* html #content  {
	height:160px;
}

#spalte01 { float:left; width:386px; padding-right:55px;}
#spalte02 { float:left; width:305px;}


/* ----------------------------------------------------- footer ----------------------------------------------------- */

div#footer {
	margin:0 auto;
	position:relative;
	z-index:20;
	width:930px;
	height:100px;
	padding:32px 0 0 0px;
	background:url(../images/footer.gif) 0 0 no-repeat;
}

div#footer p { float:left; font-size:0.9em; color:#888888;}

.p01 {
	padding:15px 0 0 129px;
	width:171px;
}

.p02 {
	padding:15px 0 0 0px;
	width:270px;
}

.p03 {
	width:250px;
}

.p03 a {
	text-decoration:none;
	font-weight:normal;
	display:block;
	position:relative;
	padding:0px 0 0px 20px;
	text-transform:none;
	color:#FFFFFF;
	background:url(../images/pfeil01.gif) 0 5px no-repeat;
	text-decoration:underline;
}


.p03 a:hover {
	background:url(../images/pfeil02.gif) 0 5px no-repeat;
	color:#888888;
}






