body, html {
	/* Seiteneigenschaften */
	margin			: 0;
	padding			: 0;
	height			: 100%;
	width			: 100%;
	background-color	: #FCFCFC;
	background-color	: #FFF;
	font-family		: Verdana, Arial, sans-serif;
	font-size		: 13px;
}
#seite {
	position		: relative;
	width			: 980px;
	margin			: 0 auto;
	text-align		: left;
	background		: transparent;
	min-height		: 100%;
}
#top {
	position		: absolute;
	top			: 0;
	left			: 0;
	width			: 980px;
	height			: 406px;
	background-image	: url(/styles/top.png);
}
#topinhalt {
	font-size		: 11px;
	position		: absolute;
	top			: 5260px;
	left			: 40px;
	width			: 900px;
	height			: 400px;
	z-index			: 2;
	text-align		: justify;
}
h1 { font-size:14x;}
h2 { font-size:12px;}

#headnavi a {
	color			: #888;
	text-decoration		: none;
}
#headnavi a:hover {
	color			: #800000;
	text-decoration		: none;
}

#headnavi {
	position		: absolute;
	font-weight		: bold;
	color			: #888;
	top			: 250px;
	left			: 20px;
	width			: 940px;
	height			: 48px;

}

/* Links allgemein*/
a {
	color			: #333333;
}
a:link {
	color			: #333333;
	text-decoration		: none;
}
a:active {
	color			: #333333;
	text-decoration		: none;
}
a:visited {
	color			: #333333;
	text-decoration		: none;
}
a:hover {
	color			: #333;
	text-decoration		: none;
}


.theme-default #slider {
	margin:30px auto 0 auto;
	width:920px; /* Make sure your images are the same size */
	height:195px; /* Make sure your images are the same size */
}


#hotline {
	position		: absolute;
	text-align		: left;
	top			: 35px;
	left			: 450px;
	width			: 500px;
	height			: 150Px;
	background-image	: url(/images/hotline.png);
	z-index:99;
}

#logo1a {
	position		: absolute;
	text-align		: left;
	top			: 40px;
	left			: 450px;
	width			: 500px;
	height			: 200Px;
	background-image	: url(/images/logo2.png);
	z-index:99;
}



#inhalt {
	top			: 320px;
	border			: 0;
	position		: relative;
	margin			: 0 auto;
	font-family		: Verdana,Arial,sans-serif;
	font-size		: 12px;
	text-align		: left;
	height			: auto;
	color			: #333;
	background-color	: transparent;
}

#inhalt {
	width			: 920px;
	color			: #313F57;
	text-align		: center;
	background-color	: #FFF;

}




#footer {
	position		: absolute;
	width			: 980px;
	background-image	: url(/images/footer.png);
	height			: 328px;
	top			: 5495px;

}
#footer p {
padding-left:350px;
padding-top: 260px;

}
#footer a {
	color			: #313F57;
	text-decoration		: none;
}











