/**
 * 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-image:url(../images/bg.jpg);
	height:100%;
}
body {
	background-image:url(../images/bg.jpg);
	height:100%;
}
form {
	margin:0;
	padding:0;
}

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

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

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
	height:51px;
	background-color:#98681a;
	background-image:url('../images/BgHeader.jpg');
	padding:0;
}

#head #headBody {
	height:50px;
	width:880px;
	margin:auto;
	color:#fff;
	font-size:21px;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
}

#head #headBody span {
	font-size:17px;
}

 #head #headBody a {
 text-decoration:none;
 color:#fff;
 }


/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
}
* html #outerContainer {
	height:90%;
}
#contentContainer {
	width:900px;
	margin:auto;
}
#outerContainer {
	margin:0;
	padding:0;
}

#whiteBg {
	background-image:url('../images/BgContent.jpg');
	float:left;
	padding:0;
	margin:0;
	height:100%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#navigation, #content {
	float:left;
	padding-top:30px;
}
#outerContainer #contentContainer #content {
	padding-top:15px;
		padding-bottom:25px;
}

#contentContainer #navigation {
	width:225px;
	background-color:transparent;
}

#contentContainer #content {
	background-image:url('../images/SpiraleContent.gif');
	background-repeat:no-repeat;
	background-position: top right;
	width:643px;
	font-size:14px;
	line-height:1.4;
	padding:0 15px;
	margin:0;
	min-height:400px;
}

#contentContainer #contentHead{
	width:673px;
	height:248px;
	border-bottom:1px solid #fff;
	margin:0;
	
}
#contentContainer #contentHead #contentHeadLeft {
width:523px;
height:248px;
float:left;

}

#contentContainer #contentHead #contentHeadRight {
width:150px;
height:248px;
float:left;

}

#contentContainer #contentHead #contentHeadRight #contentHeadRightTop, #contentContainer #contentHead #contentHeadRight #contentHeadRightBottom {
width:150px;
height:124px;
}

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

/* Level 1 */
#navigation ul {
	width:225px;
	margin:0;
	padding:0;
	/*background-color:#F2F2F2;*/
	background-color:transparent;
	border:0px solid #000;
	font-weight:bold;
}
#navigation ul li.navmainStandardLevel_1 {
	width:225px;
	margin:0;
	padding:0 0 0 0px;
	list-style-type:none;
}
#navigation ul li.navmainStandardLevel_1 a {
	display:block;
	width:215px;

	line-height:28px;
	margin:0;
	padding:0 0 0px 10px;
	font-size:11px;
	color:#000;
	background-image:url(../images/BgNaviPassiv.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:1px dotted #d9481d;
	text-decoration:none;

}
#navigation ul li.navmainStandardLevel_1 a:hover, #navigation ul li.active a { 
  background:#eea38e;
	background-image:url(../images/BgNaviOverAktiv.gif);
	background-repeat:no-repeat;
	background-position:right;
	
	color:#fff;
}



/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
	width:225px;
	margin:0;
	padding:0 0 0 0px;
	list-style-type:none;
}
#navigation ul li.navmainStandardLevel_2 a {
	display:block;
	width:195px;
	line-height:23px;
	margin:0;
	padding:0 0 0 30px;
	font-size:11px;
	color:#000;
	  background:#fff;
	background-image:url(../images/BgNaviPassiv.gif);
	background-repeat:no-repeat;
		background-position:right;
	border-bottom:1px dotted #d9481d;
	text-decoration:none;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
  background:#eea38e;
	background-image:url(../images/BgNaviOverAktiv.gif);
	background-repeat:no-repeat;
	background-position:right;
	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;
}


#navigation ul li.active a {
 text-decoration:underline;
}

