/**
 * CSS styles for Contenido sample client.
 * 
 * @author Rudi Bieller
 * @copyright four for business AG <www.4fb.de>
 * @version 1.0.0
 * 
 * created 2008-03-04
 */

/* ----------------- general html structure */
html, body, div, p, td, a {
	font-family: Verdana, Arial, sans-serif;
	color:#fff;
}

input, textarea, select {
color:#000;
}

html, body {
	margin:0;
	padding:0;
	/*overflow:auto;*/
}
html {
	background-color:#D47800;
	background-image:url('../images/main_bg.jpg');
	background-repeat:repeat-x;
	height:100%;
}
body {

	height:100%;
}
form {
	margin:0;
	padding:0;
}

textarea {
	width:418px;
	height:85px;
}

img {
	border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
margin:0;
margin-left:10px;
	height:295px;
	width:810px;
}

#headBody {
height:295px;
width:810px;
padding:0;

}

#headNavi {
margin-top:-17px;
}

#headNavi #nav_bg_links {
background-image:url('../images/nav_bg_links.jpg');
background-repeat:no-repeat;
width:6px;
height:22px;
float:left;
}

#headNavi #nav_bg_mitte {
background-image:url('../images/nav_bg_mitte.jpg');
background-repeat:repeat-x;
height:22px;
float:left;
padding:5px 5px 0px 5px;
}

#headNavi #nav_bg_mitte a {
display:block;
font-size:12px;
font-weight:bold;
color:#000;
text-decoration:none;
}

#headNavi #nav_bg_mitte a:hover {
display:block;
font-size:12px;
font-weight:bold;
color:#D47800;
text-decoration:none;
}

#headNavi #nav_bg_mitte a.active {
display:block;
font-size:12px;
font-weight:bold;
color:#D47800;
text-decoration:none;
}

#headNavi #nav_bg_rechts {
background-image:url('../images/nav_bg_rechts.jpg');
background-repeat:no-repeat;
width:6px;
height:22px;
float:left;
}

#headNavi #abstand_klein{
width:5px;
height:22px;
float:left;
}

#headNavi #abstand_gross{
width:30px;
height:22px;
float:left;
}

#head a#logoTop {
	display:block;
	float:left;
	padding:0;
	margin:0;
}

#head h1 {
font-size:40px;
	display:block;
	width:308px;
	height:50px;
	padding-top:50px;
	padding-bottom:15px;
	font-weight:strong;
	color:#000;
}
#head p {
font-size:14px;
line-height:1.4;
	padding:0
	margin:0;
	width:400px;
	font-weight:strong;
	color:#000;
}

#headBody p.weiter {
font-size:12px;
margin-top:-15px;
margin-left:250px;
	font-weight:bold;
	color:#000;
}

#headBody p.weiter a {
	color:#000;
	text-decoration:none;
}

#head h1, #head a#logoTop {
	margin:0;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {

	width:820px;
	min-height:90%;
		margin:auto;
	padding:auto;
}
* html #outerContainer {
	height:90%;
}
#contentContainer-3sp {
	background-image:url('../images/content_bg-3sp.png');
	background-repeat:repeat-y;
	width:820px;
	min-height:300px;
}

#contentContainer-leistungen {
	background-image:url('../images/content_bg-leistungen.png');
	background-repeat:repeat-y;
	width:820px;
		min-height:300px;
}

#contentContainer-konzeption {
	background-image:url('../images/content_bg-konzeption.png');
	background-repeat:repeat-y;
	width:820px;
		min-height:300px;
}

#contentContainer-2sp {
	background-image:url('../images/content_bg-2sp.png');
	background-repeat:repeat-y;
	width:820px;
	min-height:300px;
}

#contentContainer-2sp, #contentContainer-3sp, #contentContainer-leistungen, #contentContainer-konzeption {
	margin:5px 0 0 0;
	padding:0;
	background-color:none;
}

