body {
	margin: 0;
	font: 14px "trebuchet ms", helvetica, sans-serif;
	color: #ccc;
	background: #000;
}
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
.header {
	width: 980px;
	margin:40px 0 0;
	overflow:hidden;
	position:relative;
	z-index:5;
}
.logo{
	width:762px;
	height:126px;
	float:left;
	margin:0;
	overflow:hidden;
	position:relative;
	z-index:150;
}
.logo a{
	width:762px;
	height:126px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background:url(../images/logo.gif) no-repeat;
}
.monitor{
	width:112px;
	height:98px;
	margin:17px 0 0 36px;
	float:left;
	display: none;
}
.monitor img{
	display:block;
}
.navbar{
	width:980px;
	height:40px;
	background: url(../images/bg-nav.gif) no-repeat;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	float:left;
}
#nav li a{
	height:40px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#nav li:hover,
#nav li.hover{
	position:relative;
	}
#nav li:hover .subnav,
#nav li.hover .subnav{display:block;}
#nav .subnav{
	z-index:10000;
	display:none;
	position:absolute;
	width:187px;
	top:28px;
	left:0;
	padding:10px 0 0;
	overflow:hidden;
}
#nav .subnav ul {
	margin:0;
	padding:2px 0 0;
	height: 1%;
	list-style:none;
}
#nav ul li{
	float: none;
	height:24px;
	margin:0;
	padding:6px 0 0 11px;
	font-size:14px;
	background: url(../images/bg-dropdown.gif) repeat-x;
}
#nav ul li a {
	color:#fff;
	text-indent:0;
	display:inline;
	text-decoration:none;
}
#nav ul li a:hover{
	color:#fff;
}
#nav ul li:hover,
#nav ul li.hover,
#nav ul li.subact{
	background: url(../images/bg-dropdown-hover.gif) repeat-x;
}
#nav ul li:hover a,
#nav ul li.hover a{
	text-decoration:none;
}
#nav li .Home{
	width:81px;
	background:url(../images/sprite.gif) no-repeat 0 0;
}
#nav li .Home:hover{
	width:81px;
	background:url(../images/sprite.gif) no-repeat 0 -40px;
}
#nav .active .Home,
#nav .active .Home:hover{
	width:81px;
	background:url(../images/sprite.gif) no-repeat 0 -80px;
}
#nav li .News{
	width:75px;
	background:url(../images/sprite.gif) no-repeat -81px 0;
}
#nav li:hover .News,
#nav li.hover .News{
	width:75px;
	background:url(../images/sprite.gif) no-repeat -81px -40px;
}
#nav .active .News,
#nav .active .News:hover{
	width:75px;
	background:url(../images/sprite.gif) no-repeat -81px -80px;
}
#nav li .Portrait{
	width:97px;
	background:url(../images/sprite.gif) no-repeat -156px 0;
}
#nav li:hover .Portrait,
#nav li.hover .Portrait{
	background:url(../images/sprite.gif) no-repeat -156px -40px;
}
#nav .active .Portrait,
#nav .active .Portrait:hover{
	width:97px;
	background:url(../images/sprite.gif) no-repeat -156px -80px;
}
#nav li .Leistungen{
	width:124px;
	background:url(../images/sprite.gif) no-repeat -253px 0;
}
#nav li:hover .Leistungen,
#nav li.hover .Leistungen{
	width:124px;
	background:url(../images/sprite.gif) no-repeat -253px -40px;
}
#nav .active .Leistungen,
#nav .active .Leistungen:hover{
	width:124px;
	background:url(../images/sprite.gif) no-repeat -253px -80px;
}
#nav li .Referenzen{
	width:124px;
	background:url(../images/sprite.gif) no-repeat -377px 0;
}
#nav li:hover .Referenzen,
#nav li.hover .Referenzen{
	width:124px;
	background:url(../images/sprite.gif) no-repeat -377px -40px;
}
#nav .active .Referenzen,
#nav .active .Referenzen:hover{
	width:124px;
	background:url(../images/sprite.gif) no-repeat -377px -80px;
}
#nav li .Kontakt{
	width:100px;
	background:url(../images/sprite.gif) no-repeat -501px 0;
}
#nav li:hover .Kontakt,
#nav li.hover .Kontakt{
	width:100px;
	background:url(../images/sprite.gif) no-repeat -501px -40px;
}
#nav .active .Kontakt,
#nav .active .Kontakt:hover{
	width:100px;
	background:url(../images/sprite.gif) no-repeat -501px -80px;
}
.form{
	width:340px;
	float:right;
	margin:0 13px 0 0;
	display:inline;
}
.form a{
	float:left;
	outline: none;
}
.form input.txt{
	margin-top:12px;
	padding:2px 0 0 2px;
	width:126px;
	height:16px;
	float:left;
	font-size:10px;
	background:#8f8f8f;
	border:1px solid #2f2f2e;
	color: #000;
}
.form .ico{
	margin:9px 0 0;
}
.form .ico-print{
	margin:9px 0 0 23px;
}
.form .ico-movie{
	margin:-32px 0 0;
	position:relative;
}
.form .ico-search{
	margin:11px 6px 0 0;
	border: none;
	background: none;
	padding: 0px;
	height: 20px;
	width: 20px;
	float: left;
}
.main{
	width:980px;
	overflow:hidden;
	background: url(../images/bg-main.gif) repeat-y;
	border-bottom:3px solid #000;
}
.content{
	width:600px;
	float:left;
	border-top:3px solid #000;
}
.inner-page .content, .inner-page1 .content{
	padding:0 20px;
	width:560px;
}
.content .image img{
	display:block;
}
.content .text{
	width:560px;
	/* 522px vorher right 60px left 18px*/
	padding:8px 0px 11px 18px;
	overflow:hidden;
}
.inner-page .content .text, .inner-page1 .content .text{
	padding:8px 0 11px 0;
}
.content .text h2{
	margin:0 8px 4px 0;
	color:#fff;
	font-size:38px;
	font-weight:normal;
}
.content .text .news-single-item h2 {
	font-size: 28px;
}
.content .text .news-single-item h3 {
	border: none;
	margin: 10px 0 15px 0;
	font-size: 16px;
	background: none;
	text-transform: none;
	color: #EEE;
}
.inner-page1 .content .text h2{
	margin-top:20px;
}
.content .text p{
	margin:0;
	line-height:20px;
	padding-bottom: 10px;
}
.content .text a {
	color:#8c9eb2;
	text-decoration:underline;
}
.content .text a:hover {
	color:#8c9eb2;
	text-decoration:none;
}
.content .text h4 {
	font-size: 16px;
	color: #F9F9F9;
	font-weight: bold;
}
.sidebar{
	width:377px;
	float:right;
	display:inline;
}
.box{
	width:364px;
	padding-left:13px;
	overflow:hidden;
	border-top:3px solid #000;
	min-height:150px;
}
* html .box{
	height:150px;
	overflow:visible;
}
.box-frame{
	width:350px;
	padding:0 14px 0 0;
	overflow:hidden;
}
.side-content{
	width:155px;
	float:left;
	padding:0 0 15px;
}
.box h3, .content h3{
	margin:6px 0 0;
	color:#999;
	line-height:20px;
	font-size:14px;
	font-weight:normal;
	text-transform: uppercase;
	background: url(../images/bg-sidebar-line.gif) repeat-x 0 100%;
}
.content h3 a{
	color:#999;
	text-decoration:none;
}
.box strong,.box b {
	font-size:12px;
	color:#fff;
	line-height:15px;
	margin:10px 0 0;
	display:block;
}
.box p{
	font-size:12px;
	line-height:15px;
	margin:10px 0 0;
	color:#999;
	padding-bottom:10px;
}
.box a {
	color:#8c9eb2;
	font-size: 11px;
	text-decoration:underline;
}
.box a:hover {
	color:#8c9eb2;
	text-decoration:none;
}
.box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.inner-page .box ul{
	margin:5px 0 0;
}
.box ul li{
	padding:0 0 0 10px;
	line-height:18px;
	font-size:12px;
	background: url(../images/side-nav-separator.gif) no-repeat 0 4px;
}
.box ul li a{
	color:#8c9eb2;
	text-decoration:none;
	padding:0 0 2px;
	background: url(../images/bg-a-line.gif) repeat-x 0 15px;
}
.box .newslist p {
	display: inline;
	font-size:11px;
	color: #8c9eb2;
}
.box ul li a:hover{
	background:none;
}
.box address{
	margin:0;
	font-size:12px;
	font-style:normal;
	color:#fff;
	line-height:15px;
}
.box dl{
	width:115px;
	margin:10px 0 0;
	overflow:hidden;
}
.box dl dt, .box dl dd{
	font-size:12px;
	color:#fff;
	float:left;
}
.box dl dd{
	margin:0 0 0 5px;
}
.box .tel-fax{
	margin:0;
}
.link{
	font-size:12px;
	line-height:15px;
	color:#fff;
	text-decoration:none;
}
.link:hover{
	text-decoration:underline;
}
.box em{
	font-style:normal;
	font-weight:bold;
}
.image-holder{
	width:190px;
	float:right;
}
.image-holder img{
	display:block;
}
.gallery-holder{
	margin:13px 0 0;
	height:475px;
}
.gallery{
	margin:0;
	padding:0;
	list-style:none;
}
.gallery li{
	font-size:0;
	vertical-align:top;
}
.gallery li img{
	display:block;
}
.paginator{
	width:140px;
	height:19px;
	padding:0 0 0 19px;
	background: url(../images/bg-paginator.gif) no-repeat;
	float:right;
	position:relative;
}
.paginator .back,
.paginator .forward{
	float:left;
	margin:7px 0 0;
	overflow:hidden;
}
.paginator ul{
	margin:0;
	padding:2px 0 0;
	float:left;
	list-style:none;
	overflow:hidden;
}
.paginator li{
	float:left;
	font-size:10px;
	line-height:13px;
	padding:0 5px 0 7px;
}
.paginator li a{
	color:#8c9eb2;
	font-weight:bold;
	text-decoration:none;
}
.paginator li a:hover{
	color:#fff;
}
.footer{
	width:929px;
	height:40px;
	padding:4px 14px 0 37px;
	background: url(../images/bg-footer.gif) no-repeat;
	overflow:hidden;
}
.footer p{
	margin:0;
	float:left;
	display:inline;
	font-size:12px;
	color:#8ea4bd;
}
.footer span{
	float:right;
	margin:2px 0 0 0;
	display:inline;
	font-size:10px;
	color:#8ea4bd;
}
.footer span a {
	color:#8ea4bd;
	text-decoration: none;
}
/* Verschiednees */
.news-single-backlink {
	margin-top: 30px;
}
.text fieldset {
	border: none;
	margin-top: 10px;
}
.text fieldset img {
	padding-left: 2px;
}
.text legend {
/*	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0px 0px 0px;*/
	display: none;
}
.text label {
	display: block;
	float: left;
	width: 100px;
	padding-bottom: 5px;
	font-size: 11px;
}
.text input, .text textarea, .text select {
	border: #122039 1px solid;
	background-color: #F2F2F2;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 4px;
	width: 140px;
	color: #333;
	}
