* {
	margin:0px;
	padding:0px;
	font-family:Arial,Verdana,sans-serif;
}

body {
	font-size:12px;	
	overflow: -moz-scrollbars-vertical;
}

#leftCol p {
	margin-bottom:10px;
}

#header {
	height:157px;
	position:relative;
}

#headerImg {
	margin-bottom:-3px;
}

#leftCol ol, #leftCol ul {
	margin-bottom:15px;
	margin-left:30px;
}

#leftCol ol ol, #leftCol ul ul {
	margin-bottom:0px;
	margin-left:30px;
}


#leftCol a {
	text-decoration:none;
	color:#2c5c9e;
}

#leftCol a:hover {
	text-decoration:underline;
}


#wrapper {
	width:1024px;
	margin:0 auto 0 auto;
}

#content {
	background:#ededed;
	width:100%;
	color:#333333;
	padding-bottom:70px;
	margin-top:1px;
}

#utilities {
	color:#7c7c7c;
	margin-top:35px;
	font-size:11px;
}

#utilities a {
	color:#7c7c7c;
	text-decoration:none;
}

#breadcrumb, #leftCol {
	margin-left:30px;
}

#leftCol {
	float:left;
	width:487px;
	background:url(../img/leftCol_border.gif) repeat-y top right;
	margin-right:30px;
	line-height:140%;
	padding-right:25px;
	text-align:justify;
}

#leftCol h1 {
	line-height:20px;
}

#breadcrumb {
	padding-top:30px;
	margin-bottom:26px;
	color: #7c7c7c;
	font-size:11px;
}

#breadcrumb a{
	color: #7c7c7c;
	text-decoration:none;	
}

#breadcrumb a.selected{
	font-weight:bold;	
}

#rightCol {
	color:#000;
	border:0px solid #ff0000;
}

#rightColContent {
        float:left;
        width:420px;
}

#rightColAlt {
	display:none;
}

#footer {
	background:url(../img/footer_back.jpg) no-repeat top left;
	height:24px;
	width:1024px;
	margin-top:0px;
	color:#FFFFFF;
}

#copyright {
	float:right;
	line-height:24px;
	margin-right:50px;
	font-size:9px;
}

.clear {
	clear:both;	
}


#callback {
	font-size:11px;
	position:absolute;
	top:0px;
	left:774px;
	width: 189px; 
	height:159px; 
	/*background:url(../img/back2.jpg) no-repeat;*/
}

h1 {
	font-size:18px;
	margin-bottom:15px;
	font-weight:normal;
}

h1.header-studio {
	color:#2c5c9e;
}

h1.header-produktion {
	color:#567db1;
}

h1.header-formate {
	color:#809dc5;
}

h1.header-unternehmen {
	color:#95ADCE;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
}

a.download {
	background:url(../img/acrobat.png) no-repeat top left;
	padding-left:25px;
	display:block;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;
	top: 0px;
	left: 0px;	
	}

#menuh
	{
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	line-height:180%;
	width:100%;
	/*height:27px;*/
	float:left;
	margin:0px;
	margin-top: 0px;
	background:url(../img/nav_back.jpg) no-repeat top left;
	border-top:1px solid #FFFFFF;
	/*border-bottom:1px solid #FFFFFF;*/
	margin-bottom:0px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin:0;
	/*white-space:nowrap;*/
	padding: 0em; /*0.3em;*/
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #ffffff;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #ffffff;
	text-decoration:none;
	}	
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../img/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
        min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
        vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:28px;
	left:0;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	/*cursor:pointer;*/
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}


#menuh a {height:27px;}

ul.studioTechnik, ul.studioTechnik li {
	width:125px;
}

ul.studioTechnik li {
	border-right:1px solid #fff;
	height:27px;
}

ul.studioTechnik li ul li {
	border-right:0px solid #fff;
	height:auto;
}

