/* *** css by Dirk Unger www.dirkunger.de *** */

/* -----------------Allgemein--------------------- */
body {
	font-family: 'trebuchet MS', Trebuchet, Arial, Verdana, Sans-Serif;
	background-image: url(bilder/hintergrund.gif);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}

img {
	border: 0;
}

* { 
margin: 0px; 
padding: 0px; 
}


/* -----------------Positionierungen--------------------- */

.container {
	margin: 0px auto;
	width: 840px;
}

.header {
	background-image: url(bilder/hintergrund-neu.gif); 
	background-repeat: no-repeat;
	width: 840px;
	height: 600px;
	z-index: -99;
}

.header2 {
	height: 600px;
	width: 840px;
	top: -765px;
	left: 0px;
	position: relative;
	float: left;
	z-index: -99;
}

.header-partner {
	background-image: url(bilder/hintergrund-netzwerk.gif); 
	background-repeat: no-repeat;
	width: 840px;
	height: 600px;
	z-index: -99;
}


.willkommen {
	position: relative;
	width: 240px;
	left: 490px;
	top: 310px;
	z-index: 99;
}

.logo {
	position: relative;	
	width: 270px;	
	height: 40px;
	top: 45px;
	left: 35px;
	float: left;
	z-index: 1;
}

.navigation { 
	position: relative;
	width: 380px;
	left: 150px;
	top: 47px;
	float: left;
	z-index: 1;
}

.subnavigation {
	position: relative;
	width: 280px;
	height: 280px;
	top: 150px;
	left: 35px;
	float: left;
	z-index: 1;
}

.kontakt {
	position: relative;
	width: 280px;
	height: 120px;
	left: -240px;
	top: 450px;
	float: left;
	z-index: 1;
}

.inhalt {
	position: relative;	
	overflow: auto;
	width: 375px;
	height: 400px;
	top: 0px;
	left: 140px;
	float: left;
	z-index: 1;
}

.agb {
	position: relative;
	width: 780px;
	left: 0px;
	top: 35px;
	float: left;
	z-index: 1;
}

.agb2 {
	position: relative;
	width: 780px;
	left: 0px;
	top: -142px;
	float: left;
	z-index: 1;
}

/* -----------------Links--------------------- */
a, a:visited {color: #454545; text-decoration:none;}
a:hover, a:active {color: #000000; text-decoration:none;}


/* -----------------Fonts--------------------- */
/* ---Headlines--- */
h1 {
font-size: 19px;
line-height: 24px;
font-weight: bold;
color: #454545;
margin:0px }

/* ---Willkommen-Headline--- */
.welcome {
font-size: 19px;
line-height: 24px;
font-weight: bold;
color: #454545;
margin:0px }

/* ---Willkommen-Copy--- */
.copy {
font-size: 11px;
line-height: 14px;
font-weight: normal;
color: #454545;
margin:0px }

/* ---Subnavi--- */
h2 {
font-size: 13px;
line-height: 23px;
font-weight: bold;
color: #666666;
margin:0px;}

/* ---Subnavi AKTIV--- */
.sub-aktiv {
font-size: 13px;
line-height: 23px;
font-weight: bold;
color: #000000;
margin:0px;}

/* ---Subnavi Kontakt--- */
.sub-kontakt {
font-size: 13px;
line-height: 16px;
font-weight: bold;
color: #454545;
margin:0px;}

/* ---Copy--- */
h3 {
font-size: 11px;
line-height: 14px;
font-weight: normal;
color: #454545;
margin:0px; }

/* ---Kontakt--- */
h4 {
font-weight: bold;
font-size: 11px;
line-height: 14px;
color: #454545;
margin:0px; }

/* ---AGB--- */
h5 {
font-size: 0.7em;
line-height: 24px;
font-weight: bold;
color: #000000;
margin:0px; }


/* -----------------Kontaktformular--------------------- */

input{font-family: 'trebuchet MS', Trebuchet, Arial, Verdana, Sans-Serif; font-size:11px; color:#000000; background-color: #EEEEEE; margin-bottom: 10px;}

