@import "editor_style.css";
@import "images/fileicons/style.css";
@import "style_slidesmagic_stage.css";
@import "style_utilities.css";

 

body,html {
	
	margin: 0px;
	padding: 0px;
	text-align:center; 
	background-color:#FFFFFF;
	color:#3c393c;
	font-family:Arial;
	font-family: 'Droid Sans', serif;
	font-style: normal;
	letter-spacing: 0em;
	word-spacing: 0em;
	font-size:13px;
}
body{
	background-image:url("/_skins/base/images/bgd_body.jpg");
	background-repeat:repeat-x;
	background-position:top;
 
}
body.site_id_1 {
	background-image:url("/_skins/base/images/bgd_body_home.jpg");
	background-repeat:repeat-x;
	background-position:top;
	
}
/*useful config (don't delete)*/
html {overflow-y: scroll;}
span a {cursor:pointer;}
form {margin:0px;}

a {
	outline:none;
	text-decoration:none;
	color:#5d83bb;
}


@labelcolor: #666666;
@elementinfocolor:#888888;
@linkhover:#afbd4e;
	
/* @group Basis layout */

div#container {
	text-align:left; 
	padding-bottom:20px;
	width:994px;
	margin-left:auto;
	margin-right:auto;
}

div#top {
	background-image:url("/_skins/base/images/bgd_top.jpg");
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:220px;
	background-color:transparent;
	position:relative;
}
body.site_id_1 div#top {
	height:547px;
}
.spacer {
	width:100%;
	height:120px;
	padding-top:35px;
	position:relative;
	
	.logo {
		background-image:url("/_skins/base/images/logo.png");
		background-repeat:no-repeat;
		background-position:top;
		width:256px;
		height:49px;
		margin:2px 0px 0px 4px;
		display:block;
	}
	
}

.loginbutton {
	background-image:url("/_skins/base/images/btn_login.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:45px;
	width:160px;
	float:right;
	position: absolute;
	top:0px;
	right:0px;
	z-index:999;
	
	:hover {
		background-position:0px -45px;
	}
	
}
.logged {
	height:100px;
	background-position:0px -90px;
	:hover {
		background-position:0px -90px;
	}
}

#loginMenue {
	width:148px;
	height:auto;
	background-color: #101010;
	color:#FFF;
	margin:30px 0px 0px 6px;
	padding:10px 0px 10px 0px;
	background-image:url("/_skins/base/images/overlay.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	z-index:1;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #101010;
	
	.link {
		width:140px;
		background-position:0px 9px;
		display: block;
		margin-left:10px;
		
	
		:hover{
			
			color:@linkhover;
			
		}
	}
}
body.site_id_1 .spacer {
	height:90px;
}
.login {
	width:250px;
	height:332px;
	float:left;
	display:block;
	border-top:1px solid #000;
	margin-left:1px;
	
}
.login a{
	
	text-decoration: none;
}
.login .top, .login .bottom{
	background-image:url("/_skins/base/images/bgd_login.png");
	background-repeat:repeat-x repeat-y;
	background-position:top left;
	border-bottom:1px solid #000;
	margin:0px 0px 1px 0px;
	width:210px;
	height:125px;
	padding:20px;
}
.login .top{
	
	padding-right:0px;width:230px;
		.logged {
			color:#FFF;
			span {
				font-weight:600;
				margin-bottom:10px;
				display:block;
			}
		}
	}
.login .bottom{
	border:none;
	color:#FFF;
}

.login .bottom .header{
	font-size:21px;
	margin-bottom:10px;
	font-family: 'Droid Sans', serif;
}
.login .bottom .text{
	
}

.log_navbutton {
	background-image:url("/_skins/base/images/ico_navbutton.png");
	background-repeat:no-repeat;
	background-position:0px 6px;
	color:#5d83bb;
	padding-left:13px;
	
	:hover{
		color:@linkhover;
	}
}

div#left {
	width:200px;
	background-color:#C0C0C0;
	float:left;
}

