/* base.css */

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%;
}
html, input, textarea {
	font-family: Tahoma; 
	font-size: 11px;
	line-height: 14px;
	/*color: #888888;*/	
	color: #FFF;		
}
input, select {
	vertical-align: middle;
	font-weight: normal;
}

body {
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	background: #252931;
	/*background: transparent url('/fileadmin/web/images/background.gif') repeat-x 0px 360px;*/
}

/* stage */
#stage {
	width: 1000px;
	padding: 0px 0px 0px 100px;
	margin: 0 auto;
}

/* content */
.content {
	margin: 0px 0px 10px 0px;
	display: block;
}
.content_nopad {
	margin: 0px 0px 0px 0px;
	display: block;
}

.content .contenttable td {
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

/* logo */
#logo {
	position: relative;
	top: 78px;
	left: 23px;
	float: left;
	display: block;
}
#logo a {
	overflow: hidden;
	display: block;
	width: 374px;
	height: 73px;
	text-indent: -22222px;
	background: transparent url('/fileadmin/web/images/logo.jpg') top right no-repeat;
	margin: 10px 0px 0px 0px;
}

/* header */
#header #headline {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 766px;
	height: 334px;
	position: relative;
}
#header #headline .upper {
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: 50px;
	left: 25px;
	font-size: 30px;

}
#header #headline .teaser {
	font-size: 24px;
	position: absolute;
	bottom: 70px;
	right:20px;
	width: 400px;
	height: 50px;
	text-align: right;
	line-height:24px;
}
#header #headline .teaser .small {
	font-size: 14px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	float: right;
}

/* refheader */
a#referenzen {
	overflow: hidden;
	display: block;
	width: 158px;
	height: 22px;
	text-indent: -22222px;
	background: transparent url('/fileadmin/web/images/referenzen_label.gif') top right no-repeat;
	margin: 0px 0px 0px 0px;
}

/* ueberschriften */
span.headline_hidden {
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}
h1.graphical {
	height: 18px;
	margin: 8px 0px 8px 0px;
	width: 170px;
}
h2.graphical {
	height: 40px;
	margin: 8px 0px 8px 0px;
	width: 170px;
}

h6 {
	width:180px;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding:3px;
	background-color:#ffffff;
}

/* links */
a {
	color: #516281;
	
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}

/* divs */
div.clearer {
	clear: both;
}



/* printbutton */
span.print {
	display: block;
	position: absolute;
	right: 25px;
	margin: 18px 0px 0px 0px;
}


/* listen */
ul {
	margin: 0px 0px 0px 15px;
	list-style-type: disc;
}

p.bodytext {
	margin: 5px 0px 5px 0px;
}

/* footer */
#footer {
	color: #000000;
	font-size: 10px;
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer .copyright {
	margin: 0px 10px 0px 0px;
}
#footer .menu {
	display: inline;
	/*float: left;*/
	width: 270px;
}
#footer .menu a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
#footer .menu a.active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* mainmenu */
#navigation {
	margin: 0px auto;
	width: auto;
	height: 70px;
	display: block;
	padding: 0px 0px 0px 30px;
}
#navigation ul#mainmenu {
	/*margin: 0px 0px 0px 29px;*/
	margin: 0px auto;
	display: block;
	width: 800px;
}

#navigation ul#mainmenu li {
	display: inline;
	margin: 0px 0px 0px 0px;
	height: 70px;
	background: transparent url('/fileadmin/web/images/nav.bg.gif') no-repeat -29px 0px;
	float: left;
}
#navigation ul#mainmenu li a {
	height: 70px;
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

