@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision: 443 $
 * @lastmodified    $Date: 2009-12-31 18:05:05 +0100 (Do, 31. Dez 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
/* @import url(../yaml/navigation/nav_shinybuttons.css);
  @import url(../css/screen/basemod.css);
  @import url(../css/screen/content.css); */

/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */


/* font-face */
@font-face{ font-family: Myriad; src: url(../fonts/MyriadPE.otf); }
@font-face{ font-family: Myriad; font-weight: bold; src: url(../fonts/MyriadP0.otf); }
@font-face{ font-family: Myriad; font-weight: lighter; src: url(../fonts/MyriadPro-Light.otf); }

a{
	color: #be1421;
	text-decoration: none;
}
						body.events a{ color: #f9b232; }
						body.fullservice a{ color: #2f2483; }
						body.grafik a{ color: #94c11c; }
						body.web a{ color: #009ee3; }
	a:hover{
		text-decoration: underline;
	}
blockquote{
	font-family: Georgia,Times,"Times New Roman",serif;
	border-left: 1px solid #eeeeee;
	padding-left: 5px;
}
body{
	background: #ffffff url(../images/body.jpg) center top;
	font-family: Verdana,sans;
}
h1{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: lighter;
	background: transparent url(../images/linie-b.jpg) no-repeat scroll left bottom;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
}
				body.events h1{ background-image: url(../images/linie-e.jpg); }
				body.fullservice h1{ background-image: url(../images/linie-f.jpg); }
				body.grafik h1{ background-image: url(../images/linie-g.jpg); }
				body.web h1{ background-image: url(../images/linie-w.jpg); }
p{
	margin: 7px 0;
}
table{
	
}
	table caption{
		border-bottom: 1px solid #be1421;
		color: #be1421;
		font-style: italic;
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
	}
						body.events table caption{ color: #f9b232; border-color: #f9b232; }
						body.fullservice table caption{ color: #2f2483; border-color: #2f2483; }
						body.grafik table caption{ color: #94c11c; border-color: #94c11c; }
						body.web table caption{ color: #009ee3; border-color: #009ee3; }
	table tr.tableRow1{
		background-color: #ffc9b1;
	}
						body.events table tr.tableRow1{ background-color: #fff072; }
						body.fullservice table tr.tableRow1{ background-color: #d3b6ff; }
						body.grafik table tr.tableRow1{ background-color: #e2ff70; }
						body.web table tr.tableRow1{ background-color: #a6ffff; }
#col1{
	width: 138px;
	text-align: right;
	padding: 50px 15px 0 0;
}
#col3{
	margin: 0 20px 0 153px;
	padding: 7px 0 0 0;
}
#coverflow_navigation{
	display: none;
}
#flash{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#footer{
	height: 27px;
	background: transparent url(../images/footer.jpg) no-repeat;
	padding: 33px 40px 0 40px;
	font-size: 7pt;
}
	#footer a{
		color: #4d4b4b;
	}
	#footer p.menu{
		display: inline;
		float: right;
	}
#header{
	height: 68px;
	padding: 40px 20px 0 20px;
}
	#header h1{
		background: none;
		padding: 0;
		margin: 0;
	}
		#header h1 a{
			display: block;
			text-indent: -99999px;
			outline: none;
			width: 250px;
			height: 67px;
			margin: 1px 0 0;
			background: url(../images/logo_zusammen.jpg) no-repeat;
		}
						body.events #header h1 a{ background-image: url(../images/logo_zusammen-e.jpg); }
						body.fullservice #header h1 a{ background-image: url(../images/logo_zusammen-f.jpg); }
						body.grafik #header h1 a{ background-image: url(../images/logo_zusammen-g.jpg); }
						body.web #header h1 a{ background-image: url(../images/logo_zusammen-w.jpg); }
	#header #topnav{
		top: 85px;
		right: 20px;
		font-size: 10pt;
	}
		#header #topnav a{
			margin-right: 20px;
		}
			#header #topnav a.active{
				text-transform: uppercase;
				color: #4d4b4b;
			}
			#header #topnav a:hover{
				text-decoration: underline;
			}