div#middle {
	width:690px;
	float:left;
	min-height:400px;
	padding-right:20px;
	margin-top:40px;
}
#main-contentteaser {
	margin-top:40px;
	width:690px;
	float:left;
	min-height:100px;
}
#main-einleitung {
	p {
		font-size:14px;
		color:#888888;
		line-height:25px;
	}
}
#news {
	margin:6px 0px 17px 0px;
	float:left;
	min-height:20px;
}
.news {
	border-bottom:4px solid #5d83bb;
	padding-bottom:13px;
	margin:6px 0px 17px 0px;
	float:left;
	min-height:20px;
}
.pages-Kontakt-skin {
	
	#main-main {
		width:330px; 
		min-height:100px;
		float:left;
		margin-top:25px;
		margin-right:30px;
	}
	#main-google {
		width:330px;
		min-height:100px;
		float:left;
	}
}
#contact_flag{
	height: 246px;
    position:absolute;
    top: 280px;
    left: -200px;
    -moz-transition-timing-function: cubic-bezier(0.00,1.00,1.00,1.00);
    -moz-transition-property: all;
    -moz-transition-duration: 0.6s;
    
    -o-transition-timing-function: cubic-bezier(0.00,1.00,1.00,1.00);
    -o-transition-property: all;
    -o-transition-duration: 0.6s;
    
    -webkit-transition-timing-function: cubic-bezier(0.00,1.00,1.00,1.00);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.6s;
    
    transition-timing-function: cubic-bezier(0.00,1.00,1.00,1.00);
    transition-property: all;
    transition-duration: 0.6s;
}
body.site_id_1 #contact_flag{
	
    top: 580px;
}
.contact_flag_bgd{
	background: url("/_skins/base/images/contact_flag_opened.png") no-repeat scroll right top transparent;
    display: block;
    float: left;
    height: 246px;
   
   overflow:hidden;
    width: 247px;
    z-index: 993001;
    
}
.contact_flag_inlay{
	color:#FFF;
   height: 200px;
   line-height:19px;
   margin-top:30px;
   width: 180px;
   padding:10px;
   text-align: left;
 
  
}
.contact_flag_inlay span{
font-weight:bold;

}
.contact_flag_inlay a.button{
margin:10px 10px 0px 0px;
float:right;
}
#contact_flag:hover{
    width: 250px;
    left: 0px;
}


div#main {
	
}

div#right {
	width:284px;
	margin-top:40px;
	float:left;
}

div#footer {
	background-image:url("/_skins/base/images/bgd_footer.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:187px;
	clear:left;
	color:#FFF;
	text-align: left;
	text-transform:uppercase;
	font-size:11px;
	overflow:hidden;
	
	
	.content {
		width:994px;
		margin-left:auto;
		margin-right:auto;
		height:189px;
	}
	
	.column{
		background-image:url("/_skins/base/images/divider_column.jpg");
		background-repeat:repeat-y;
		background-position:right top;
		width:280px;
		height:160px;
		float:left;
		padding:20px 0px 0px 30px;
		margin:3px 0px 0px 0px;
	}
	.column span.title {
		color:#3b7ecf;
		font-size:13px;
		height:30px;
		display: block;
	}
	.c_1 {
		padding-left:0px;
	}
	.c_3 {
		background-image:none;
		width:350px;
		
		.left, .right {
			width:170px;
			float:left;
			height:40px;
		}
		
	}
	a{
		color:#FFF;
		text-transform:uppercase;
		text-decoration: none;
	}
	 
	a:hover{ 
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		color:@linkhover;
		
	}
	#sitemapnavigation, #servicenavigation {
	
		width:270px;
		min-height:100px;
		float:left;
	}
	
	#sitemapnavigation .navbutton, #servicenavigation .navbutton {
		float:left;
		width:125px;
		height:24px;
	}

}

div#outer_footer {
	background-image:url("/_skins/base/images/bgd_outfooter.jpg");
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:189px;
	clear:left;
	margin-top:30px;
	background-color:#0d1017;
}


/* @end */






/* @group Navigation */

div#navigation{
	
	margin-top:10px;
	z-index:999;
	height:50px;
	width:800px;
	position: absolute;


	div.navbutton a{
		background-position:-100px 8px;
		background-image:none;
		display:block;
		height:55px;
		position: relative; 
		line-height:30px;
		margin-bottom:1px;
		text-decoration:none;
		font-size:14px;
		text-transform:uppercase;
		color:#c1cdcc;
		float:left;
		padding:0px 25px 0px 25px;
		text-align: center;
		outline: none;
	}
	
	div.active a {
		color:#ffffff;
		background-image:url("/_skins/base/images/navigation/nav_glow.png");
		background-repeat:no-repeat;
		background-position:center 8px;
	}
	div.navbutton_1_active a {
		color:#ffffff;
		background-image:url("/_skins/base/images/navigation/nav_glow_small.png");
		background-repeat:no-repeat;
		background-position:center 8px;
		display:block;
	
	}
	
	
	
	
	div.subnavigation {display:none;}

div#navigation div.subnavigation_active {
	display:block;	
}
}

