/**
 * 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: Arial,Verdana, sans-serif;
	color:#45555F;
	font-size:12px;
}
html, body {
	margin:0;
	padding:0;
	overflow:auto;
}
html {
	height:100%;
}
body {
	background-color:#CADD4C;
	height:100%;
	margin:0;
	padding:0;
}

.combody{
    height:100%;
    width:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#CEE05D;
}

#leftContainer{
	float:left;
	width:320px;
	height:100%;
}
#rightContainer{
	float:left;
	height:100%;
	width:600px;

}


#headliner h1{

	font-size:14px;
	font-weight:bold;	
	text-decoration:none;
}

#navHOR{

	padding-bottom:10px;
	background-image:url(menuebg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:30px;
}

.txtfett {
	font-weight: bold;	
}

#mainbgtop{
	background-image:url(../images/mainbgtop.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:607px;
	height:24px;
	margin-top:10px;
}
#mainbgmiddle{
	float: left;
	background-image:url(../images/mainbgmiddle.png);
	background-repeat:repeat-y;
	width:567px;
	/*min-height:450px;*/
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;	
	
}

#mainbgbottom{
	float: left;
	background-image:url(../images/mainbgbottom.png);
	background-repeat:no-repeat;
	width:607px;
	height:24px;
}



#kontbgtop{
	background-image:url(../images/kontbgtop.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:10px;
	width:607px;
	height:23px;

}
#kontbgmiddle{
	float: left;
	background-image:url(../images/kontbgmid.png);
	background-repeat:repeat-y;
	width:567px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;	
	min-height:55px;
	
}

#kontbgbottom{
	float: left;
	background-image:url(../images/kontbgbot.png);
	background-repeat:no-repeat;
	width:607px;
	height:23px;
}

.mainContentBG{
	/*background-image:url(../images/mainbg.gif);*/
	background-position:right;
	background-repeat:no-repeat;
	min-height:450px;
}

#mainbgmiddle h1{
	font-size:18px;	
}


#mainbgmiddle h2{
	font-size:16px;	
}

img{
	border:0px;
	text-decoration:none;
}

#mainbgmiddle h3{
	width:100%;
	border-bottom:#45555F 1px solid;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	padding-bottom:2px;
}

#mainbgmiddle li{
	margin:0px;
	padding:0px;
	margin-top:3px;
}

#mainbgmiddle a{
	text-decoration:underline;
}


#submenuleft{
	float:left;
	background-image:url(../images/submenubgleft.png);
	background-repeat:no-repeat;
	width:11px;
	height:28px;
	margin-left:35px;
}
#submenumiddle{
	float:left;
	background-image:url(../images/submenubgmiddle.png);
	background-repeat:repeat-x;
	height:28px;
	padding-top:5px;
	
}
#submenuright{
	float:left;
	background-image:url(../images/submenubgright.png);
	background-repeat:no-repeat;
	width:14px;
	height:28px;
}
#logoblock{
	width:325px;
	height:389px;
	background-image:url(../images/logoblock.jpg);
	background-repeat:no-repeat;

}
#logoblocklinks{
	font-size:12px;
	font-weight:bold;
	padding-top:200px;
	padding-left:80px;
	padding-right:50px;
}

#lcardblock{
	width:252px;
	height:503px;
	margin-left:40px;
	margin-top:10px;
}

#lcardblock h3{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}
#lcardblock h4{
	font-size:12px;
	margin:0px;
	padding:0px;

}


.tblfili {
	background-color: #F5F8E2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #DDE999;
	border-right-color: #DDE999;
	border-bottom-color: #DDE999;
	border-left-color: #DDE999;	
	table-layout: fixed;

}



#lcardblockcontent{
	font-size:12px;
	padding-top:20px;
	padding-left:30px;
 	padding-right:30px;
	background-image:url(../images/lcardtop.jpg);
	height:117px;
	text-align:center;
}


#searchwrap, #plzsearchwrap {
/*	float: right;*/	
	padding: 0 2px 2px 2px;
	height: 25px;
/*	background: url(../images/searchbg.gif) top left no-repeat;*/
}


/* ###################################################### */
/* ####################### 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 li.navmainStandardLevel_2 {
	margin-left:10px;
}
#navigation ul li.navmainStandardLevel_2 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 li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
	background-image:url(../images/subnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#fff;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
	margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
	background-image:none;
	border-bottom:0;
	color:#666;
	width:200px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
	background-image:url(../images/subsubnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
/* ###################################################### */
/* ####################### 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:#455660;
	font-style:normal;
}


/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
	/*width:100%;*/
	height:104px;
	font-size:11px;
	background-color:#ccc;
	overflow:hidden;
}
#footerContainer {
	width:960px;
}
#footer a#logoBottom {
	display:block;
	float:left;
}

#footer #footerContentContainer {
	float:left;
	background-color:#F1F1F1;
	width:720px;
	height:104px;
}
#footerContentLeft, #footerContentRight {
	float:left;
	color:#999;
}
#footerContentLeft {
	width:450px;
	margin:10px 0 0 30px;
	font-size:10px;
	padding-right:10px;
}
* html #footerContentLeft {
	margin-left:15px; /* hae? */
}
#footerContentRight {
	width:220px;
	font-size:11px;
	background-color:#F9FBDD;
	padding-left:10px;
	height:104px;
}
* html #footerContentRight {
	padding-top:10px;
}

#footerContentRight h3 {
	font-size:11px;
}

#footerContentRight input {
	width:150px;
	height:12px;
	border:1px solid #ccc;
	font-size:10px;
	margin:0 0 4px 0;
}
* html #footerContentRight input {
	width:142px;
}

#footerContentRight label {
	display:block;
	width:60px;
	float:left;
	margin:0 0 4px 0;
}

#footer input#loginBtn {
	background-color:#F9FBDD;
	border:0;
	color:#455660;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
	font-size:12px;
	width:auto;
	height:auto;
	float:right;
	margin:0 10px 0 0;
}
* html #footer input#loginBtn {
	margin:0 14px 0 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;
}


#submenu{
	margin:0px;
	padding:0px;	
	list-style-type:none;

}

#submenu li{
	margin:0px;
	padding:0px;
	font-size:12px;
	margin-bottom:5px;

}
#submenu li a{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}



/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#455660;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}



/**
 * 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: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}