#lang{
	position: absolute;
	top: 50px;
	right: 38px;
	font-size: 7pt;
	text-transform: uppercase;
	color: #4d4b4b;
}
	#lang a{
		color: #4d4b4b;
		text-decoration: none;
	}
		#lang a:hover{
			text-decoration: underline;
		}
		#lang a.act{
			color: #b22125;
		}
						body.events #lang a.act{ color: #f9b232; }
						body.fullservice #lang a.act{ color: #2f2483; }
						body.grafik #lang a.act{ color: #94c11c; }
						body.web #lang a.act{ color: #009ee3; }
#main{
	background: url(../images/main.gif) repeat-y;
}
#nav{
	margin-top: 85px;
}
	#nav ul{
		display: block;
		list-style: none;
		padding-left: 110px;
		height: 36px;
		margin-bottom: 0;
	}
		#nav ul li{
			display: inline;
			float: left;
			margin-top: 8px;
		}
			#nav ul li.active{
				margin-top: 0;
			}
			#nav ul li a{
				background: url(../images/left-b.gif) no-repeat left top;
				display: block;
				padding: 0 0 0 5px;
				color: #4d4b4b;
				text-decoration: none;
				font-size: 10pt;
				text-transform: uppercase;
			}
						body.events #nav ul li a{ background-image: url(../images/left-e.gif); }
						body.fullservice #nav ul li a{ background-image: url(../images/left-f.gif); }
						body.grafik #nav ul li a{ background-image: url(../images/left-g.gif); }
						body.web #nav ul li a{ background-image: url(../images/left-w.gif); }
				#nav ul li.active{
					margin-top: 0;
				}
				#nav ul li.active a span.tab{
					padding-top: 6px;
					padding-bottom: 6px;
				}
				#nav ul li a:hover span.tab{
					text-decoration: underline;
				}
				#nav ul li a span.tab{
					background: url(../images/right-b.gif) no-repeat right top;
					display: block;
					padding: 2px 5px 2px 0;
				}
				
						body.events #nav ul li a span.tab{ background-image: url(../images/right-e.gif); }
						body.fullservice #nav ul li a span.tab{ background-image: url(../images/right-f.gif); }
						body.grafik #nav ul li a span.tab{ background-image: url(../images/right-g.gif); }
						body.web #nav ul li a span.tab{ background-image: url(../images/right-w.gif); }
						#nav span.border-beschriftung{ background: #be1421; margin-right: 5px; }
						#nav span.border-events{ background: #F9B232; margin-right: 5px; }
						#nav span.border-fullservice{ background: #2F2483; margin-right: 5px; }
						#nav span.border-grafik{ background: #94C11C; margin-right: 5px; }
						#nav span.border-web{ background: #009EE3; margin-right: 5px; }
#page_layer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
#subNav{
	list-style: none;
	margin: 0 0 0 20px;
	width: 131px;
}
	#subNav li{
		margin: 0;
	}
	#subNav li a{
		display: block;
		width: 117px;
		text-align: left;
		background: transparent url(../images/subnav.jpg) no-repeat;
		color: #4d4b4b;
		font-size: 8pt;
		padding: 8px 5px 5px;
		line-height: 10pt;
		margin: 7px 2px;
		border-bottom: 1px solid #be1421;
	}
						body.events #subNav li a{ border-color: #f9b232; }
						body.fullservice #subNav li a{ border-color: #2f2483; }
						body.grafik #subNav li a{ border-color: #94c11c; }
						body.web #subNav li a{ border-color: #009ee3; }
		#subNav li a.act{
			font-weight: bold;
		}
	#subNav ul{
		margin: 0;
		list-style: none;
	}
		#subNav ul li a{
			background: #fff;
			color: #be1421;
			font-weight: normal;
			margin: 5px 0;
			padding: 0 0 0 25px;
			border: none;
			text-align: left;
			width: auto;
		}
						body.events #subNav ul li a{ color: #f9b232; }
						body.fullservice #subNav li a{ color: #2f2483; }
						body.grafik #subNav ul li a{ color: #94c11c; }
						body.web #subNav ul li a{ color: #009ee3; }
			#subNav ul li a.act{
				background: #fff url(../images/subnav_point.jpg) no-repeat scroll 10px center;
				color: #be1421;
				font-weight: normal;
			}
						body.events #subNav ul li a.act{ color: #f9b232; }
						body.fullservice #subNav li a.act{ color: #2f2483; }
						body.grafik #subNav ul li a.act{ color: #94c11c; }
						body.web #subNav ul li a.act{ color: #009ee3; }
		#subNav ul ul li a{
			font-size: 7pt;
			padding: 0 0 0 40px;
			color: #8b8787;
			text-transform: none;
			margin: 0;
			background: #fff!important;
		}
			#subNav ul ul li a.act{
				color: #4d4b4b;
			}