#main-subnavigation {
	.subnav {
		float:left;
		height:41px;
		margin:0px 0px 30px 0px;
		width:100%;
		
	}
	
	div {
		float:left;
		height:41px;
		display:block;
		line-height:41px;
	}
	
	.left, .right {
		background-image:url("/_skins/base/images/navigation/subnav_border.jpg");
		background-repeat:no-repeat;
		background-position:right 0px;
		width:9px;
		
	}
	.right {
		background-position:left 0px;
	}
	.middle {
		background-image:url("/_skins/base/images/navigation/subnav_middle.jpg");
		background-repeat:repeat-x;
		background-position:0px 0px;
		
	}
	a, .teaserhome {
		background-image:url("/_skins/base/images/navigation/subnav_divider.png");
		background-repeat:no-repeat;
		background-position:left 0px;
		padding:0px 6px 0px 24px;
		height:41px;
		display:block;
		float:left;
		margin-left:12px;
		color:#9ba4b0;
		text-transform: uppercase;
	}
	.teaserhome {
		background-image:url("/_skins/base/images/navigation/ico_teaserhome.png");
		background-position:center 6px;
		padding:0px 0px 0px 10px;
		width:17px;
		display:none;
		margin-left:2px;
		
		:hover {
			background-position:center -37px;
		}
	}
	.first {
		background-image:none;
		padding-left:0px;
	}
	.active {
		color:#687281;
	}
	
}
.subnavigation_bottom {
	margin-top:30px;
}
body.site_id_14 #main-subnavigation a, body.site_id_15 #main-subnavigation a, body.site_id_25 #main-subnavigation a{
		background-image:url("/_skins/base/images/navigation/subnav_arrow.png");/*Referenzen*/
}
body.site_id_7 #main-subnavigation a, body.site_id_8 #main-subnavigation a, body.site_id_9 #main-subnavigation a{
		background-image:url("/_skins/base/images/navigation/subnav_arrow.png");/*Unternehmen*/
}	
body.site_id_14, body.site_id_15, body.site_id_25, body.site_id_7, body.site_id_8, body.site_id_9{
		
	#main-subnavigation .first {
		
		background-image:none;
		padding-left:0px;
	}
}

body.site_id_26, body.site_id_27, body.site_id_28, body.site_id_29	{
		
		#main-subnavigation .first {
		background-image:url("/_skins/base/images/navigation/subnav_divider.png");
		padding:0px 6px 0px 24px;
		}
		#main-subnavigation .teaserhome {
			display:block;
		}
}
/* @end */




/* @group Form */

div.ccm_form{ 
	
	div {
		border-left:1px solid #FFF; border-top:1px solid #FFF; height:56px;
		background-color:#EEEEEE;
		margin-bottom:6px;
		padding:6px;
		border-bottom:1px solid #CCC;
		border-right:1px solid #CCC;
		background-repeat:no-repeat;
		background-position: 6px 3px
	}
	div label {
		width:100px;
		display: block;
		float:left;
		padding-left:36px;

	}
	div input, div textarea  {
		width:294px;
		display: block;
		float:left;
		font-family: 'Droid Sans', serif;
		font-size:13px;
	}

	div span.info {
		width:430px;
		display: block;
		float:left;
		color:#9C9C9C;
		clear:left;
		margin-left:136px;
		font-style:italic;
	}
	div span.errorMessage {
		clear:left;
		color:#E51937;
		margin-left:136px;
	}
	div span.error input, div span.error textarea{
		border: 1px solid #E51937;

	}
}

/* @end form */


.ContentTeaser {
	width:327px;
	height:360px;
	float:left;
	margin:0px 15px 15px 0px;
}

.ContentTeaser_mod2 {

	margin-right:0px;
}
.ContentTeaser .Bild{
	width:327px;
	height:180px;
	padding-bottom:1px;
	border-bottom:5px solid #5d83bb;
	display: block;
}
.ContentTeaser:hover .Bild{
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border-bottom:5px solid #afbd4e;
}
.ContentTeaser .Content{
	width:307px;
	min-height:90px;
	float:left;
	padding:0px 10px 0px 10px;
}
.ContentTeaser .Content .Titel, .contentSiteTeaser .titel{

	font-size: 21px;
	line-height: 34px;
	color: #5d83bb;
  	font-style: normal;

}
.ContentTeaser .Content .Titel p{
	margin:0px;
}
.ContentTeaser .Kurztext{
	width:327px;
	height:70px;
	display: block;
	color:#3C393C;
}
.ContentTeaser .Content .Link, .contentSiteTeaser .link, .back{
	background-image:url("/_skins/base/images/button_more.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:120px;
	float:right;
	height:40px;
	display:block;
	cursor:pointer;
	opacity: 0.8; // for all other browsers
	filter: alpha(opacity=80); // for IE5-7
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // for IE8
}
.back{
	background-image:url("/_skins/base/images/button_back.jpg");
	float:left;
}

.ContentTeaser .Content .Link:hover, .contentSiteTeaser .link:hover, .back:hover {

	background-position:0px -43px;
	-webkit-transition: opacity .5s ease-in-out 1s;
	-moz-transition: opacity .5s ease-in-out 1s;
	transition: opacity .5s ease-in-out 1s;
	opacity: 1; // for all other browsers
	filter: alpha(opacity=100); // for IE5-7
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // for IE8
}


/* @group StageItem */
#stage {
	width:743px;
	height:350px;
	float:left;
	border-top:1px solid #000;
}
.stage_shadow_top {
	background-image:url("/_skins/base/images/stage/stage_shadow_top.png");
	background-repeat:repeat-x repeat-y;
	background-position:0px 0px;
	width:100%;
	height:20px;
	margin-bottom:1px;
	
}
.stage_shadow_bgd {
	background-image:url("/_skins/base/images/stage/stage_bgd_shadow.png");
	background-repeat:no-repeat;
	background-position:left top;
	width:765px;
	height:50px;
	position:absolute;
	top:470px;
	left:0px;
	z-index:1;
}
.StageItem {
	overflow:hidden;
	width:800px;	
}

