/* 
	Beschreibung:			22NDS
	Zuletzt bearbeitet:		Romano Tebest
	Datum:					2010-03-10

------------------------------------------------------------------*/



/* Grundformatierungen
------------------------------------------------------------------*/

html {
	overflow-y:scroll;
}

/* Reset */
html, body, div, p, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border:0;
    margin:0;
    padding:0;
	list-style:none;
}


body {
	font-family:Verdana;
	font-size:12px;
	background:url(../picts/pattern.jpg) top center repeat;
}

#wrap	{
	position:relative;
	margin:0px auto 0px auto;
	padding:0px;
	width:940px;
}	


.fixfloat {
	clear:both
}

h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:lighter;
	text-transform:uppercase;
}


/* Aufbau
------------------------------------------------------------------*/

#header {
	float:left;
	position:relative;
	margin:-5px 0px 0px 0px;
	background-image:url(../picts/header.jpg);
	height:218px;
	width:940px;
}

#body_px {
	margin: -5px 0px;
	float:left;
	background:url(../picts/body_7px.jpg) top left repeat-y;
	width:940px;
}

	
#footer {
	float:left;
	margin: 0px 0px;
	float:left;
	background:url(../picts/footer.jpg);
	height:98px;
	width:940px;
}

/* Hintergründe / Überschriften / Abstände / Texte
------------------------------------------------------------------*/




#headline-hg {
	padding:0px 0px 0px 0px;
	background:url(../picts/headline-hg.jpg);
	width:210px;
	height:17px;
}

#content {
	position:relative;
	margin:5px auto 0px auto;
	padding:0px;
	width:860px;
	}
	
#textfeld-gross {
	background-color:#606a78;
	width:860px;
	height:150px;
}

#textfeld-welc {
	background-color:#606a78;
	width:860px;
	height:100px;
}

#textfeld {
	background-color:#606a78;
	width:860px;
	height:auto;
}

#textfeld-klein {
	background-color:#777777;
	width:400px;
	height:150px;
}

.textfeld1 {
	margin: 0px;
	padding: 40px 0px 0px 100px;
	width:500px;
}

.textfeld2 {
	margin: 0px;
	padding: 30px 0px 0px 470px;
	width:360px;
}

.headline {
	padding:1px 0px 0px 5px;
	width:210px;
	height:15px;
	}


.text {
	text-transform:uppercase;
	font-size:11px;
	color:#FFFFFF;
}

.text1 {
	font-size:11px;
	color:#FFFFFF;
}


#abstand {
	width:860px;
	height:15px;
}

#abstand-s {
	width:860px;
	height:7px;
}

/* LINKS
------------------------------------------------------------------*/
a.like-this
{
background-image:url(../picts/banner/like-this.jpg);
}
 
a.like-this:hover
{
background-image:url(../picts/banner/like-this_active.jpg);