.aktuellesProjekt, .rahmenMitLinien{
	height: 241px;
	background: url(../images/aktuelles-projekt.jpg) no-repeat;
	font-family: Myriad, Verdana, sans-serif;
	font-size: 10pt;
	position: relative;
	overflow: hidden;
}
						body.events .aktuellesProjekt, body.events .rahmenMitLinien{ background-image: url(../images/aktuelles-projekt-e.jpg); }
						body.fullservice .aktuellesProjekt, body.fullservice .rahmenMitLinien{ background-image: url(../images/aktuelles-projekt-f.jpg); }
						body.grafik .aktuellesProjekt, body.grafik .rahmenMitLinien{ background-image: url(../images/aktuelles-projekt-g.jpg); }
						body.web .aktuellesProjekt, body.web .rahmenMitLinien{ background-image: url(../images/aktuelles-projekt-w.jpg); }
	.aktuellesProjekt .csc-default{
		padding: 0;
		font-size: 10pt;
	}
	.aktuellesProjekt .csc-textpic-text{
		width: 30%;
		clear: none!important;
		padding: 20px 0 0 20px;
	}
	.aktuellesProjekt h1, .rubrikErklaerung h1, .referenzen h1, .box1 h1, .box2 h1, .box3 h1, .rahmenMitLinien h1{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0;
		padding: 10px 0 0 15px;
		height: 10px;
		font-size: 8pt;
		text-transform: uppercase;
		background: transparent!important;
		color: #4d4b4b;
	}
	.rahmenMitLinien .csc-textpic{
		margin: 20px 10px 0;
	}
.box-top .box1, .box-top .box2, .box-top .box3{
	background: url(../images/box1bg.jpg) repeat-y;
}
	.box-top .box1 .subcl, .box-top .box2 .subcl, .box-top .box3 .subcr{
		background: url(../images/box1top.jpg) no-repeat left top;
		min-height: 250px;
		padding: 5px 0 0 0;
	}
	.box1 h1, .box2 h1, .box3 h1{
		background: transparent url(../images/angebot-title.jpg) no-repeat!important;
		height: 25px;
		padding-top: 5px;
	}
						body.events .box1 h1, body.events .box2 h1, body.events .box3 h1{ background-image: url(../images/angebot-title-e.jpg)!important; }
						body.fullservice .box1 h1, body.fullservice .box2 h1, body.fullservice .box3 h1{ background-image: url(../images/angebot-title-f.jpg)!important; }
						body.grafik .box1 h1, body.grafik .box2 h1, body.grafik .box3 h1{ background-image: url(../images/angebot-title-g.jpg)!important; }
						body.web .box1 h1, body.web .box2 h1, body.web .box3 h1{ background-image: url(../images/angebot-title-w.jpg)!important; }
	.box-bottom .box1, .box-bottom .box2, .box-bottom .box3{
		height: 20px;
		background: url(../images/box1bottom.jpg) no-repeat;
	}