#outerContainer #contentContainer-2sp #content, #outerContainer #contentContainer-3sp #content, #outerContainer #contentContainer-leistungen #content, #outerContainer #contentContainer-konzeption #content {
	padding-top:10px;

}

#contentContainer-2sp #content, #contentContainer-3sp #content, #contentContainer-leistungen #content, #contentContainer-konzeption #content {
	width:800px;
	padding:0 10px;
	margin:0;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
	width:230px;
	margin:0;
	padding:0;
	/*background-color:#F2F2F2;*/
	background-color:transparent;
}
#navigation ul li {
	width:220px;
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
}
#navigation ul li a {
	display:block;
	width:220px;
	height:19px;
	line-height:19px;
	margin:0;
	padding:0 0 0 10px;
	font-size:11px;
	color:#666;
	background-image:url(../images/navi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:210px 3px;
	border-bottom:1px solid #ccc;
	text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
	background-image:url(../images/navi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#fff;
}

/* Level 2 */
#navigation ul.subNavigation {
	width:210px;
	margin:0;
	padding:0;
}
#navigation ul.subNavigation li a {
	background-image:url(../images/subnavi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:199px 8px;
	border-bottom:1px dotted #ccc;
	color:#666;
	width:210px;
}
#navigation ul.subNavigation li.active a {
	color:#fff;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
	background-image:url(../images/subnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* Level 3 */
#navigation ul.subSubNavigation {
	width:200px;
	margin:0;
	padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
	background-image:none;
	border-bottom:0;
	color:#666;
	width:200px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
	background-image:url(../images/subsubnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
	margin:20px 0 0 20px;
	font-size:11px;
	background-color:transparent;
}
#search label {
	font-size:11px;
	display:block;
	float:left;
	width:42px;
	padding:2px 0 0 0;
}
#search input {
	border:1px solid #ccc;
	width:140px;
	height:12px;
	font-size:10px;
}
#search input.sbmt {
	border:0;
	width:5px;
	height:8px;
	margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
	margin:0 0 10px 0;
}
#searchResults p.message {
	margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
	color:#0060b1;
	font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
	font-size:14px;
	line-height:1.4;
}
#content h1, #content h2 {
	margin:15px 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	color:#fff;
}





#content #contentLinks-3sp{
width:420px;
padding: 0px 10px 0px 10px;
float:left;
}

#content #contentRechts-3sp{
	color:#000;
width:340px;
padding: 35px 10px 0px 10px;
float:right;
}

#content #contentLinks-konzeption{
width:170px;
padding: 0px 10px 0px 10px;
float:left;
}

#content #contentMitte-konzeption{
	color:#000;
width:590px;
padding: 0px 10px 0px 10px;
float:left;
}

#content #contentLinks-leistungen{
width:170px;
padding: 0px 10px 0px 10px;
float:left;
}

#content #contentMitte-leistungen{
	color:#000;
width:400px;
padding: 0px 10px 0px 10px;
float:left;
}

#content #contentRechts-leistungen{
	color:#000;
width:170px;
padding: 10px 10px 0px 10px;
float:right;
}

#content #contentLinks-2sp{
width:514px;
padding: 0px 10px 0px 10px;
float:left;
}

#content #contentRechts-2sp{
	color:#000;
width:246px;
padding: 0px 10px 0px 10px;
float:right;
}

#content #contentRechts-2sp #headline {
margin-bottom:10px;
font-style:italic;
}
#content #contentRechts-2sp #text {
font-style:italic;
font-weight:bold;
}

#content h1 {
	line-height:22px;
}
#content h1 a {
	color:#000;
	text-decoration:none;
}
#content h2 {
	font-style:italic;
	font-size:11px;
}

img.hr {
	display:block;
	margin:10px 0;
	padding:0;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
	color:#333;
	font-size:11px;
}
#teasersRight .teaserItem h3 {
	color:#0060b1;
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:normal;
}