.StageItem .Bild{
	width:375px;
	height:332px;
	float:left;
	background-repeat:no-repeat;
	background-position:top left;

}
.StageItem .shadow_bild {
	background-image:url("/_skins/base/images/stage/stage_shadow.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:8px;
	height:345px;
	position:absolute;
	left:0px;
	top:0px;
}

.StageItem .Details{
	width:260px;
	height:332px;
	color:#000;
	float:left;
	padding-right:10px;
	position:relative;
	background-color:#FFF;
	overflow:hidden;
}

.StageItem .Shadow {
	width:8px;
	height:345px;
	position:absolute;
	left:0px;
	top:0px;
}

.StageItem .Titel {
	color:#9eb229;
	font-size:26px;
	min-height:33px;
	line-height:34px;
	float:left;
	margin:0px;
	display:block;

	width:240px;
	margin:30px 0px 0px 25px;
}
.StageItem .Titel .left_spacer{
	width:40px;
	height:33px;
	float:left;
	display:block;
	
	
}
   

.StageItem .Text{
	width:235px;
	min-height:33px;
	float:left;
	margin:10px 0px 10px 25px;
	
}
.StageItem .Buttons{
	
	margin:10px 0px 20px 25px;
	
}

a.Bild {
	width:200px;
	min-height:130px;
	float:left;
	margin:0px 20px 20px 0px;
	
}
a.mod3 {
	margin-right:0px;
}
/* @end StageItem */

.clearB {
	clear:both;
}

#news {
	
}
.Newsbeitrag {
	
	font-family: Trebuchet MS;
	width:283px;
	float:left;
	min-height:20px;
	background-image:url("/_skins/base/images/news_divider.jpg");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:5px 0px 10px 0px;
	overflow:hidden;
	position: relative;
}
.Newsbeitrag .button{
	margin:5px 0px 5px 0px;
	float:right;
}
.Newsbeitrag .Titel{
	color:#3c393c;
	font-weight: bold;
}
.Newsbeitrag .open .Titel{
	color:#5d83bb;
	font-weight: bold;
}

.Newsbeitrag .open #News_BTN {
	background-image:url("/_skins/base/images/ico_minus.png");
}
.Newsbeitrag .Titel span{
	display:block;
	width:260px;
	min-height:20px;
}
.Newsbeitrag .Titel span, .Newsbeitrag .Titel a{
	float:left;
}
.Newsbeitrag .Kurztext{
	min-height:10px;
	float:left;
	margin-top:5px;
	
}
.Newsbeitrag .closed .contentNews{
	height:0px;
	overflow:hidden;
	
}
.Newsbeitrag .open .contentNews{
	height:auto;
	overflow:visible;
	
}
#News_BTN {
	background-repeat:no-repeat;
	background-position:center center;
	width:20px;
	height:20px;
	display:block;
	cursor:pointer;
}
.Newsbeitrag .closed #News_BTN {
	background-image:url("/_skins/base/images/ico_plus.png");
}
.Newsbeitrag .open #News_BTN {
	background-image:url("/_skins/base/images/ico_minus.png");
}

.BeitragVO {
	width:690px;
	min-height:100px;
	
	.Einleitung {
		font-size:14px;
		color:#888888;
		line-height:25px;
		min-height:10px;
		float:left;
		margin-bottom:10px;
	}
	
	.Bilder {
		width:200px;
		min-height:130px;
		margin:10px 30px 0px 0px;
		float:left;
		
		a.Bild {
			width:200px;
			clear:both;
			height:auto;
			margin-bottom:20px;
			
			span {
				float:left;
				min-height:10px;
				display: block;
			}
			.Titel {
				font-size:12px;
				margin-top:4px;
				:hover {
					color:@linkhover;
				}
			}
			
		}	
		
	}
	.Langtext {
		float:left;
		width:410px;
		mine-height:100px;
		padding-right:20px;
	}
}