#menuh ul.studioTechnik ul a:link, #menuh ul.studioTechnik ul a:visited, #menuh ul.studioTechnik ul a:active{
	background-color:#2c5c9e;
	padding:0 0 0 9px;
	border-bottom:1px solid #2c5c9e;
	border-left:1px solid #2c5c9e;
	border-right:1px solid #2c5c9e;
	height:auto;
}

#menuh ul.studioTechnik ul a:hover{
 	color:#2c5c9e;
	background:#ffffff;
	padding:0 0 0 9px;
	border-bottom:1px solid #2c5c9e;
	border-left:1px solid #2c5c9e;
	border-right:1px solid #2c5c9e;
}

#menuh ul.studioTechnik a.parent:hover{
	background-image: url(../img/nav_blue_1.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.produktionServices, ul.produktionServices li {
	width:146px;
}

ul.produktionServices li {
	border-right:1px solid #fff;
	height:27px;
}

ul.produktionServices li ul li {
	border-right:0px solid #fff;
	height:auto;
}

#menuh ul.produktionServices ul a:link, #menuh ul.produktionServices ul a:visited, #menuh ul.produktionServices ul a:active{
	background-color:#567db1;
	padding:0 0 0 9px;
	border-bottom:1px solid #567db1;
	border-left:1px solid #567db1;
	border-right:1px solid #567db1;
	height:auto;
}

#menuh ul.produktionServices ul a:hover{
 	color:#567db1;
	background:#ffffff;
	padding:0 0 0 9px;
	border-bottom:1px solid #567db1;
	border-left:1px solid #567db1;
	border-right:1px solid #567db1;
}

#menuh ul.produktionServices a.parent:hover{
	background-image: url(../img/nav_blue_2.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.formateInhalte, ul.formateInhalte li {
	width:155px;
}


ul.formateInhalte li {
	border-right:1px solid #fff;
	height:27px;
}

ul.formateInhalte li ul li {
	border-right:0px solid #fff;
	height:auto;
}

#menuh ul.formateInhalte ul a:link, #menuh ul.formateInhalte ul a:visited, #menuh ul.formateInhalte ul a:active{
	background-color:#809dc5;
	padding:0 0 0 9px;
	border-bottom:1px solid #809dc5;
	border-left:1px solid #809dc5;
	border-right:1px solid #809dc5;
	height:auto;
}

#menuh ul.formateInhalte ul a:hover{
 	color:#809dc5;
	background:#ffffff;
	padding:0 0 0 9px;
	border-bottom:1px solid #809dc5;
	border-left:1px solid #809dc5;
	border-right:1px solid #809dc5;
	height:auto;
}

#menuh ul.formateInhalte a.parent:hover{
	background-image: url(../img/nav_blue_3.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.unternehmenKontakt, ul.unternehmenKontakt li {
	width:155px;
}


ul.unternehmenKontakt li {
	border-right:1px solid #fff;
	height:27px;
}

ul.unternehmenKontakt li ul li {
	border-right:0px solid #fff;
	height:auto;
}

#menuh ul.unternehmenKontakt ul a:link, #menuh ul.unternehmenKontakt ul a:visited, #menuh ul.unternehmenKontakt ul a:active{
	background-color:#95ADCE;
	padding:0 0 0 9px;
	border-bottom:1px solid #95ADCE;
	border-left:1px solid #95ADCE;
	border-right:1px solid #95ADCE;
	height:auto;
}

#menuh ul.unternehmenKontakt ul a:hover{
 	color:#95ADCE;
	background:#ffffff;
	padding:0 0 0 9px;
	border-bottom:1px solid #95ADCE;
	border-left:1px solid #95ADCE;
	border-right:1px solid #95ADCE;
}

#menuh ul.unternehmenKontakt a.parent:hover{
	background-image: url(../img/nav_blue_4.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/* End CSS Drop Down Menu */


/***************************
 *    Footernav
 ***************************/

ul#secondaryNavList {
	margin-left:45px;	
	float:left;
}

ul#secondaryNavList li {
	display:inline;	
}