#teasersRight .teaserItem a.more {
	display:block;
	width:230px;
	margin:10px 0;
	padding:0 0 0 15px;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
	width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
	width:820px;
	height:104px;
	font-size:11px;
	background-color:#D47800;
	overflow:hidden;
	padding-top:5px;
}


#footerBackgroundBack
{
position:absolute;
margin-left:10px;
margin-top:5px;
width:800px;
	height:130px;
	z-index:30;
	background-color:#fff;
	opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;
}
#footerBackground
{
	background-image:url('../images/footer_strich.png');
	background-repeat:no-repeat;
position:absolute;
margin-left:10px;
width:800px;
	height:130px;
	z-index:40;
}

#footerContainer {

	background-image:url('../images/content_bg-1sp.png');
	background-repeat:repeat-y;
	margin-top:5px;
	padding:10px 10px 10px 10px;
	position:absolute;
	width:800px;
		height:110px;
		z-index:50;

}

#footer #footerContentContainer {
	float:left;
	width:800px;
	height:104px;
}
#footerContentLeft, #footerContentRight {
	float:left;
	color:#000;
}
#footerContentLeft {
	width:514px;
	padding:0 10px 0 10px;
	font-size:12px;
	color:#fff;
}
* html #footerContentLeft {
	margin-left:15px; /* hae? */
}
#footerContentRight {
	width:246px;
	padding:0 10px 0 10px;
	font-size:11px;
	height:104px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
* html #footerContentRight {
	padding-top:10px;

}

#footerContentRight h3 {
	font-size:11px;
}


#footerContentRight label {
	display:block;
	width:60px;
	float:left;
	margin:0 0 4px 0;
}

ul#metaNavigation {
	margin:0 0 20px 0;
	padding:0;
	color:#fff;
}
ul#metaNavigation li {
	margin:0;
	padding:0 5px 0 3px;
	display:inline;
	border-right:1px solid #fff;
}

ul#metaNavigation li a {
color:#fff;
text-decoration:none;
font-weight:bold;
}

ul#metaNavigation li a:hover {
color:#fff;
text-decoration:underline;
font-weight:bold;
}

#logoutText {
	position:relative;
	height:70px;
}
#logoutText a {
	position:absolute;
	right:10px;
	bottom:10px;
	text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#content a {
	color:#fff;
	text-decoration:none;
	/*background-image:url('../images/link_white.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:12px;*/
	font-weight:bold;
}

#content #KundenNavi a, #content #ProjekteNavi a, #content #LeistungenNavi a {
	color:#fff;
	text-decoration:none;
	background-image:none;
	font-weight:bold;
	padding-right:0;
}

#content #KundenNavi .active a, #content #ProjekteNavi .active a, #content #LeistungenNavi .active a {
	color:#000;
}

#content a:hover {
	text-decoration:underline;
}

#content #KundenNavi a:hover, #content #ProjekteNavi a:hover, #content #LeistungenNavi a:hover {
	color:#000;
}


/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:12px;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label.lang {
	display:block;
	float:left;
	width:170px;
}
#contactForm div.label_kurz {
	display:block;
	float:left;
	width:170px;
}
#contactForm label.kurz {

}
#contactForm .contactRow input {
	border:1px solid #000;
	color:#000;
}

#contactForm .contactRow input.lang {
	width:339px;
}

#contactForm .contactRow input.kurz{
	width:166px;
}

#contactForm .contactRow textarea {
	font-size:12px;
width:339px;
border:1px solid #000;
color:#000;
}

#contactForm .contactRow select {
	border:1px solid #ccc;
	width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;
		font-size:12px;
}

#contactForm .contactRow input {
	height:15px;
	border:1px solid #000;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 0px;
	width:250px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:200px;
	padding-right:5px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft a, #contactFormSubmit #contactFormSubmitRight a {
	background-image:none;
	padding:0;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}


