/**
 * 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:#666666;
	font-size: 11px;
	
}

html, body {
    margin:0;
    padding:0;
	height:100%;
    
}
html {
	background-color: #d3d8ea;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body {
	height:100%;
	
}

form {
    margin:0;
    padding:0;
}

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

img {
    border:0;
}



/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */

#contentContainer {
	width:892px;
	height:100%;
	
}
#outerContainer, #contentContainer {
	padding:0;
	min-height:90%;
	
}

#whiteBg {
    float:left;
    padding:0;
    margin:0;
	height:100%;
    
}

#navigation, #content, #teasersRight {
    float:left;
    
}

#contentContainer #navigation {
	width:0px;
	text-align:left;
	margin:0 0 0 0;
	background-color: #ffffff;
	
}

#contentContainer #content {
	margin:182px 0 0 182px;
	text-align:left;
	width:559px;
	z-index: 1;
	/*background-color: #e9ecf5;*/
	}


#contentContainer #teasersRight {
	display:none;
}

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

/* Level 1 */
#navigation ul, #navigation ul li, #navigation ul li a, #navigation ul li a:hover, #navigation ul li.active a, #navigation ul li.navmainStandardLevel_2, #navigation ul li.navmainStandardLevel_2 a, #navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active, #navigation ul li.navmainStandardLevel_3, #navigation ul li.navmainStandardLevel_3 a, #navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active
{
    display:none; 
	
}
 /* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:-15px 0 0 115px;
    font-size:12px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
	
}
#search input {
	width:90px;
	height:13px;
	font-size:12px;
	margin:3px 0 0 4px;
	border:0;
	/*background-color:transparent;*/
}
#search input.sbmt {
	margin:0 0 0 3px;
	width:5px;
	height:12px;
	border:0;
	
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 5px;
}
#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 {
	margin:0 0 5px 0;
	padding:0;
	color:#666;
	font-style:normal;
	font-weight: bold;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
    font-size:11px;
    color:#333;
    /*line-height:14px;*/
}
#content h1, #content h2 {
    padding:0;
    font-size:4px;
    font-weight:normal;
    color:f1f2f8;
}

#content h1 {
    /*line-height:0px;*/
	display:none; /* Wichtig! aktivieren, wenn Text korrigiert werden muss*/
}

#content h1 a {
    color:#e9ecf5; 
	/*color:#f1f2f8;*/
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:11px;
	margin:0 0 10px 0;
}

ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

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

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#666666;
	/*color:#8999c7;*/
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}


/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

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

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#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 input {
    background-image:none;
    padding:0;
    float:left;
}

#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;
}
/* ###################################################### */
/* ####################### 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; 
    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 rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
	margin-left:0;
	padding-left: 0;
}

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

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
	background-color: #bac5e9;
	padding: 3px 3px 3px 10px;

}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #d3d8ea;
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
       /* background-color: #ffffff;*/
        padding: 3px 3px 3px 50px;
}

#obenstrich {
	height: 7px;
	width: 100%;
	background-color: #FFFFFF;	
}
	   


.teaser1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0.1em solid #6c7fb9;
	height: 136px;
	text-align: left;
	padding: 0 0 0 7px;
	background-color: #8899c7;
}

.teasergrafiktext1 {
	font-size: 11px;
	color: #ffffff;
	height: 129px;
	text-align: left;
	padding: 7px 0 0 9px;
	background-color: #8899c7;
	line-height: 15px;
	text-decoration: none;
	vertical-align: top;
	
}
.teasergrafiktext1 a{
	font-size: 11px;
	color: #ffffff;
	padding: 7px 0 0 0;
}

.teaser2 {
	font-size: 11px;
	font-weight: bold;
	color: #c1002b;
	border: thin solid #6c7fb9;
	height: 136px;
	text-align: left;	
	padding: 0 0 0 7px;	
}

.teasergrafiktext2 {
	font-size: 11px;
	color: #c1002b;
	height: 129px;
	text-align: left;
	padding: 80px 0 0 7px;
	background-image: url(../upload/bilder/taro_gr_sb2_minerg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: top;
}

.teasergrafiktext2 a{
	font-size: 11px;
	color: #c1002b;
	height: 136px;
	text-align: left;
	padding: 80px 0 0 0;
	vertical-align: top;
}


#obentitel {
	margin: 0 10px 0 5px;
	height: 118px;
	width: 887px;
	z-index: 10;
	background-color: #ffffff;
		
}

#obenmenu {
	margin: -115px 0 0 193px;
	height: 30px;
	width: 300px;
	text-align:left;
	z-index: 10;
	position: absolute;	
}

#pfeil {
	margin:0 0 0 187px;
	z-index: 10;
	position: absolute;	
}

#pfeilhome {
	margin:-64px 0 0 277px;
	z-index: 7;
	position: absolute;
			
}

#pfeilhometext {
	margin:-50px 0 0 295px;
	z-index: 8;
	position: absolute;
	width:287px;
	height:69px;
	color: #FFFFFF;
	text-decoration: none;
}
	
#homehaus {
	margin:-64px 0 0 0;
	z-index: 6;	
	height:485px;
	width: 559px;
	text-align:left;
	background-color: #ffffff;
	position: absolute;	
}
#abschlussstrich {
	width:892px;
	height:3px;
	background-color: #ffffff;
	margin:0 0 4px 0;
}
#abschlussstrich2 {
	width:892px;
	height:3px;
	background-color: #ffffff;
	
}

#tabellenausrichtung {
	vertical-align: top;
}
.taro{
	color: #C1002B;
	font-weight: bold;
	font-size: 12px;
}
.tbzelle {
	padding: 2px 0 10px 0;
	vertical-align: top;	
}

.link{
	color: #C1002B;
	text-decoration: underline;
}

#adresse {
	z-index: 20;
	left:180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	bottom: 0px;
	position: absolute;
	visibility: visible;
	overflow: hidden;
}
