/* css DG Medien GmbH */
/* (c) Copyright 2009 DG Medien GmbH */
/* main css used in all templates */

/* #### BASIC ELEMENTS #### */

html {
	margin: 0;
	padding: 0;
	}

*{outline:none;}

body { 
	font-family: arial, verdana, helvetica, georgia, sans-serif;
	line-height: 1.88889;
	color: #333; 
	background: #e8e8e8; 
	margin: 0; 
	padding: 0;
	height:100%;
	}

p { 
	margin-top: 0; 
	text-align: left;
	}

ul {
	padding-top:3px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:20px;
	font-size:0.8em;
	margin-left:10px;
	margin-right:60px;
	}	

ol {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:20px;
	font-size:0.8em;
	margin-right:60px;
	}

.alpha {
      list-style: lower-alpha;
}

li {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:5px;
	padding-bottom:5px;
	color: #333; 
	line-height:130%;
	}
	
h3 { 
	font-family: arial, verdana, helvetica, georgia, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.0em;
	letter-spacing: 1px; 
	margin-bottom: 0; 
}

a:link { 
	text-decoration: none; 
	color: #848484;
	}

a:visited { 
	text-decoration: none; 
	color: #848484;
	}

a:hover, a:active { 
	text-decoration: none; 
	color:#990000;
	}

acronym {
	border-bottom: none;
	}

img {
	border: 0;
}

strong {
	color:#555555;
}

/* ## CONTENT HEADLINE ## */

h6 {
	font-size:0.9em;
	color:#333;
	padding-top:0px;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
	letter-spacing:0px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:20px;
	letter-spacing: 1px; 
	/*width:550px;*/
	margin-right:20px;
	line-height:140%;
}

/* #### NON-SPECIFIC ELEMENTS #### */

#wrapper {
	clear:both;
	float:left;
	min-height:100%;
	height:100%;
	width:100%;
	max-width:100%;
	min-width:920px;
}

.red{
	color:#990000; 
}

.grey{
	color:#848484; 
}

.white{
	color:white; 
}

#white_area{
	width:100%;
	min-width:940px;
	background-color:white;
	border:0px solid green;
	border-bottom:1px solid white;
	background-image: url(../img/element_bubbles.gif);
	background-repeat:no-repeat;
	background-position:96% 116px;
}

#box1 { 
	margin-left:40px;
}

#box2 { 
	margin-left:40px;
}

#fixed {
	width:100%;
	border:0px solid yellow;
}

/* #### HEADER ELEMENTS #### */

#header {
	min-width:940px;	
	max-width:100%;
	margin-right:40px;
	height:120px;
}

#top-panel-background {
	width:100%;
	min-width:980px;	
	background:#990000;
	text-align:right;
	height:30px;
	padding-top:5px;
}

#top-panel{
	text-align:right;
	padding:0px;
	margin:0px;
	font-size:0.8em;
	border:0px solid green;
	letter-spacing:0.2px;
}

* html #top-panel {
	width:980px;
	float:left;
}

#top-panel DIV.Nav {
	padding-bottom:2px;
	text-transform:uppercase;
}


.noscript_format {
		padding-left:40px;
		float:left;
		color:white;
}

#top-panel a:link {
	color:#E5E5E5;
	margin-right:40px;
}

#top-panel a:visited {
	color:#E5E5E5;
	margin-right:40px;
}

#top-panel a:hover {
	color:white;
	margin-right:40px;
	text-decoration:none;
}

* html #header {
	width:940px;
}

#logo {
	float:left;
	height:120px;
}

#nav_area {
	float: right;
	height:120px;
	border:0px solid red;
	font-size:0.9em;
	font-weight:lighter;
	text-transform:uppercase;
	letter-spacing:0.2px;
}

DIV.kontakt {
	border-top:5px solid #990000;
	float:right;
	height:25px;
	color:#990000;
}

DIV.navigation {
	padding-top:17px;
	clear:both;
	float:right;
	text-align:right;
	padding-right:0px;
}