/* ###################################################### */
/* ##################### NEWSLETTER FORM ################ */
/* ###################################################### */
#newsletterForm {
	font-size:11px;
	padding-top:5px;

}
#newsletterForm .newsletterRow {
	margin-bottom:4px;
}
#newsletterForm .newsletterRow input, #newsletterForm .newsletterRow textarea {
	border:1px solid #000;
	width:241px;
	color:#000;
	padding-left:5px;
}
#newsletterForm .newsletterRow select {
	border:1px solid #000;
		color:#000;

}
* html #newsletterForm .newsletterRow input, * html #newsletterForm .newsletterRow textarea {
	width:243px;
}

#newsletterForm .newsletterRow input {
	height:16px;
}

#newsletterForm .newsletterRow textarea {
	height:105px;
	font-size:10px;
}

#newsletterForm .newsletterRow #newsletterFormHtml {
width:83px;
float:left;
}

#newsletterFormSubmit {
	float:right;
	padding:10 0 0 0px;
	width:160px;
	text-align:right;
}
* html #newsletterFormSubmit  {

}

#newsletterFormSubmit a {
color:#fff;
}


/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
	position:absolute;
	top:60px;
	left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
	margin: 20px 10px 0px 0px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	/*font-size: 0.6875em;*/	
}

table.gallery tr.thumbnails td {
	padding: 0;
}

table.gallery dd {
}

div.download {
	padding: 3px 0 3px 10px;
	background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

	padding: 0;
	margin-top:10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
	margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
	text-align: left;
	padding: 0;
}


td.gallery_image{
	height: 220px;
	padding:0px;
	
}
td.gallery_image div.link_image{
	padding:0;  
	background-position:top center; 
	min-height:120px; 
	height:120px; 
	margin-bottom:5px; 
	overflow:hidden;
}
td.gallery_image .bottom_links{
	 height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
	margin-bottom: 0px; 
	text-align:left; 
	width:180px; 
}
td.gallery_image .links{
	margin-bottom: 0px;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

/* ###################################################### */
/* ################### NAVI REFERENZEN ################## */
/* ###################################################### */

#ProjekteHead {
width:150px;
float:right;
}

#KundenHead {
width:250px;
}

#ProjekteNavi {
position:absolute;
top:0px;
left:270px;
width:150px;
float:right;

}

#KundenNavi {
width:250px;
}

#KundenNaviOuter {
position:relative;
width:420px;
}

#LeistungenNavi {
width:170px;
}

#LeistungenNaviOuter {
width:170px;
}

.hidden {
display:none;
}

table.auflistung td {
border-top:1px solid #fff;
height:25px;
padding: 3px 0 3px 0;
}
 #ArtikelListe {
margin-bottom:10px;
 }

 #ArtikelListeReferenzen{
margin-bottom:0px;
margin-top:15px;
border-top:1px solid #fff;
 }

#ArtikelListeReferenzen #headline {
margin-bottom:0px;
font-style:italic;
}

 h2.referenzen a {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

div.trenner {
margin-top:10px;
border-top:1px solid #fff;
}
 #print_logo{
display:none;
 }


#cms_teaser_1 {
color:#000;
 }

ul.kundenfakten {
color:#fff;
margin-left:-20px;
}
ul.kundenfakten li {
padding-top:5px;
padding-bottom:5px;
}

div.auflistung {
padding-top:10px;
border-top:1px solid #fff;
}

div.auflistung2 {
padding-top:10px;
border-bottom:1px solid #fff;
}

.textItem .ueber {
padding-bottom:10px;
}

.textItem .unter {
padding-top:10px;
padding-bottom:10px;
}

div.teaserabschluss a {

font-size:8pt;
}

div.teaserabschluss {
margin-top:5px;

}

#stopper {
position:absolute;
width: 325px;
height: 175px;
right:0px;
top:0px;
}