/* -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg    
   http://www.gebharduhl.de   Copyright (c) 2009 GEBHARD|UHL
   -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
*/
/*----------------General Rules-------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#ed1c24;
	text-decoration: underline;
}
a:hover {
	color:#ed1c24;
	text-decoration: none;
}
.alt {
	display: none;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
/*----------------General Rules-------------*/
/*----------------General Layout-------------*/
html {
	
}
body {
	background: url(../images/body_bg.gif) top right no-repeat;
	color:#000000;
	font-family: "Arial", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	width:100%;
}
#id_home0 {
	background: url(../images/body_bg.gif) top right no-repeat;
}
#wrapper {
	background: url(../images/wrapper_bg.gif) top left repeat-x;	
	width:940px;
	text-align: left;
	height:100%;
}
#id_home0 #wrapper {
	background: url(../images/wrapper_bg.gif) top left repeat-x;
}
/*----------------General Layout-------------*/
/*----------------Header-------------*/
#header {
	display:block;
	height:65px;
	background: transparent url(../images/header.gif) top left no-repeat;
}
#header h1 {
	width: 0;
	height: 0;
}
#header h1 a{
	display:block;
	width:450px;
	height:60px;
	margin-left:15px;
	padding-top:20px;
}
* html #header h1 a{
	height:43px;
}
/*----------------Header-------------*/
#flashShow {
	display:block;
	height:110px;
	margin-left:15px;
}

#links {
	position:absolute;
	left:872px;
	top:145px;
	background: url(../images/links.png) top left no-repeat;
	width:70px;
	height:33px;
}
#youtube {
	display: block;
	width:32px;
	height:32px;
	float:left;	
}
#facebook{
	display: block;
	width:32px;
	height:32px;
	float:left;
	margin-left:5px;
}
/*----------------Main navigation (general)-------------*/
#mainNav { 
	line-height:normal; 
	margin-left:15px;
	margin-top:7px;
}
#mainNav ul {
	list-style:none;
}
#mainNav ul li{
	float:left;
	
}
#mainNav ul li.first{
	margin-left:0px;
}
#mainNav ul li.last {
	width:150px !important;
	background-color: #fb382a !important;
	border-left: 258px solid #000000 !important;
}
#mainNav .archiv { height: 30px; line-height: 3; }
#mainNav .archiv a {
font-style: italic; color: white; text-decoration: none; font-size: 80%;
}
#mainNav ul li.last a{
	background-position:0 -66px !important;
}
#mainNav ul li a{
	display: block;
	height:24px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
#mainNav ul li a:hover{
	background-position:0 -66px;
	background-color: #fb382a;
}

/* archiv Link */
span.archivLink { 
	background-color: #fb382a !important;
	display: block; 
	font-style: italic; 
	padding-top: 10px; 
	text-transform: uppercase;
	}
span.archivLink a { color: white; text-decoration: none; }

#subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:0;
	text-indent:-9999px;
	display: block;
	height:23px;
	width:250px !important;
	background-color: #000000;
}
#subMenusContainer a, #mainNavli li a{
	text-align:left;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused,#subMenusContainer li.active a{
	background-position:0 -66px;
	background-color: #fb382a;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
}
/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
}
/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
}
/* ----[ OLs ULs, LIs, and DIVs ]----*/
/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding-bottom:10px;
	margin:0 0 0 0;
	width:250px;

}


/* All ULs and OLs */
#mainNav, #mainNav ul, #mainNav ol, #subMenusContainer ul, #subMenusContainer ol { 
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#mainNav ol, #mainNav ul, #subMenusContainer ul, #subMenusContainer ol {	
}
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#mainNav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}			
#subMenusContainer ul {
	padding:5px 0 10px 0;
}
#subMenusContainer li{
	list-style: none;
}
#subMenusContainer li a{
	color:#fff;
	padding:0;
	margin-bottom: -5px;
}
*> #subMenusContainer li a{
	margin-bottom: 5px;
}
#subMenusContainer{	
	display:block; 	
	position:absolute;	
	top:0;	
	left:0;	
	width:100%;	
	height:0;	
	overflow:visible;	
	z-index:1000000000; 
}


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#mainNav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}