DIV.navigation ul{
	z-index:999;
}

DIV.navigation a:link{
	color:#848484; 
}

DIV.navigation a:active{
	color:#990000; 
}

DIV.navigation a:visited{
	color:#848484; 
}

DIV.navigation a:hover{
	color:#333; 
}

/* #### MAIN CONTENT ELEMENTS #### */

/* ## UPPER AREA ## */

#main_upper {
	max-width:100%;
	min-width:920px;
	border:0px solid red;
	margin-right:0px;
}

* html #main_upper {
	width:960px;
}

#intro {
	max-width:100%;
	border:0px solid blue;
	padding-bottom:25px;
}

#intro h1 {
	color:#990000;
	font-weight:normal;
	font-size:2.2em;
	margin:0px;
	padding:0px;
	line-height:130%;
	width:800px;
	text-transform:uppercase;
}

#intro h2 {
	color:black;
	font-weight:normal;
	font-size:1.2em;
	width:550px;
	margin:0px;
	padding:0px;
	line-height:130%;
	margin-top:10px;
	margin-bottom:15px;
}

#intro p {
	color:#333;
	font-size:0.82em;
	line-height:140%;
	width:550px;
	margin:0px;
	padding:0px;
	padding-bottom:8px;
	padding-top:8px;
}

#breadcrumb {
	font-size:0.7em;
	padding-bottom:15px;
	text-transform:uppercase;
}

#breadcrumb .active {
	color:#990000;
}

#breadcrumb .passive {
	color:#848484;
}

DIV.mod_breadcrumb{
	font-size:1.0em;
	text-transform:uppercase;	
	color:#848484;
}

#breadcrumb a:hover {
	color:#333;
}

/* ## LOWER MAIN AREA ## */

#main_lower {
	float:left;
	max-width:100%;
	min-width:920px;
	border:0px solid blue;
	padding-bottom:70px;
	margin-top:0px;
	padding-left:20px;
	position:absolute;
}

* html #main_lower {
	position:relative;
}

#slidebox01_image, #slidebox02_image, #slidebox03_image, #slidebox04_image, #slidebox05_image {
	position:absolute;
	width:132px;
	height:120px;
	border:0px solid blue;
	background-position:1px 0px;
}

#slidebox01_text, #slidebox02_text, #slidebox03_text, #slidebox04_text, #slidebox05_text {
	position:absolute;
	top:30px;
	width:277px;
	height:80px;
	border:0px solid blue;

}

#slidebox01_nav, #slidebox02_nav, #slidebox03_nav, #slidebox04_nav, #slidebox05_nav {
	position:absolute;
	width:257px;
	border:0px solid blue;
	text-align:right;
	line-height:100%;
	padding:10px;
}

#slidebox01_nav span{
	font-size:1.5em;
	padding:3px;
	color:#CCC;
}

#slidebox01_nav .active{
	color:#990000;
}

#slidebox01_nav a:link{
	color:#999;
}

#slidebox01_nav a:hover{
	color:#333;
}

#slidebox02_nav span{
	font-size:1.5em;
	padding:3px;
	color:#CCC;
}

#slidebox02_nav .active{
	color:#990000;
}

#slidebox02_nav a:link{
	color:#999;
}

#slidebox02_nav a:hover{
	color:#333;
}

#slidebox03_nav span{
	font-size:1.5em;
	padding:3px;
	color:#CCC;
}

#slidebox03_nav .active{
	color:#990000;
}

#slidebox03_nav a:link{
	color:#999;
}

#slidebox03_nav a:hover{
	color:#333;
}

#slidebox04_nav span{
	font-size:1.5em;
	padding:3px;
	color:#CCC;
}

#slidebox04_nav .active{
	color:#990000;
}

#slidebox04_nav a:link{
	color:#999;
}

#slidebox04_nav a:hover{
	color:#333;
}

#slidebox05_nav span{
	font-size:1.5em;
	padding:3px;
	color:#CCC;
}