.text input:hover, .text textarea:hover, .text input:focus, .text textarea:focus {
	border: #000 1px solid;
	background-color: #CCCCCC;
		}
.text input.powermail_submit,.text input[type=submit]{
	border: #000 1px solid;
	background-color: #000;
	background-image: none;
	color: #FFF;
	margin-left: 100px;
	margin-top: 5px;
	width: auto;
}
.text input.tx-powermail-pi1_confirmation {
	margin-left: 0px;
	margin-right: 8px;
	float: left;
}
.text input.mailformsubmit {
	margin-top: 10px;
	clear: both;
}
#powermaildiv_uid6 {
	clear: both;
	padding-top: 10px;
}
dl.news-single-files dt {
	float: left;
	width: 60px;
	height: 24px;
}
.tx-wssitemap-pi1 a {
	text-decoration: none !important;
}
.tx-wssitemap-pi1 a:hover {
	text-decoration: none !important;
	color: #EEE;
}
.news-single-images .singleimage {
	float: left;
	margin: 0 8px 8px 0;
}
.clear {
	clear: both;
}
.tx-flvplayer2-pi1 {
	z-index: 0;
	position: relative;
}
.tx-indexedsearch-info {
	color: #333;
}
.tx-indexedsearch-path {
	display: none;
}
.error {
background-color: red;
color: white;
padding: 8px;
border-radius: 8px;
}