/*----------------Main navigation (general)-------------*/
/*----------------Sub navigation (general)-------------*/
#subNav {
	margin-bottom: 45px;
	clear: both;
	float:left;
	display: block;
	width:230px;
}
#subNav ul {
	list-style:none;
}
#subNav ul li{
	padding-left:0 !important;
}
#subNav ul li.last{
	background: none;
}
#subNav ul li a{
	display: block;
	height:30px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#subNav ul li a:hover{
	background-position:0 -37px;
}
#subNav ul li.active a {
	background-position:0 -37px;
}
/*----------------Sub navigation (general)-------------*/
/*----------------Sub navigation (kunden)-------------*/
#subNavKunden {
	clear: both;
	width:640px;
	margin-bottom:25px;
}
#subNavKunden ul {
	list-style:none;
	margin-bottom:0 !important;
}
#subNavKunden ul li{
	float:left;
	padding-left:0 !important;
}
#subNavKunden ul li.last{
	background: none;
}
#subNavKunden ul li a{
	display: block;
	height:30px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#subNavKunden ul li a:hover{
	background-position:0 -37px;
}
#subNavKunden ul li.active a {
	background-position:0 -37px;
}
/*----------------Content-------------*/
/*---Links---*/

/*---Links---*/
/*---Content Section---*/
#contentContainer {
	padding:0 0 0 15px;
	clear: both;
}
#contentContainer { /* f?r alle */
	height: 300px;
}
html>body #contentContainer { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 300px;
}

#contentContainer strong,
#contentContainer em { color: #ed1c24; }

#where {
	margin-top:5px;
	margin-bottom:22px;
}

#id_news2 #where {
	position:absolute;
}

#where h3{
	/*width:150px !important;*/
	overflow: hidden;
}

/* einzelne Seiten */
/*
#id_kunden #where { margin-left: 95px; }
#id_jobs #where { margin-left: 183px; }
#id_kontakt2 #where { margin-left: 245px; }
#id_prinzip #where { margin-left: 337px; }
#id_arbeiten #where { margin-left: 421px; }
#id_anfahrt #where { margin-left: 520px; }
#id_koepfe #where {  } */

#contentLeft {
	display:block;
	overflow: hidden;
}
#id_news2 #contentLeft {
	margin-top:10px;
}

#id_kunden #contentLeft {
	clear: both;
	margin-left:80px;
}
#id_home0 #contentLeft {
	width:640px;
	float:left;
	padding-top:80px;
}
#leftContainer {
	display:block;
	float:left;
	width:690px;
	overflow: hidden;
}
#contentRight {
	display:block;
	width:195px;
	overflow: hidden;
	position: relative;
	right:0;
	
}
#contentNews {
	width:197px;
	display:block;
	float:right;
	overflow: hidden;
	position: relative;
	right:0;
	top:-49px;
}
#id_news2 #contentNews{
	top:2px;
}
#id_home0 #contentNews {

	top:0px;
}
#contentContainer h2{
	color:#000;
	font-size:18px;
	margin-bottom:1px;
	text-transform: uppercase;
	font-weight:normal;
	display:block;
	overflow: hidden;
}
#contentContainer #contentNews h2{
	color:#000;
	font-size:16px;
	text-transform: uppercase;
	font-weight:normal;
	margin-bottom:0px;
}
.cl_1 #contentContainer #contentLeft h2 {
	margin-top:65px;
}
#contentContainer h3{
	color:#ffffff;
	font-size:14px;
	margin-bottom:20px;
	background-color:#fb382a;
	display:block;
	height:23px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left:7px;
	width:173px;
	overflow: hidden;
}
#contentContainer p{
	font-size:11px;
	line-height:1.4;
	margin-bottom:20px;
	font-weight: normal;
	color:#333;
}
#contentContainer ul{
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
	font-weight: bold;
	color:#333;
}
#contentContainer ul li{
	padding-left: 12px;
	background: url(../images/bullet.gif) top left no-repeat;
}
#contentContainer #content hr{
	border:0;
	height:1px;
	background:transparent url(/images/dottedLine2.gif) repeat-x scroll left top;
	margin-bottom:20px;
}
#contentContainer #contentLeft img{

}