#slidebox05_nav .active{
	color:#990000;
}

#slidebox05_nav a:link{
	color:#999;
}

#slidebox05_nav a:hover{
	color:#333;
}


div.slideElem_image {
	width: 132px;
	float: left;
	border:0px solid green;
}

div.slideElem_text {
	width: 277px;
	float: left;
	border:0px solid red;
}

.slidebox_container {
	margin-top:45px;	
	float:left;
	border:0px solid green;
	width:451px;
	margin-right:7px;
}

.slidebox_left{
	float:left;
	position:relative;
	border:0px solid blue;
	border-right:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
	width:132px;
	height:120px;
	overflow:hidden;
	-moz-border-radius: 10px;
}

.slidebox_right{
	float:left;
	position:relative;
	border:0px solid blue;
	border-right:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
	width:277px;
	height:120px;
	overflow:hidden;
	background-image: url(../img/element_slider_background.jpg);
	background-position:1px 0px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

DIV.slidebox_nav_left {
	float:left;
	width:20px;
	border:0px solid red;
	height:80px;
	text-align:left;
	padding-top:40px;
	cursor:pointer;
}

DIV.slidebox_nav_right {
	float:right;
	width:20px;
	border:0px solid red;
	height:80px;
	text-align:right;
	padding-top:40px;
	cursor:pointer;
}

span.slidebox_picture {
	float:left;
	border:0px solid red;
	width:132px;
	height:120px;
	padding-right:13px;
}

span.slidebox_content {
	float:left;
	border:0px solid green;
	width:257px;
	height:44px;
	padding:10px;
	padding-top:6px;
	overflow:hidden;
}

.slidebox_right h3 {
	line-height:100%;
	margin:0px;
	color:black;
	padding-top:3px;
	border:0px solid green;
}

.slidebox_right a:hover h3 {
	line-height:100%;
	margin:0px;
	color:#990000;
	padding-top:3px;
	border:0px solid green;
}

span.slidebox_content p {
	line-height:130%;
	color:#333;
	font-size:0.8em;
	padding-right:15px;
	border:0px solid yellow;
}

span.slidebox_info {
	float:left;
	border:0px solid black;
	width:268px;
	height:22px;
	text-align:right;
	padding-top:4px;
	padding-right:9px;
	font-size:0.7em;
}

* html span.slidebox_info {
	padding-top:5px;
}


span.slidebox_info a{
	color:#666;
}

span.slidebox_info a:hover{
	color:#990000;
}

/* #### FOOTER ELEMENTS #### */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px; 
	font-size: 0.7em;
	position:fixed;
	bottom:0px;
	background:#000;
	padding-top:3px;    
	padding-bottom:3px;
	width:100%;
	color:#CCC;
	z-index:20;
}

#footer a:link {
	color:#CCC;
}

#footer a:visited { 
	text-decoration: none;
	color:#CCC;
}

#footer a:hover {
	color:white;
	text-decoration:none;
}

#footer_box {
	margin-left:40px;
	min-width:900px;	
	max-width:100%;
	border:0px solid red;
	padding-right:40px;
}

* html #footer_box {
	width:900px;
}

#footer_content_left {
	float:left;
	border:0px solid red;
	text-align:left;
}

#footer_content_right{
	border:0px solid green;
	text-align:right;
	float:right;
	text-transform:uppercase;
}

/* #### MODIFICATION CONTACT FORM #### */

.contactform {
	color:#333;
	font-size:0.8em;
	line-height:130%;
	width:320px;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	padding-top:5px;
}

/* #### MODIFICATION REFERENCES #### */

#referenzen {
	padding-top:20px;
	margin-left:0px;
	font-size:0.9em;
}

#referenzen td{
	vertical-align:top;
}


#referenzen .col_first{
	width:200px;
	padding-right:10px;
}

#referenzen .col_last{
	width:400px;
	border-left:1px dashed #ccc;
	padding-left:50px;
}

#referenzen strong{
	font-size:1.4em;
	font-weight:normal;
	line-height:130%;
}