/*
.box-top .box2{
	background: url(../images/box1bg.jpg) repeat-y;
}
	.box-top .box2 .subcl{
		background: url(../images/box1top.jpg) no-repeat left top;
		min-height: 250px;
		padding: 6px 0 0 1px;
	}
	.box-bottom .box2{
		height: 20px;
		background: url(../images/box1bottom.jpg) no-repeat;
	}
.box-top .box3{
	background: url(../images/box1bg.jpg) repeat-y;
}
	.box-top .box3 .subcr{
		background: url(../images/box1top.jpg) no-repeat left top;
		min-height: 250px;
		padding: 5px 0 0 3px;
	}
	.box-bottom .box3{
		height: 20px;
		background: url(../images/box1bottom.jpg) no-repeat;
	}
*/
.box-top .csc-default{
	padding: 6px 0 0 1px;
}
.box-top .subcr{
	padding: 0;
}
.content_element{
	margin: 7px 15px;
	font-size: 8pt;
	overflow: hidden;
}
.csc-default{
	font-size: 8pt;
}
.csc-textpic-text{
	padding: 10px 0;
}
.c33r{
	width: 33.4%;
}
.header1{
	color: #be1421;
	font-weight: bold;
	font-size: 10pt;
}
						body.events .header1{ color: #f9b232; }
						body.fullservice .header1{ color: #2f2483; }
						body.grafik .header1{ color: #94c11c; }
						body.web .header1{ color: #009ee3; }
.header2{
	font-size: 10pt;
}
#news-latest-container{
	position: relative;
	width: 729px;
	height: 266px;
}
	.news-latest-item{
		display: block;
		height: 266px;
		width: 729px;
		top: 15px;
	}
	.news-latest-images{
		width: 52px;
		padding: 22px 0 0 60px;
		float: left;
	}
		.news-latest-images img{
			border: 1px solid #c6c4c4;
		}
	.news-latest-showImage{
		margin: 10px 0 0 125px;
	}
	.news-latest-text{
		padding: 0 75px 0 0;
		width: 135px;
		font-size: 8pt;
		float: right;
	}
	.news-latest-title{
		font-family: Myriad, Verdana, sans-serif;
		font-weight: lighter;
		font-size: 12pt;
		padding: 5px 0 0 20px;
	}
		.news-latest-title .news-title{ font-size: 14pt; color: #be1421; }
						body.events .news-latest-title .news-title{ color: #f9b232; }
						body.fullservice .news-latest-title .news-title{ color: #2f2483; }
						body.grafik .news-latest-title .news-title{ color: #94c11c; }
						body.web .news-latest-title .news-title{ color: #009ee3; }
.nextButton, .previousButton{
	display: block;
	position: absolute;
	z-index: 100;
	text-indent: -99999px;
	cursor: pointer;
	position: relative;
	top: 125px;
	left: 20px;
	background: transparent url(../images/pfeil-l-b.gif) no-repeat;
	height: 22px;
	width: 22px;
}
						body.events .nextButton{ background-image: url(../images/pfeil-l-e.gif); }
						body.fullservice .nextButton{ background-image: url(../images/pfeil-l-f.gif); }
						body.grafik .nextButton{ background-image: url(../images/pfeil-l-g.gif); }
						body.web .nextButton{ background-image: url(../images/pfeil-l-w.gif); }
.previousButton{
	background-image: url(../images/pfeil-r-b.gif);
	left: 678px;
	top: 147px;
}
						body.events .previousButton{ background-image: url(../images/pfeil-r-e.gif); }
						body.fullservice .previousButton{ background-image: url(../images/pfeil-r-f.gif); }
						body.grafik .previousButton{ background-image: url(../images/pfeil-r-g.gif); }
						body.web .previousButton{ background-image: url(../images/pfeil-r-w.gif); }
.page_margins{
	width: 902px;
	margin: auto;
}
.referenzen{
	height: 321px;
	background: transparent url(../images/referenzen.jpg) no-repeat;
	width: 729px;
	overflow: hidden;
}
						body.events .referenzen{ background-image: url(../images/referenzen-e.jpg); }
						body.fullservice .referenzen{ background-image: url(../images/referenzen-f.jpg); }
						body.grafik .referenzen{ background-image: url(../images/referenzen-g.jpg); }
						body.web .referenzen{ background-image: url(../images/referenzen-w.jpg); }
.rubrikErklaerung{
	height: 248px;
	background: transparent url(../images/rubrik-erklaerung.jpg) no-repeat;
	font-family: Myriad, Verdana, sans-serif;
}
						body.events .rubrikErklaerung{ background-image: url(../images/rubrik-erklaerung-e.jpg); }
						body.fullservice .rubrikErklaerung{ background-image: url(../images/rubrik-erklaerung-f.jpg); }
						body.grafik .rubrikErklaerung{ background-image: url(../images/rubrik-erklaerung-g.jpg); }
						body.web .rubrikErklaerung{ background-image: url(../images/rubrik-erklaerung-w.jpg); }
	.rubrikErklaerung .csc-textpic-text{
		padding: 20px 0 0 20px;
	}






/* ImageFlow */
.aktuellesProjekt div.tx-flowgallery-pi1{
	position: relative;
	float: none;
	height: 235px;
}
	.aktuellesProjekt div.tx-flowgallery-pi1 #imageflow{
		height: 230px;
		margin: 0;
		position: relative;
	}
	.aktuellesProjekt div.tx-flowgallery-pi1 #images{
		height: 170px;
		width: 470px;
	}
	.aktuellesProjekt div.tx-flowgallery-pi1 #navigation{
		display: none;
	}
	.aktuellesProjekt div.tx-flowgallery-pi1 #scrollbar{
		position: absolute;
		bottom: 15px;
	}
#coverflow_slider{ background-image: url(../images/slider.gif); }
						body.events #coverflow_slider{ background-image: url(../images/slider-e.gif); }
						body.fullservice #coverflow_slider{ background-image: url(../images/slider-f.gif); }
						body.grafik #coverflow_slider{ background-image: url(../images/slider-g.gif); }
						body.web #coverflow_slider{ background-image: url(../images/slider-w.gif); }
.imageflow{
	overflow:hidden;
	position:relative;
	text-align:left;
	visibility:hidden;
	width:66%;
	float: right;
}
.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic}
.imageflow p{margin:0 auto; text-align:center}
.imageflow .navigation{z-index:10000}
.imageflow .caption{font-weight:bold; position:relative; text-align:center; z-index:10001; height:1px}
.imageflow .scrollbar{border-bottom:1px solid #b3b3b3; position:relative; visibility:hidden; z-index:10002; height:1px}
.imageflow .slider{background:url(slider.png) no-repeat; height:14px; margin:-6px 0 0 -7px; position:absolute; width:14px; z-index:10003}
.imageflow .slideshow{cursor:pointer; height:14px; margin:20px 0 0 20px; position:absolute; width:14px; z-index:10003}
.imageflow .slideshow.pause{background:url(button_pause.png) no-repeat}
.imageflow .slideshow.play{background:url(button_play.png) no-repeat}
.imageflow .images{overflow:hidden; white-space:nowrap}
.imageflow .button{cursor:pointer; height:17px; position:relative; width:17px}
.imageflow .loading_bar{
	background: #be1421;
	height: 1px;
	visibility: visible;
	width: 1%
}
						body.events .imageflow .loading_bar{ color: #f9b232; }
						body.fullservice .imageflow .loading_bar{ color: #2f2483; }
						body.grafik .imageflow .loading_bar{ color: #94c11c; }
						body.web .imageflow .loading_bar{ color: #009ee3; }
.imageflow .loading{
	border: 1px solid #4d4b4b;
	height: 1px;
	left: 50%;
	margin-left: -106px;
	position: relative;
	visibility: visible;
	width: 200px
}



.powermail_submit{
	margin-left: 170px;
}
.tx-powermail-pi1_fieldset{
	
}
	.tx-powermail-pi1_fieldset legend{
		display: none;
	}
.tx_powermail_pi1_fieldwrap_html{
	padding: 3px 10px;
}
	.tx_powermail_pi1_fieldwrap_html_radio_title{
		width: 150px;
		text-align: right;
		float: left;
		display: inline;
	}
		.powermail_radio_inner{
			margin-left: 170px;
		}
			.powermail_radio_inner label{
				text-align:left !important;
				width:290px !important;
				float: right!important;
			}
			.powermail_radio_inner input{
				border: none!important;
			}
	.tx_powermail_pi1_fieldwrap_html label{
		display: inline;
		float: left;
		width: 150px;
		text-align: right;
		margin-right: 15px;
	}






img, div, a, input { behavior: url(/fileadmin/templates/media-planning/iepngfix/iepngfix.htc) }