/* CSS Document */

/* DEFINIERTE STARTWERTE FÜR ALLE HTML-ELEMENTE */

*{
	margin: 0;
	padding: 0;
}

/* Body */

html, body {
	color: #000000;
	background: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	font-size: 1 em;
}

a {
	color: #3399CC;
	text-decoration: none;
}

a.menu_current, a:hover{
	color: #CC3300;
	text-decoration: underline;
}



/* Container */

#container {
	width: 950px;
	margin: 10px auto;
	background: #FFFFFF;
	/* background: url('images/background-container.jpg') repeat; */
	/*line-height: 130%; */
	text-align: left;

}

#header {
	width: 950px;
	height: 145px;
	background: #FFFFFF;
}


#content-header {
	top: 0px;
	height: 118px;
	background-image: url('images/kopf.jpg');
}

#content-header-text {
	margin: 5px 0 0 153px;
	height: 118px;
	background: ;
	background-color: #FFFFFF;
}

#content-header-text img, #content-header-text a img{
	border: none;
}

#menu {
	position: absolute;
	margin: 0 0 0 31px;
	height: 27px;
	width: 919px;
	background: #3399CC;
}

#menu ul {
	margin: 2px 0 0 110px;
}

#menu ul li{
	display: inline;
	float: left;
	text-align: left;
}

#menu ul li a{
	height: 27px;
	line-height: 27px;
	font-size: 10pt;
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 10px;
	color: #FFFFFF;
	border-right: 1px solid #ffffff;

}

#menu ul li a.menu_current{
	color: #FFFFFF;
	text-decoration: underline;
}

	#menu ul li a:hover,
#menu ul li a:active{
	color: #CC3300;
}

#content {
	margin: 25px 0 0 153px;
	min-height: 410px;
	width: 690px;
	z-index: 5;
}

#content li {
	list-style: url('images/derpunkt.jpg');
	font-size: 0.75em;
	line-height: 2.0em;
	margin: 0 6.25em 0 20px;
	padding: 0;
}

h1
{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 0.93em 0;
	padding: 0;
	color: #CC3300;
}

h2
{
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 0 0.93em 0;
	padding: 0;
}

h3
{
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 0 0.93em 0;
	padding: 0;
}

p
{
	font-size: 0.75em;
	line-height: 2.0em;
	margin: 0 6.25em 0 0;
	padding: 0;
}


#logo {
	position: absolute;
	width: 170px;
	height: 210px;
	margin: 80px 0 0 768px;
	/*margin: 145px 0 0 615px; */
	background-image: url('images/logo.png');
	z-index: 10;
}

#footer {
	margin: 0 auto;
	width: 950px;
	clear: both;
	text-align: right;
	font-size: 8pt;
}