.Element {
	
	min-height:240px;
	float:left;
	margin-bottom:30px;
	
	.Left {
		width:335px;
		float:left;
		min-height:240px;
		margin-right:10px;
	}
	
	.Right {
		width:335px;
		float:left;
		min-height:240px;
	}
	.Right label{
		color:@labelcolor;
		text-transform: uppercase;
		width:105px;
		float:left;
		font-weight: 600;
		font-size:12px;
	}
	.Elementinfo {
		float:left;
		width:100%;
		margin-top:5px;
	}
	.Elementinfo div {
		float:left;
		width:230px;
		color:@elementinfocolor;
	}
}


.complextypes-Referenz-skin {
	
	.Bilder {
		border:3px solid #cfd0cd;
		width:325px;
		height:230px;
	}
	.Referenzbild {
		width:325px;
		height:230px;
		overflow: hidden;
	}
	.Shadow {
		background-image:url("/_skins/base/images/ref_pic_shadow.png");
		background-repeat:no-repeat;
		background-position:0px 0px;
		height:45px;
		width:330px;
		
	}
	
	
}



.Element_List {
	
	height:225px;
	float:left;
	width:291px;
	margin:0px 40px 25px 0px;
	
	.Inlay {
		background-image:url("/_skins/base/images/image-frames.png");
		background-repeat:no-repeat;
		background-position:0px 0px;
		height:200px;
		width:291px;
			display:block;
	}
	.Bilder {
		
		height:155px;
		float:left;
		margin-bottom:10px;
		width:291px;
		position:relative;
		overflow: hidden;
		display:block;
		padding:2px 0px 0px 3px;
		
	}
	.Link {
		background-color:#1d1d1d;
		width:280px;
		height:30px;
		line-height:30px;
		color:#FFF;
		opacity:0.8;
		padding:0px 0px 0px 5px;
		display:block;
		position:absolute;
		bottom:-50px;
	}
	
	a:hover .Link {
		-moz-transition-timing-function: cubic-bezier(0.00,1.00,1.00,1.00);
	    -moz-transition-property: all;
	    -moz-transition-duration: 0.6s;
		bottom:0px;
	}
	a:hover .Bilder {
		
	}
	.Description {
		padding-left:5px;
		color:@elementinfocolor;
	}
}


.LoginBox {
	
	
	padding-right:0px;
	
	.header {
		color:#FFF;
		font-size:21px;
		height:35px;
		font-family: 'Droid Sans', serif;
	}
	.loginfields input {
		background-color: #1f1f1f;
		border:1px solid #000;
		width:150px;
		height:30px;
		display: block;
		margin-bottom:10px;
		color:#8b8e92;
		padding-left:15px;
	}
	.loginfields textarea{
		font-family: 'Droid Sans', serif;
		font-size:13px;
	}
	.loginfields {
		width:177px;
		float:left;
	}
	.loginBTN {
		float:left;
		height:44px;
		width:44px;
		margin-top:15px;
	}
	.loginBTN a {
		background-image:url("/_skins/base/images/btn_form_login.png");
		background-repeat:no-repeat;
		background-position:0px 0px;
		height:44px;
		width:44px;
		display:block;
		
		:hover {
			background-position:0px -44px;
		}
		input {
			height:44px;
		width:44px;
		display:block;
		background-color: transparent;
		border:none;
		cursor: pointer;
		}
	}
}
.loginMask {
	background-image:url("/_skins/base/images/bgd_loginmask_inlay.png");
	background-repeat:no-repeat;
	background-position:0px 230px;
	width:690px;
	min-height:265px;
	float:left;

	
	.inlay {
		background-image:url("/_skins/base/images/bgd_loginmask.png");
		background-repeat:no-repeat;
		background-position:0px 0px;
		width:690px;
		min-height:265px;
	}
	.leftContent, .rightContent {
		margin-top:10px;
		float:left;
		
	}
	.leftContent {
		width:400px;
		min-height:100px;
		margin-left:3px;
	}
	.rightContent {
		width:250px;
		padding-left:20px;
		min-height:100px;
	}
	.header {
		width:355px;
		height:60px;
		font-size:21px;
		line-height:60px;
		padding-left:20px;
		margin-bottom:30px;
	}
	.ForgotPW {
		margin-top:10px;
		float:left;
		height:20px;
	}
	.loginbuttons {
		margin-left:150px;
	}
	
}
.loginMask_bottom {
		background-image:url("/_skins/base/images/bgd_loginmask_bottom.png");
		background-repeat:no-repeat;
		background-position:0px 0px;
		width:690px;
		height:45px;
}
p.info {
	text-align:left;
	color:#a1a2a3;
}
span.success {
	
	color:#5d83bb;
	font-size:21px;
	display:block;
	line-height:25px;
}
.Element_Login {
	
	height:225px;
	float:left;
	width:670px;
	margin:0px 0px 25px 0px;
	
	.left {
		width:310px;
		float:left;
		height:155px;
	}
	.right {
		width:350px;
		float:left;
		height:155px;
		
		.Bezeichnung {
			height:40px;
		}
		a {
			background-repeat:no-repeat;
			background-position:0px 0px;
			padding-left:30px;
			height:25px;
			display:block;
			margin-top:4px;
		}
	
		input {
			border:none;
			height:25px;
			display: block;
			padding-left:30px;
			background-repeat:no-repeat;
			background-color: transparent;
			background-position:0px 3px;
			color:#5D83BB;
			
			:hover {
			cursor:pointer;
				color:@linkhover;
			}
		}
			
		input.cocomas {
			background-image:url("/_skins/base/images/ico_cocomas.png");
		
		}
		input.ga, input.stats {
			background-image:url("/_skins/base/images/ico_googleA.png");
			
		}
		div.ga{
			font-size: 11px;
			background-color:#f2f2f2;
			padding:8px;
			margin:2px 0px 5px 0px;
			margin-left:28px;
			width:270px;
			line-height:17px;
		}
	}
	
}