/* ###################################################### */
/* ####################### 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:13px;
	margin:0 0 5px 0;
	padding:0;
	color:#0060b1;
	font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
	font-size:13px;
	color:#000;
	line-height:1.3;
}
#content h1, #content h2 {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:20px;
	font-weight:bold;
	color:#d9481d;
	border-bottom:1px dotted #d9481d;
}
#content h1 {
	line-height:22px;
}
#content h1 a {
	color:#0060b1;
	text-decoration:none;
}
#content h2 {
	font-weight:bold;
	font-size:14px;
}

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%;*/
	height:115px;
		font-size:13px;
	line-height:1.3;

	background-color:#98681a;
	background-image:url('../images/BgFooter.jpg');
	overflow:hidden;
}
#footerContainer {
	width:900px;
	margin:auto;
}

#footer #footerContentContainer {
	width:900px;
	height:104px;
}

#footer #footerContentContainer #footerContent1, #footer #footerContentContainer #footerContent2, #footer #footerContentContainer #footerContent3, #footer #footerContentContainer #footerContent4 {
	background-image:url('../images/TrennerFooter.jpg');
	background-repeat:no-repeat;
	background-position:right;
	height:105px;
	float:left;
	color:#fff;
	padding-top:10px;
	padding-left:10px;
}
#footer #footerContentContainer #footerContent1 {
	width:216px;
}

#footer #footerContentContainer #footerContent4 {
	width:214px;
}

#footer #footerContentContainer #footerContent2, #footer #footerContentContainer #footerContent3 {
	width:215px;
}

#footer #footerContentContainer a {
	color:#fff;
	text-decoration:none;
	font-style:italic;
}

#footer #footerContentContainer a:hover {
	color:#fff;
	text-decoration:underline;
}

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

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

#contactForm .contactRow input {
	border:1px dotted #d9481d;
	color:#000;
		height:20px;
	font-size:14px;
}

#contactForm .contactRow select{
	width:300px;
}

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

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

#contactForm .contactRow textarea {
font-size:14px;
width:440px;
height:150px;
border:1px dotted #d9481d;
color:#000;
}

#contactForm .contactRow select {
	border:1px dotted #d9481d;
	width:440px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:440px;
		font-size:14px;
}


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

#callbackFormSubmit #callbackFormSubmitRight {
	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:14px;
	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;
}


/* ###################################################### */
/* ####################### CALLBACK FORM ############'#### */
/* ###################################################### */
#callbackForm {
	font-size:11px;
	margin:0 0px 0 10px;
}
#callbackForm .contactRow {
	margin:7px 0;
}

#callbackForm .contactRow input {
	border:1px dotted #d9481d;
	color:#000;
		height:20px;
	font-size:14px;
}

#callbackForm .contactRow input.kurz{
	width:200px;
}

* html #callbackForm .contactRow input, * html #callbackForm .contactRow textarea {
	width:217px;
		font-size:14px;
}


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

#callbackForm #contactFormSubmit #contactFormSubmitLeft input, 
#callbackForm #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:14px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#callbackForm #contactFormSubmit #contactFormSubmitLeft a, #contactFormSubmit #contactFormSubmitRight a {
	background-image:none;
	padding:0;
}
#navigation .FormLinie {
border-top:1px dotted #d9481d;
margin-top:15px;
margin-bottom:0px;
}
#callbackForm h3 {
font-size:13px;
}

#content .FormLinie {
border-top:1px dotted #d9481d;
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 */



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

#mappsuche input {

}

#mappsuche div.toAdress input {
width:190px;
border:1px dotted #d9481d;
}


#mappsuche div.fromAdress input{
width:190px;
border:1px dotted #d9481d;
}

#mappsuche div {
  border:0px solid #105ea4;
  width:260px;
  float:left;
}


#mappsuche div.submit {
    border:0px solid #105ea4;
    float:left;
width:75px;

}
#mappsuche div.submit input {
 background-color:transparent;
 border:1px dotted #d9481d;
 color:#d9481d;
}



#mappsuche div.trenner {
margin-left:-5px;
margin-bottom:-10px;
width:595px;
border-top:1px dotted #d9481d;

}

table.team td.linie {

padding-bottom:15px;
  border-bottom:1px dotted #d9481d;
}