ul#secondaryNavList li a {
	color:#FFFFFF;
	text-decoration:none;
	margin-right:20px;
	line-height:26px;
	font-size:11px;	
}



/***************************
 *    Sitemap EXT
 ***************************/
.tx-flseositemap-pi1 ul li a {
	font-size:14px;
	font-weight:bold;
}

.tx-flseositemap-pi1 ul li ul li a {
	font-size:11px;
	font-weight:normal;
}

.tx-flseositemap-pi1 li {
	list-style-position:outside;
	list-style-type:none;
}

.tx-flseositemap-pi1 li ul li {
	list-style-position:outside;


	list-style-type:disc;
}

.tx-flseositemap-pi1 li ul li ul li {
	list-style-position:outside;
	list-style-type:circle;
}



/***************************
 *    Suchformular
 ***************************/
table.csc-searchform tbody tr td {
	padding:5px;
}

td.csc-form-fieldcell input, td.csc-form-fieldcell select {
	border:1px solid #a1a1a1;
}

#leftCol table.csc-searchform p.csc-form-label {
	margin-bottom:0;
}

td.csc-form-fieldcell input {
	cursor:normal;
}

h3.csc-searchResultHeader {
	font-size:12px;
}

h3.csc-noSearchResultMsg {
	font-size:12px;
}


/***************************
 *    Shop Mailform
 ***************************/
#shop_form, #karriere_form {
	font-size:11px;
}

#karriere_form {
	width:480px;
}

#shop_form input, #karriere_form input, #shop_form select, #karriere_form select {
	font-size:11px;
}

#shop_form label, #karriere_form label{
	display:block;
	width:120px;
	float:left;
}


#shop_form label#agbLabel {
	width:auto;
}

#shop_form select#produkte {
	width:320px;
}

#shop_form select#anrede, #karriere_form select#anrede {
	width:55px;
}

#shop_form select.anzahl {
	width:45px;
}

#shop_form textarea, #karriere_form textarea {
	width:316px;
	font-size:11px;
}

.mailformplus_error {
	color:#CC0000;
	margin-bottom:10px;
}

.shopBild {
	float:left;
	height:85px;
	width:85px;
	margin-right:5px;
}

.shopFieldWrap {
	padding:2px 0 2px 0;
}

.shopFieldWrap p {
	margin-bottom:0px !important;
}


div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin-bottom:0px;
	padding-bottom:17px;
}

/***************************
 *    Sitemap
 ***************************/

ul.sitemap li a {
	font-size:11px;
	font-weight:normal;
}

li.sitemapFirstLevel, li.sitemapFirstLevelLink {
	font-size:14px;
	font-weight:bold;
	list-style-position:outside;
	list-style-type:none;
}

li.sitemapFirstLevelLink {
	color:#2C5C9E;
}


/***************************
 *    EXT rgaccordion
 ***************************/ 
/* Toggle default */
h3.rgaccord1-toggle {
  	font-weight:bold;
  	color:#edf2f7; /*475425*/
  	line-height: 26px;
  	height: 23px;
  	background: #2C5C9E url(../img/plus.gif) 5px center no-repeat; /*acc95f*/
 	border-top:1px solid #eee;
 	padding:2px 0 2px 25px;
  	margin-right:32px;
  	cursor:pointer;
  	width:465px;
  	font-size:14px;	
}

/* Toggle act item */
h3.act {
  	color:#edf2f7;
  	background:#6899ce url(../img/minus.gif) 5px center no-repeat;
  	font-size:14px;	
}

/* the content */
div.rgaccord1-content {
  	width:470px;
  	border-left:0px solid #ccc;
 	border-right:0px solid #ccc;
  	padding:5px 0 5px 7px;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  	margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
	display:none;
}


#footerzeile {
	color:#4a4a4a;
	font-size:9px;
	text-align:center;
}

#language {
	left:775px;
	top:0px;
	position:absolute;
}

#language a{
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	line-height:27px;
	text-decoration:none;
	font-weight:bold;
}