.Referenzliste .Kunde {
	
	padding:0px 5px 0px 0px;
	background-image:url("/_skins/base/images/divider_list.jpg");
	background-repeat:no-repeat;
	background-position:left 9px;
	padding-left:12px;
	
	
	span {
		
		color:@labelcolor;
	}
	a:hover {
		color:@linkhover;
	}
}


#top_references, #top_applications {
	float:left;
	min-height:20px;
	margin:6px 0px 17px 0px;
	border-bottom:4px solid #5d83bb;
	padding-bottom:13px;
}


.TopReferenzen h3{
	float:left;
	letter-spacing: -0.6px;
}
.contentSiteTeaser {/*Example - Leistungen*/
	
	width:690px;
	min-height:100px;
	float:left;
	margin-bottom:20px;
	
	.left {
		width:150px;
		height:150px;
		float:left;
	} 
	.right {
		width:500px;
		height:155px;
		float:left;
		
		
	}
	.attributes {
	
	float:left;
	min-height:10px;
	margin:5px 0px 0px 0px;
	width:410px;
	
		
		.siteAttribut {
			float:left;
			padding:0px 5px 0px 0px;
			background-image:url("/_skins/base/images/divider_list.jpg");
			background-repeat:no-repeat;
			background-position:right 9px;
			padding-right:12px;
			margin-right:8px;
	
		} 
		.last {
			background-image:none;
		}
	}
	
	
	
	
}
.siteBlock {
			float:left;
			min-height:20px;
			width:690px;
			margin-bottom:17px;
	
		.left {
			float:left;
			min-height:20px;
			width:405px;
			
			padding-right:10px;
			
			span.einleitung {
				font-size:14px;
				color:#888888;
				line-height:25px;
			}
		}
		.left_full {
			padding-right:20px;
			width:670px;
			text-align:inherit;
		}
		.right {
			float:right;
			min-height:20px;
			width:200px;
			margin-left:0px; 
		} 
		.right img{
			float:right;
			margin-right:20px;
		}
	
	}
  
.font2Image{
	font-family: "arial.ttf";
	font-size: 12px; 
	text-transform: uppercase;
	color:#FFFFFF; 
}

 
 

.button {
	@button(
		31px;/*height*/
		10px;/*spacing*/
		10px;/*padding*/
		url('/_skins/base/images/bgd_buttons.png')/*backgroúnd*/
		
	);	
	color:#FFF;
	
	input {
		background-color:transparent;
		border:none;
		color:#FFF;
		line-height:24px;
		height:29px;
		display: block;
		cursor: pointer;
	}
	cursor: pointer;
}













.overlay {
	background-color:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	z-index:999;
}
.loading {
	
	background-repeat:no-repeat;
	background-position:center center;
}
.overlayLoading {
	display:block;
	background-color:#fff;
	height:90px;
	width:90px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #5D83BB;
}
.overlayLoading div{
	background-image:url("/_skins/base/images/loading.gif");
	background-repeat:no-repeat;
	background-position:center center;
	height:90px;
	width:90px;
	text-indent: -10000px;
}


@effectBox_bgd: #ffffff;
@effectBox_border: #FFFFFF



.effectBox {
	font-family:Arial, serif;
	float:left;
	
}
.eb_border {
	position:relative;
	
}
.effectBox .top {
	padding:0px 0px 0px 0px;
	background-color: #0d1723;
	float:left;
	height:17px;
	width:100%;
}
.effectBox .eb_corner{
	background-image:url("/_skins/base/images/effectbox/c_bgd.png");
	background-repeat:no-repeat;
	
	height:17px;
	width:30px;
	position:absolute;
	z-index:1;
}


.effectBox .c1{/*Top Left*/
	background-position:0px 0px;
	top:-10px;
	left:-10px;
}
.effectBox .c2{/*Top Right*/
	background-position:-30px 0px;
	right:-10px;
	top:-10px;
}

