@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	background-image:url(../hintergrund.png);
	background-repeat:no-repeat;
	background-color:rgb(168, 166, 166);
}

#wrapper {
	clear:both;
	margin:0 auto;
	width: 960px;

}
 

/* Head */

#head { 
	margin:0px 70px;
}

#navi{
	display:block;
	height:45px;
	margin-top:50px;
	background-image:url(../sprite.png);
	background-position:0px -802px;
	background-repeat:repeat-x;
	width:820px;
}

#naviList {
	display: block;
	color:rgb(15, 58, 110);
	text-decoration:none;
	font-size:1.3em;
}

#naviList li.naviItem {
	display:block;
	float:left;
	padding-left: 45px;
	height: 34px;
	padding-top: 7px;
	margin-top: 5px;
	margin-left:20px;
}


#naviList li.naviItemFirst {
	display:block;
	margin-left: 100px;
}


#navi a:link {
	display: block;
	text-decoration:none;
	color:rgb(15, 58, 110);
	height: 30px;
}

#navi a:visited {
	display: block;
	text-decoration:none;
	color:rgb(15, 58, 110);
	height: 30px;
	
}

#navi a:hover {
	display: block;
	text-decoration:none;
	color:rgb(129, 167, 205);
	height: 30px;
	
}

li.naviItem ul {
	display: none;
}

li.naviItem:hover ul {
	display: block;
}

#naviList li ul.submenu {
	position: absolute;
	background-color: rgb(220,220,220);
	background-image:none;
	border-bottom: 1px solid rgb(129, 167, 205);
	border-left:1px solid rgb(129, 167, 205);
	border-right:1px solid rgb(129, 167, 205);
	position: absolute;
	z-index: 99999;
	text-align: center;
	padding: 5px 0px;
}

#navi .submenu a:link {
	display: block;
	color:rgb(129, 167, 205);
	font-size: 0.9em;
	margin: 0;
	height: auto;
}

#navi .submenu a:visited {
	display: block;
	color:rgb(129, 167, 205);
	font-size: 0.9em;
	margin: 0;
	height: auto;
}


#navi .submenu a:hover {
display: block;
	color:rgb(15, 58, 110);
	font-size: 0.9em;
	margin: 0;
	height: auto;
}


.submenu li.submenuitem {
	padding: 5px;
}



#home {
	background-image:url(../sprite.png);
	background-position:0px -1942px;
	background-repeat:no-repeat;
}

#leistung {
	background-image:url(../sprite.png);
	background-position:-8px -2591px;
	background-repeat:no-repeat;
}

#presse {
	background-image:url(../sprite.png);
	background-position:-8px -2639px;
	background-repeat:no-repeat;
}	

#kontakt {
	background-image:url(../sprite.png);
	background-position:-6px -2687px;
	background-repeat:no-repeat;
}


/* Body Content */

#content {	
	float: left;
	width:760px;
	border: 1px solid rgb(179, 190, 203);
	background-image:url(../transparenz50.png);
	margin: 15px 70px;
	padding: 30px;
}

.slideshow {
	width:507px;
	height: 285px;
	margin: 0px 0px 15px 0px;
}

.slideshow img {
	padding:4px;
	border:1px solid rgb(15, 58, 110);
}

#content #bodytext {
	float: left;
	width: 507px;
	padding: 0px 15px;
	color: rgb(15, 58, 110);
}

#content a:link {
	text-decoration:none;
	color:rgb(129, 167, 205);
	font-weight:bold;
}

#content a:visited {
	text-decoration:none;
	color:rgb(129, 167, 205);
	font-weight:bold;
}

#content a:hover {
	text-decoration:none;
	color:rgb(15, 58, 110);
	font-weight:bold;
}

h1 {
	font-size:1.2em;
	line-height:1.6em;
	font-weight: bold;
}

h2, legend {
	font-size:1em;
	line-height:1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Logo*/

.logo {
	float:left;
	width: 55px;
}

.logo a {
	display:block;
	background-image:url(../sprite.png);
	background-position:-1px -1995px;
	background-repeat:no-repeat;
	width:55px;
	height:79px;
}

#bodytext p {
	padding:5px 0px;
}


/* Grafikelement*/

#logoLink {
	display:block;
	float:left;
	width:460px;
	height:194px;
	border: 1px solid rgb(15, 58, 110);
	background-image:url(../transparenz60.png);
}



/*News*/

#news {
	display:block;
	float:right;
	width: 168px;
	font-size: 0.9em;
	line-height: 1.3em;
	
}

#kopf {
	width:158px;
	background-image:url(../sprite.png);
	background-position:-282px -984px;
	background-repeat:repeat-y;
	height:20px;
	padding-top:2px;
	padding-left:10px;
	color:#FFF;
	font-size:1.2em;
}

#inhalt {
	margin-top:5px;
	width:116px;
	border: 1px solid rgb(129, 167, 205);
	padding:20px;
	color:rgb(15, 58, 110);
	background-image:url(../transparenz60.png);
}

.newsItem {
	border-bottom:1px solid rgb(129, 167, 205);
	margin-bottom:7px;
	padding: 0px 0px 7px 0px;
}



/*Footer*/

#footer {
	clear: both;
	text-align:right;
	font-size:0.9em;
	color:rgb(15, 58, 110);
	margin-right:70px;
}

#footer a:link {
	text-decoration: none;
	color:rgb(15, 58, 110);
}

#footer a:visited {
	text-decoration: none;
	color:rgb(15, 58, 110);
}

#footer a:hover {
	text-decoration: underline;
	color:rgb(15, 58, 110);
}


.steps {
	display:block;
	float:left;
	background-image:url(../transparenz50.png);
	width:427px;
	border:1px solid rgb(15, 58, 110);
	padding:20px 40px;
	margin-bottom: 15px;
}

#stepone {
	float:left;
	background-image:url(../sprite.png);
	background-position:-13px -3456px;
	background-repeat:no-repeat;
	height:90px;
	width: 70px;
}


#steptwo {
	float:left;
	background-image:url(../sprite.png);
	background-position:-7px -3037px;
	background-repeat:no-repeat;
	height:90px;
	width: 70px;
	margin-left: 100px;
	padding-top: 7px;
}


#stepthree {
	float:right;
	background-image:url(../sprite.png);
	background-position:-7px -3133px;
	background-repeat:no-repeat;
	height:90px;
	width: 70px;
	padding-top: 7px;
}


/* Forms */
		
		
form div { 
	position:relative;
}

label  { 
	position:absolute; 
	top:5px; 
	left:5px;
	font-size: 1.1em;
	color: #999999;
}

textarea {
	padding: 3px;
	font-size: 1.1em;
	color: black;
	width: 376px;

}

input {
	padding: 3px;
	font-size: 1.1em;
	color: black;		
	width: 374px;
	
}

.powermail_submit {
	width: 150px;
}

.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 25px;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	visibility: hidden;
}


.newsintro h2 {
	font-size: 1em;
	font-weight: strong;
	margin-top: 10px;
	margin-bottom: 20px;
}

#inhalt img {
display: block;
margin: 5px 0px;
}

#content ul {
	padding-left: 20px;
}
#content ul li {
	list-style: disc;
	margin-bottom: 5px;
}

#content ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
}

.powermail_check_inner_uid7_0 label {
	position: absolute;
	left: 50px;
	top: 0px;
	padding-bottom: 30px;
}

#check_uid7_0 {
	position: static;
	left: 0;
	width: 20px;
}


