/**
 * 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, input, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	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;
width:80%;
margin-left:10px;
	width:810px;
}

#headBody {
margin-right:0px;

}

#headNavi {
display:none;
}

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

#head h1 {
font-size:40px;
	display:block;
	width:308px;
	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;
}

#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;
}

/* ###################################################### */
/* ####################### 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:#000;
}

#content #contentLinks-3sp{
display:none;
}

#content #contentRechts-3sp{
display:none;
}

#content #contentLinks-konzeption{
display:none;
}

#content #contentMitte-konzeption{
	color:#000;
width:80%;
padding: 0px 10px 0px 10px;
}

#content #contentLinks-leistungen{
display:none;
}

#content #contentMitte-leistungen{
	color:#000;
width:80%;
padding: 0px 10px 0px 10px;
}

#content #contentLinks-2sp{
width:80%;
padding: 0px 10px 0px 10px;

}

#content #contentRechts-2sp, #content #contentRechts-leistungen{
	color:#000;
width:80%;
margin: 30px 10px 10px 10px;
border-top:1px solid #000;
border-bottom:1px solid #000;

}

#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:100%;
	font-size:11px;
	overflow:hidden;
}

#footerContainer {
	margin-top:5px;
	padding:0px 10px 10px 10px;
	position:absolute;
}

#footer #footerContentContainer {
	float:left;

}
#footerContentLeft {
	float:left;
	color:#000;
}
#footerContentRight {
display:none;
}

#footerContentLeft {

	padding:0 10px 0 10px;
	font-size:12px;
	color:#000;
}

ul#metaNavigation {
display:none;
}

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

#content a {
	color:#000;
	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:#000;
	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;
}


KundenNavi

/* ###################################################### */
/* ####################### 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:#000;
	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 #newsetterFormHtml {
width:83px;
float:left;
}

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

}

#newsletterFormSubmit a {
color:#000;
}


/* ###################################################### */
/* ####################### 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 #000fff;
	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: #000fff;
        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 #000;
height:25px;
padding: 3px 0 3px 0;
}
 #ArtikelListe {
margin-bottom:10px;
 }
  #print_logo{
display:auto;
 }