.effectBox .c3{/*Bottom Right*/
	background-position:-30px -17px;
	right:-10px;
	bottom:-10px;
}
.effectBox .c4{/*Bottom Left*/
	background-position:0px -17px;
	bottom:-10px;
	left:-10px;
}
.effectBox .eb_margin{
	background-color:@effectBox_bgd;
	position:absolute;
	z-index:999;
}
.effectBox .m1{/*Left*/
	border-left:1px solid #FFFFFF;
	width:10px;
	left:-10px;
	height:100%;
}
.effectBox .m2{/*Top*/
	border-top:1px solid #FFFFFF;
	height:10px;
	top:-10px;
	width:100%;
}
.effectBox .m3{/*Right*/
	border-right:1px solid #FFFFFF;
	width:10px;
	right:-10px;
	height:100%;
}
.effectBox .m4{/*Bottom*/
	border-bottom:1px solid #FFFFFF;
	height:10px;
	bottom:-10px;
	width:100%;
}

.effectBox .eb_shadow{
	background-repeat:no-repeat;
	background-position:center center;
	height:44px;
	width:44px;
	position:absolute;
}


.effectBox .s1{/*Top Left*/
	background-image:url("/_skins/base/images/effectbox/s1_left.png");
	top:-44px;
	left:-44px;
}
.effectBox .s2{/*Top Right*/
	background-image:url("/_skins/base/images/effectbox/s2_right.png");
	right:-44px;
	top:-44px;
}
.effectBox .s3{/*Bottom Right*/
	background-image:url("/_skins/base/images/effectbox/s3_right.png");
	bottom:-44px;
	right:-44px;
}
.effectBox .s4{/*Bottom Left*/
	background-image:url("/_skins/base/images/effectbox/s4_left.png");
	left:-44px;
	bottom:-44px;
}


.effectBox .eb_shadow2{
	background-position:center center;
	position:absolute;
}


.effectBox .s_top{/*shadow Top*/
	background-image:url("/_skins/base/images/effectbox/s_top.png");
	top:-44px;
	background-repeat:repeat-x;
	height:44px;
	width:100%;
}
.effectBox .s_bottom{/*shadow Bottom*/
	background-image:url("/_skins/base/images/effectbox/s_bottom.png");
	bottom:-44px;
	background-repeat:repeat-x;
	height:44px;
	width:100%;
}
.effectBox .s_left{/*Left*/
	background-image:url("/_skins/base/images/effectbox/s_left.png");
	left:-44px;
	background-repeat:repeat-y;
	height:100%;
	width:44px;
}
.effectBox .s_right{/*Right*/
	background-image:url("/_skins/base/images/effectbox/s_right.png");
	right:-44px;
	background-repeat:repeat-y;
	height:100%;
	width:44px;
}
.effectBox .eb_content {
	
	background-color:@effectBox_bgd;
}
.effectBox .inlay {
	background-image:url("/_skins/base/images/loading.gif");
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	margin:0px 0px 0px 0px;
	z-index:999;
	position: relative;

}
.effectBox .textcontent .inlay {
	background-image:none;
	
}
.effectBox .bottom {
	padding:0px 0px 0px 0px;

	float:left;
	display:block;
	height:20px;
	width:100%;
}


.effectBox .nav .left, .effectBox .nav .right, .effectBox .nav a.close{
	
	background-image:url("/_skins/base/images/navigation_lightbox.png");
	background-repeat:no-repeat;
	bottom:10px;
	position:absolute;
	width:45px;
	height:70px;
	display:block;
	cursor:pointer;

	-moz-transition-timing-function: cubic-bezier(0.00,1.00,1.00,1.00);
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	
}
.effectBox .info{
	position:absolute;
	width:100%;
	bottom:0px;
	left:-10px;
	color:#FFF;
	background-color:#000;
	height:30px;
	display:block;
	text-align:left;
	line-height:30px;
	opacity:0.7;
	filter:alpha(opacity=40);
	padding-left:10px;
	padding-right:9px;
	
	-moz-transition-timing-function: cubic-bezier(0.00,1.00,1.00,1.00);
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	
	
	.left {
		float:left;
	}
	.right {
		float:right;
	}
	span:hover a{
	color:@linkhover;
	}
}




.effectBox .nav .left{
	background-position:-35px 0px;
	left:-5px;
}
.effectBox .nav .right{	
	background-position:0px 0px;
	right:-5px;
}
.effectBox .nav a.close {
	background-image:url("/_skins/base/images/close_lightbox.png");
	right:-55px;
	top:0px;
	display:block;
	
}

.effectBox:hover {
	.nav .left{
		left:-55px;
	}
	.nav .right {
		right:-55px;
	}
	.info{
		bottom:-40px;  
	}
	
}