/* bildabstand */
#contentLeft img,
#contentLeft .myGallery { margin: 15px 10px 0 0; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
.important { color:#ed1c24; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }



/*---Content Section---*/
/*----------------Content-------------*/


/*----------------Footer-------------*/
#footer {
	clear: both;
	padding-bottom:35px;
	text-align: left;
	height:100%;
	line-height:18px;
	margin-left:25px;
	margin-top: 20px;
	font-size:11px;
	height:50px;
	background: transparent url(../images/footerBg.gif) top left no-repeat;
}
#footer p {
	padding-top:25px;
	padding-left:50px;
}
#footer a{
	text-decoration: none;
	color:#000;
}
#footer a:hover{
	text-decoration: none;
	color:#fb3729;
}

#footer ul, #footer ul li {
  list-style: none;  
  display: inline;
}

#footer ul li {
  padding-left: 13px;
  background: url(/images/button_yellow.gif);
  background-position: 5px 6px;
  background-repeat: no-repeat;
}


/*----------------Footer-------------*/
/*----------------tt_news-------------*/
#contentNews h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.news-latest-container{
	margin-top:5px;
	margin-left: 0px;
}
.news-latest-item img {
	background-color: #fb382a;
}

/* news-list */
.news-list-container {
	margin-top:-20px;
}
.newsList { clear:both; margin-bottom: 22px}
.news-list-images { float: left; width: 255px; display: block; background-color: #ffffff;display:block;min-height:170px; }
.news-list-images img {margin-top:0 !important;}
.newsListWrapper { float:right; width: 365px;}
.news-list-subheader{ margin-bottom:10px !important}
.news-list-readon { text-transform: uppercase; font-style: italic; font-size:11px; }
.news-list-readon a { text-decoration: none; }
.news-list-date { font-weight: bold;margin-top:5px}
.news-list-browse {margin-left:275px}

#newsBack {
	position:absolute;
	top:215px;
	left:190px;
}
/*
#contentLeft p.news-single-subheader { font-weight: bold; }
*/

.news-single-img br,
.news-single-imgcaption { display: none; }
.news-single-img .spacer-gif { display: none; }

#contentContainer .news-single-item p.news-single-subheader {
	margin-bottom:0px !important;
} 

#contentContainer .news-single-item h2 {
	margin-bottom:5px !important;
}
#contentContainer .news-single-video {
	margin-top:10px !important;
	margin-bottom:10px !important;	
} 

/*----------------tt_news-------------*/

/*----------------kundenstimmen-------------*/
div.kundenStimme {
	width:185px;
	float:left;
	margin-right:20px;
}

div.indent177 {
	margin-left:177px;
}

/*----------------kundenstimmen-------------*/

/*----------------kontaktformular-------------*/
div.tx-powermail-pi1 {
	margin-top:15px;
	font-family: Verdana, Arial, sans-serif;
}
div.tx-powermail-pi1 fieldset{
	border:0;
}

div.tx-powermail-pi1 legend{
	display:none;
}

div.tx-powermail-pi1 label {
	clear:both;
	float:left;
	display: block;
	width:170px;
	background-color:#fb382a;
	color:#fff; 
	height:17px;
	line-height:17px;
	margin-bottom:10px;
	padding:3px 5px 3px 5px;
	text-transform: uppercase;
	font-size: 120%;
}
div.tx-powermail-pi1 input {
	float:right;
	width:260px;
	background-color:#000;
	color:#fff;
	border:0;
	height:17px;
	line-height:17px;
	margin-bottom:10px;
	padding:3px 5px 3px 5px;
}
div.tx-powermail-pi1 textarea {
	float:right;
	display: block;
	width:260px;
	background-color:#000;
	color:#fff;
	border:0;
	margin-bottom:10px;
	height:85px;
	padding:3px 5px 3px 5px;
	font-family: "Arial", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}