/* #### MODIFICATION ADRESS #### */

#adresse {
	padding:0px;
	margin:0px;
}

#adresse h5{
	border-bottom:1px dashed #ccc;
	color:#333;
	text-transform:uppercase;
	font-size:0.9em;
	line-height:130%;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-bottom:7px;
	margin-top:25px;
	letter-spacing: 1px; 
}

#adresse p{
	line-height:130%;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
}

/* #### TOP-LINK STYLE #### */

#toplink {
	border-top:1px dashed #ccc;
	padding-top:1px;
	margin-top:15px;
	font-size:0.7em;
	/*width:550px;*/
	margin-right:20px;
	text-align:right;
}

#toplink a:link{
	color:#848484;
}

#toplink a:visited{
	color:#848484;
}

#toplink a:hover{
	color:#990000;
}

/* #### OPTIMZIE IMAGE REFLECTION (JS) #### */

.reflected {
	padding-top:12px;
	margin-top:0px;
}

.canvas {
	padding-top:0px;
	margin-top:0px;
}

/* #### CAPTCHA  #### */

.captcha{
	float:left;
	margin-top:3px;
	margin-right:10px;
	font-size:12px;
}

.captcha_container{
	width:100%;
	float:left;
	margin-top:3px;
	border-bottom:1px dashed #ccc;
	padding-bottom:25px;
}

* html .captcha_container{
	margin-bottom:25px;
}

.captcha_container input[type=text]{
	float:right;
	width:200px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	float:right;
	margin-right:186px;
	line-height:100%;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}

/* Horizontal menu */

/* remove all the bullets, borders and padding from the default list styling */
.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Set up the list items */
.navigation li {
	float: left;
}

/* Set up color of list items */
.navigation li ul li {
}

/* Set up the link size, color and borders */
.navigation a,.navigation a:visited {
	display: block;
	height: 25px;
	font-size:1.2em;
	line-height: 25px;
	text-decoration: none;
	text-indent: 5px;
	text-align: left;
	border: 0px solid #e8e8e8;
	padding-left:25px;	
	background-color: white;
}

/* Set up the list with a position relative on list hover */

.navigation li {
	line-height:100%;
	padding:0;
	margin:0;
}

.navigation li:hover {
	position: relative;
}

/* Make the hovered list color persist */
.navigation li:hover>a {
	background-image: none;
	background-color: white;
}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. */
.navigation li ul {
	display: none;
}	

.navigation li ul li a:hover {
	background-image: url(../img/subnav_bg.jpg);
	border-left:1px solid #990000;
}

/* Set up the sub level borders */
.navigation li ul li a,.navigation li ul li a:visited {
	border-width: 0px 1px 1px 1px;

}

.navigation li ul li a,.navigation li ul li a:visited {
	border-width: 0px 1px 1px 1px;
/*	border-left: 1px solid white;
	border-right: 1px solid white;*/
	width:200px;
	background-color:white;
	padding-left: 2px;
	font-size: 10px;
}

/* Make sublevels visible on list hover. */
.navigation li:hover>ul {
	display: block;
	position: absolute;
	top: 25px;
	left: 30px;	
}

.navigation li.navend:hover>ul {
	display: block;
	position: absolute;
	top: 25px;
	left: -79px;
}

.teaser_hidden {
	width:600px;
	font-size:0.8em;
	border-top:1px dashed #ccc;

}

.slide_close{
	display:block;
	background-image: url(../img/open_info.gif);
	background-repeat:no-repeat;
	background-position:105px 1px;
	cursor:pointer;
	text-align:left;
	width:185px;
	height:21px;
	margin-top:9px;
	margin-left:408px;
	color:#666;
}

.slide_open {
	display:block;
	background-image: url(../img/close_info.gif);
	background-repeat:no-repeat;
	background-position:105px 1px;
	cursor:pointer;
	text-align:left;
	width:185px;
	height:21px;
	margin-top:9px;
	margin-left:408px;
	color:#666;
}