.effectBox .inlay .Bild{
	z-index:9999;
	float:left;
}
.effectBox .inlay .Details{
	width:400px;
	margin:10px 0px 10px 20px;
	float:left;
}

.googleMapsLightbox .close {
	color:#FFF;
}
.field, .inputCaption {
	float:left;
}
.inputCaption {
	width:140px;
	font-size:13px;
	height:30px;
	color:#484b50;
	line-height:30px;
	margin:0px 10px 0px 0px;
	text-align: right;
}
.loginfields .field span{
	background-image:url("/_skins/base/images/bgd_input.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	padding:5px;
	width:220px;
	display:block;
	height:35px;
}
.loginfields .textfield  span{
	background-image:url("/_skins/base/images/bgd_textarea.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	padding:5px;
	width:220px;
	display:block;
	height:135px;
	
	textarea {
		width:205px;
		font-family: 'Droid Sans', serif;
		font-size:13px;
		display:block;
		border:none;
		background-color:transparent;
		height:115px;
	}
}
.loginfields input{

	width:200px;
	display:block;
	border:none;
}
div.loginfields div.loginfield {
    clear: both;
    color: #505050;
    font-size: 16px;
    height: 40px;
    line-height: 25px;
    margin-bottom: 15px;
}
.loginfield {
    position: relative;
}
div.loginfields .loginfield .output {
   line-height:30px;
   padding-left:2px;
}
div.loginfields div.loginfield select {
     border:none;
     width:210px;
}
div.loginfields div.loginfield label {
     color: #484B50;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    text-align: right;
    width: 140px;
    float:left;
}
.ErrorReportGen{
	display:block;
	position:absolute;
	left:370px;
	top:-1px;
	height:94px;
	width:500px;
	z-index:999;
}

.ErrorReportGen .er_contentLeft{
	display:block;
	float:left;
	width:45px;
	height:54px;
	background:url("/_skins/base/images/errorReportBoxBgLeft.png") no-repeat left center;
}
.ErrorReportGen .er_content{
	display:block;
	float:left;
	height:54px;
	width:auto;
	background:url("/_skins/base/images/errorReportBoxBg.png") repeat-x left center;
	padding-left:5px;
	padding-right:5px;
	line-height:30px;
	color:#505050;
	font-size:12px;
}
.ErrorReportGen .er_contentRight{
	display:block;
	float:left;
	width:20px;
	height:54px;
	background:url("/_skins/base/images/errorReportBoxBgRight.png") no-repeat right center;
}


.TopReferenz {
		background-position:0px 0px; 
		background-repeat:no-repeat;
		width:80px;
		height:80px;
		border:4px solid #a6a6a6;
		display:block;
		float:left;
		margin:0px 10px 10px 0px;
		
		
		
		.openRef {
			background-image:url("/_skins/base/images/ico_openRef.png");
			background-repeat:no-repeat;
			background-position:0px 0px;
			position:absolute;
			height:10px;
			width:10px;
			right:2px;
	 	 	bottom:2px;
			cursor:pointer;
		}
		
}
.TopReferenz_mod3 {
	margin-right:0px;
}

.TopReferenz_last {
	border:none;
	background-image:url("/_skins/base/images/ico_ref_last.jpg");
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin:4px 0px 0px 0px;
	
}
div.TopReferenz div{
	float:left;

	line-height:20px;
	
}

div.TopReferenz div.img{
	width:80px;
	height:80px;
	position:relative;
	
}

div.TopReferenz div.img div.hover{
	height:155px;
	width:285px;
	display:none; 
	position:relative;
	margin-top:-50px;
	margin-left:-60px;
	

}

div.TopReferenz div.img div.loading {
	background-repeat:no-repeat;
	background-color: #FFF;
	background-position:center center;
	background-image:url(images/loading.gif);
	height:171px;
		
}
 


div.TopReferenz div.img a{
	display:block;
	border:4px solid #9A9995; 
	height:155px;
	width:285px;
	padding:4px;
	background-color:#FFF;
	

}
div.TopReferenz .hover .title{
	
	background-color:#1d1d1d;
	width:287px;
	height:17px;
	line-height:17px;
	color:#FFF;
	opacity:0.7;
	padding:5px 5px 5px 9px; 
	display:block;
	border:none;
	position:absolute;
	bottom:-34px;
	left:10px;
	font-size:11px;

}
.Mitarbeiter {
	width:230px;
	float:left;

	height:300px;
	font-size:12px;
	
	.Foto {
		background-image:url("/_skins/base/images/frame_mitarbeiter.png");
		background-repeat:no-repeat;
		background-position:0px bottom;
		padding-bottom:11px;
		height:160px;
		width:150px;
		margin-bottom:2px;
		
		
	}
	.Position {
		color:#a6a6a6;
	}
	.Name {
		font-size:13px;
	}
}

div, span, a{

	background:none;
}
