/* Generell
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	height:100%;
	margin: 0;
	background: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666666;
}

a:link,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: underline;
}

.rot a:link,
.rot a:visited {
	color: #8b0000;
	text-decoration: none;
}

.rot a:hover,
.rot a:active {
	color: #cb0606;
	text-decoration: underline;
}

.grau a:link,
.grau a:visited {
	color: #555555;
	text-decoration: none;
}

.grau a:hover,
.grau a:active {
	color: #555555;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

hr {
	height: 1px;
	background-color:#cccccc;
	border: none;
	}
	
#image {
width: 150px
}

/* Konstrukt
*******************************************************************************/

#wrap {
	position: relative;
	width: 600px;
	min-height: 700px;
	margin: 0 auto;
	text-align: left;
}

.linieContent {
	width: 400px;
	height: 30px;
	background: url(_images/content_linie.gif) no-repeat center;
}

/* Headerbilder
*******************************************************************************/

#header {
	width: 778px;
	height: 114px;
	background: url(../_images/header.jpg) no-repeat;
}

/* Text
*******************************************************************************/

.text {
	position: top;
	width: 700;
	font-size: 11px;
	line-height: 16px;
}

.text p {
	width: 400px;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

.text h1 {
	padding-top:50px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.text h2 {
	color:#CC0000;
	font-size: 11px;
	line-height:11px;
	font-weight: bold;
}

.text strong {
	color: #555;
}


