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

/* -----------------Allgemein--------------------- */
body {
	font-family: Arial, Verdana, Sans-Serif;
	background-image: url(bilder/background.gif);
	color: #ffffff;
}

img {
	border: none; }
}

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

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

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

.header {
	width: 900px;
	height: 190px;
	z-index: 0;
}

.meta { 
	position: absolute;	
	width: 890px;
	top: 37px;
	text-align: right;
	z-index: 99;
}

.inhalt {
	position: relative;	
	width: 900px;
	top: 0px;
	left: 0px;
	float: left;
}

.logo {
	position: relative;	
	width: 270px;	
	height: 40px;
	top: 0px;
	margin-left: 0px;
	float: left;
	z-index: 99;
}

.navigation {
	position: relative;	
	width: 930px;	
	height: 40px;
	top: 50px;
	left: -11px;
	float: left;
}

.content {
	width: 930px;
	position: relative;
	float: left;
	top: -30px;
	margin-bottom: -35px;
}

.content-headline {
	width: 900px;
	height: 60px;
	position: relative;
	float: left;
	top: -25px;
	z-index: 90;
}

.content-bg-start {
	width: 900px;
	position: relative;
	float: left;
	top: 110px;
	padding: 0px;
	background-image: url(bilder/content-full.png);
	background-repeat: repeat-y;
}

.content-bg-full {
	width: 900px;
	position: relative;
	float: left;
	top: 110px;
	padding: 0px;
	background-image: url(bilder/content-full.png);
	background-repeat: repeat-y;
}


.content-bg-links {
	width: 900px;
	position: relative;
	float: left;
	top: 110px;
	padding: 0px;
	background-image: url(bilder/content-links.png);
	background-repeat: repeat-y;
}

.box-full {
	width: 870px;
	position: relative;
	float: left;
	margin: 0px 0px 5px 20px;
}

.box {
	width: 280px;
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 0px 0px 10px 0px;
}

.box2 {
	width: 560px;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0px 0px 10px 0px;
}

.footer-start {
	width: 920px;
	height: 180px;
	position: relative;
	float: left;
	top: 105px; 
	background-image:url(bilder/footer-full.png);
	background-repeat: no-repeat;
}

.footer-links {
	width: 920px;
	height: 180px;
	position: relative;
	float: left;
	top: 105px; 
	background-image:url(bilder/footer-links.png);
	background-repeat: no-repeat;
}


/* -----------------Links--------------------- */
a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.text, a.text:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.text:hover, a.text:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.blau, a.blau:visited, a.blau:hover, a.blau:active {
	color: #3097E8;
	text-decoration: underline;
	font-weight: bold;
}


/* -----------------Fonts--------------------- */

.black {color: #000000;}
.blau {color: #3097E8;}

/* ---Headline--- */
h1 {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

/* ---SubHeadline--- */
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

/* ---Copy--- */
h3 {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
}


/* ---Meta--- */
h4 {
	font-size: 0.7em;
	color: #FFFFFF;
}

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

.contact {
	margin-left: 20px;
	margin-top: 20px;
}

.contact select, .contact input, .contact textarea, textarea {
	border: 1px solid #333333;
	width: 235px;
}

.contact input {
	height: 16px;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}

.contact textarea {
	width: 235px;
	height: 120px;
}
.contact .button {
	width: auto;
	padding: 0 10px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #A43588;
	border: 0;
}
.contact input.alt {
	background-color: #A43588;
	font-weight: bold;	
}
.contact input.filefield {
	height: auto;
}
.fake-button {
	width: 70px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #A43588;
	text-align: center;
	text-decoration: none;
	outline: 0;	
}

.feld { 
	background-color:#fff; 
	width:300px;
	border:2px solid #fff; 
}

