/**
 * 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 {
}
body {
	background-image:url(../images/mainBG.jpg);
	background-repeat:repeat-x;
}
form {
	margin:0;
	padding:0;
}

textarea {
	width:418px;
	height:85px;
}

img {
	border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#topHead{
	height:43px;

	}
#topHead #topHeadBody{
		background-image:url('../images/TopHeadBG.jpg');
	background-repeat:repeat-no-repeat;
		margin:auto;
	height:43px;
	width:781px;
	text-align:right;
	line-height:43px;
	padding-right:40px;
	font-size:10pt;
	}
	
#head {
	height:214px;
	background-image:url('../images/headerBG.jpg');
	background-repeat:repeat-x;
}

#head #headBody {
margin:auto;
	width:821px;
	height:214px;
}


/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
	width:100%;
	min-height:90%;
}
* html #outerContainer {
	height:90%;
}
#contentContainer {
	width:821px;
	margin:auto;
	padding:0px 10px 0px 10px;
}

#navigation, #content {
	float:left;
	padding-top:10px;
	min-height:400px;
}

#content {
	background-image:url('../images/contentBG.gif');
	background-repeat:repeat-y;
}

#contentContainer #navigation {
	width:230px;
		padding:0 10px 0 20px;
		background-image:url('../images/naviLinie.gif');
	background-repeat:repeat-y;
	background-position:10px 0;
	height:100%;
}

#contentContainer #content {
	width:530px;
	padding:10px 20px 0 10px;
	margin:0;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
	width:23px;
	margin:0;
	padding:0;
	/*background-color:#F2F2F2;*/
	background-color:transparent;
}
#navigation ul li {
	width:230px;
	margin:0;
	padding:0 0 0 0px;
	list-style-type:none;
}
#navigation ul li a {
	display:block;
	width:220px;
	height:27px;
	line-height:27px;
	margin:0;
	padding:0 0 0 10px;
	font-size:14px;
	color:#000;
	/* background-image:url(../images/navi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:210px 3px;*/
	border-bottom:1px dotted #005ea4;
	text-decoration:none;
}
#navigation ul li.active a {
	background-image:url(../images/nav_e0_over.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#005ea4;
}

#navigation ul li a:hover {
	background-image:url(../images/nav_e0_over.gif);
	background-repeat:no-repeat;
	text-decoration:underline;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
	padding-left:0px;
}
#navigation ul li.navmainStandardLevel_2 a {
	padding-left:30px;
	height:21px;
	line-height:21px;
	border-bottom:0px dotted #005ea4;
	color:#000;
	width:227px;
}
#navigation ul li.navmainStandardLevel_2 a:hover {
	background-image:url(../images/nav_e1_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#005ea4;
}
#navigation ul li.navmainStandardLevel_2 a.active {
	background-image:url(../images/nav_e1_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-weight:normal;
	color:#005ea4;
}

/* 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;
}
/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
	font-size:12px;
	color:#000;
	line-height:20px;
	
}
#content .textItem {
padding:0 10px 20px 10px;
}

#content h1, #content h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:18px;
	font-weight:strong;
	color:#005ea4;
}
#content h1 {
	line-height:22px;
	text-align:right;
		padding:0 10px 0 10px;
	border-bottom:1px dotted #005ea4;
}
#content h2 {
	font-style:italic;
	font-size:11px;
}


/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
	/*width:100%;*/
	background-image:url('../images/footBG.jpg');
	background-repeat:repeat-x;
	height:54px;
	overflow:hidden;
}
#footerContainer {
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	height:54px;
	line-height:54px;
	margin:auto;
	width:791px;
	text-align:right;
	padding-right:30px;
	font-size:12px;
} 


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:#0060b1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:11px;
	margin:0 10px 0 10px;
}
#contactForm .contactRow {
	margin:7px 0;
}
#contactForm label.lang {
	display:block;
	float:left;
	width:140px;
}
#contactForm div.label_kurz {
	display:block;
	float:left;
	width:140px;
}

#contactForm .contactRow input {
	border:1px dotted #005ea4;
	color:#000;
		height:20px;
	font-size:11px;
}

#contactForm .contactRow select{
	width:300px;
}

#contactForm .contactRow input.lang {
	width:357px;
}

#contactForm .contactRow input.kurz{
	width:175px;
}

#contactForm .contactRow textarea {
font-size:11px;
width:440px;
height:150px;
border:1px dotted #005ea4;
color:#000;
}

#contactForm .contactRow select {
	border:1px dotted #005ea4;
	width:440px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:440px;
		font-size:11px;
}


#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 0px;
	width:250px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:190px;
	padding-right:15px;
}

#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:11px;
	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;
}
 #content .FormLinie {
border-top:1px dotted #005ea4;
margin-top:15px;
margin-bottom:-10px;
}


/* ###################################################### */
/* ####################### 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 */




/**
 * 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;
}

.teaser_image {
	float:left; 
	margin-top:4px; 
	margin-right:4px;
}

/* ###################################################### */
/* #######################   MAPSUCHE   ############'#### */
/* ###################################################### */

#mappsuche {
padding-left:10px;
margin-left:0px;
padding-bottom:50px;
border:0px solid #000;
}

#mappsuche h4.mapsuche {
color: #005ea4;
}

#mappsuche input {

}

#mappsuche div.toAdress input {
width:160px;
border:1px dotted #005ea4;
}


#mappsuche div.fromAdress input{
width:160px;
border:1px dotted #005ea4;
}

#mappsuche div {
  border:0px solid #005ea4;
  width:215px;
  float:left;
}


#mappsuche div.submit {
    border:0px solid #005ea4;
    float:left;
width:75px;

}
#mappsuche div.submit input {
 background-color:transparent;
 border:1px dotted #005ea4;
 color:#005ea4;
}



#mappsuche div.trenner {
margin-left:-5px;
margin-bottom:-10px;
width:820px;
border-top:1px dotted #005ea4;

}

table.team td.linie {

padding-bottom:15px;
  border-bottom:1px dotted #005ea4;
}

/* ###################################################### */
/* ####################### ZUFALLSBILD  ################# */
/* ###################################################### */

.ligallery td.gallery_image {
border:1px solid #fff;
}



.ligallery img {
border:1px dotted #005ea4;
}

.ligallery {
padding-left:5px;
}

.ligallery #trailimageid {
height:10px;
}

.ligallery .line_between{
height:15px;
}

.artikelliste {

}

.artikelliste h2 {
 border-top:1px dotted #005ea4;
  margin-top:10px;
}

.artikelliste h2 a {
  margin:0 10px;
  color:#005ea4;
  font-style:normal;
  padding-top:10px;
}           	

.artikelliste p {
  margin:0 10px;
  padding-bottom:15px;
}



