@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

#container {
	z-index: 0;
	position: relative;
	width: 60em;
	margin: 2em auto 2em auto;
	border: 1px solid silver;
	background-color: white;
}

#head {
	z-index: 5;
	position: relative;
	width: 100%;
	height: 10em;
	margin-bottom: 2em;
}

#head h1 {
	position: absolute;
	top: 0;
	left: 0;	
	width: 500px;
	height: 1.3em;
	background-image: url(../images/schriftzug.png);
	background-repeat: no-repeat;
}

#head h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

#head h1 span {
	position: absolute;
	left: -9000px;
}


/* ########## SERVICEMENU ########## */

#servicemenu {
	position: absolute;
	top: 0;
	right: 0;
}

#servicemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#servicemenu ul a {
	color: silver;
	text-decoration: none;
	font-size: 0.7em;
}

#servicemenu ul li {
	float: left;
	padding: 0 0.8em 0 0;
}


/* ############ TOPMENU ############ */

#topmenu {
	z-index: 50;
	position: absolute;
	top: 5.3em;		
	left: 14em;
}

#topmenu ul {
	list-style: none;
}

#topmenu ul li {
	float: left;
	padding: 0 2em 0 0;
	font-size: 0.8em;
	font-weight: bold;
}

#topmenu ul li a {
	z-index: 50;
	display: block; 
	overflow:hidden;
	text-indent: 999em; 
	white-space: nowrap; 
	height: 30px;
	background-repeat: no-repeat;
}

#topmenu ul li a:hover {
	background-position: 0px -30px;
}

/* ########## FLASH ################# */

#head object,
#head object img {
	z-index: 20;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60em;
	overflow: hidden;
}


/* ######## INNERCONTAINER ############### */

#innercontainer {
	position: relative;
}

#leftmenu {
	position: relative;
	float: left;
	width: 12em;
	overflow: hidden;
}

#leftmenu ul {
	list-style: none;
	font-size: 0.72em;
	height: 1%;
}

#leftmenu ul li {
	margin-bottom: 0.5em;
}

#leftmenu ul li a {
	display: block; 
	overflow:hidden;
	text-indent: 999em; 
	white-space: nowrap; 
	height: 25px;
	background-repeat: no-repeat;
}

#leftmenu ul li a:hover {
	background-position: 0px -30px;
}


#leftmenu ul ul {
	padding-left: 0em;
	font-size: 1em;
}

#leftmenu ul ul li {
	margin-bottom: 1px;
}

#leftmenu ul ul li a {
	padding-left: 2em;
	background-image: url(../images/leftmenu_second_bg.jpg);
}


/* ########### CONTENT ################ */

#content {
	position: relative;
	margin: 0 17em 0 14em;
	min-height: 400px;
}

#content h2 {
	font-size: 0.8em;
	margin-bottom: 1em;
}

#content p {
	font-size: 0.71em;
	line-height: 1.3em;
}

#sectionimage {
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
	width: 240px;
	background-image: url(../images/section_aktuell.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

#footer {
	clear: both;
	padding: 3em 1em 1em 1em;
	font-size: 0.7em;
	color: silver;
}
