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


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

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


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

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

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

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


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

#main {
 	width:990px;
	background: url(../images/main.jpg) no-repeat 0 0;
	position:relative;
}


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

#content { 
	width:426px;
	min-height:260px;
	padding:30px 0 105px 465px;
}

* html #content  {
	height:260px;
}

#spalte_links {
	text-align:right !important;
	position:absolute;
	top:340px;
	left:180px;
	width:200px;
	z-index:50;

}

#spalte_links p {
	text-align:right !important;

}


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

div#footer {
	margin:0 auto;
	margin-top:-65px;
	z-index:30;
	position:relative;	
	width:990px;
	height:65px;
	background:url(../images/footer_strich.gif) 457px 20px no-repeat;
}


#footer a {
	color:#0f57ac;
	padding:0 7px 0 7px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:1.2em;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	color:#f7ba14;
}


#footer_navi02 {
	float:right;
	padding:0 90px 0 0;
}