div.tx-powermail-pi1 #powermaildiv_uid7 {
	display: block;
	clear: both;
}
div.tx-powermail-pi1 #powermaildiv_uid7 p{
	float:left;
	display: block;
	width:177px;
}
div.tx-powermail-pi1 #powermaildiv_uid7 p{
	float:left;
	display: block;
	width:177px;
	line-height:normal;
}
div.tx-powermail-pi1 #powermaildiv_uid7 label{
	display: none;
}
#check_uid7_0 {
	width:23px;
	height:23px;
	float:left;
	margin-left:16px;
}
div.tx-powermail-pi1 .powermail_submit_uid8 {
	clear: both;
	width:270px;
	width:auto;
	background-color:#fb382a;
	color:#fff;
	float:left;
	text-transform: uppercase;
	margin-left:190px;
	font-size:16px;
	height: auto;
}

/*----------------kundenstimmen-------------*/

/*----------------kundenbefragung-------------*/
#frmPbSurvey fieldset{
	width:340px;
	display: block;
	float: left;
	border: none;
}

#frmPbSurvey legend{
	display: block;
	width:180px;
	background-color: #000;
	color:#fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size:14px;
	padding:3px 10px;
	margin-bottom:10px;
	margin-left:20px;
}
.tx-pbsurvey-pi1 .required {
	display:none;
}
#frmPbSurvey fieldset input {
	margin-right:10px;
	margin-bottom:10px;
	display: block;
	float:left;
	clear: both;
	margin-top: 9px;
}
#contentContainer #frmPbSurvey fieldset p{
	margin:0;
	display: block;
	float: left;
	width:200px;
	background-color: #e62e21;
	color:#fff;
	padding-left:10px;
	height:23px;
	margin-top:6px;
	line-height: 23px;
	font-size:12px;
}
div.formbuttons {
	clear: both;
}
div.formbuttons input{
	background-color: #e62e21;
	border:none;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	font-weight:normal;
	margin-left:20px;
	padding: 3px;
}
fieldset.clientname textarea{
	height:23px;
	line-height: 23px;
	width:240px;
	color:#fff;
	background-color:#e62e21;
	border:0;
	margin-top:9px;
}
.tx-ncpbsurveyfesimplestats-pi1 thead h4 {
	background-color:#000;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	padding:3px 0 3px 8px;
	text-transform: uppercase;
}
.tx-ncpbsurveyfesimplestats-pi1 table {
	float:left;
	width:320px;
	margin-right:20px;
	margin-bottom:30px;
}
.tx-ncpbsurveyfesimplestats-pi1 table td{
	padding-left:8px;
	padding-bottom:2px;
}
.tx-ncpbsurveyfesimplestats-pi1 thead td {
	padding-left:0;
}
.tx-ncpbsurveyfesimplestats-pi1 .barcontainer {
	background-color:#FFFFFF;
	border:0;
	height:22px;
	position:relative;
	width:150px;
	z-index:6;
}
.tx-ncpbsurveyfesimplestats-pi1 .bar {
	background-color:#e62e21;
	height:22px;
	left:0;
	position:absolute;
	z-index:4;
}
/*----------------kundenbefragung-------------*/


/*----------------content typography-------------------*/
#contentLeft h1 {
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
}


/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color:#ed1c24; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

p.important {color:#ed1c24 !important;}

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }

/* arbeiten Ùberschirften */
#id_arbeiten #contentContainer h1,
#id_arbeiten #contentContainer h2,
 {
	margin-bottom: 15px;
	clear: none;
}
#id_arbeiten #contentContainer #contentLeft div { margin-bottom: 10px; }