/**
 * Style sheet basic
 */
 
* {
margin:0;
padding:0;
border: 0}

html {font-size: 75%}

body
{
font: 1em/1.5em Verdana, Helvetica, Geneva, sans-serif;
background: #b1a381 url(../img/pattern_beige_hg.jpg); 
}

html>body {
	font-size: 12px;
}


/* Layout */

#header_breit{
width: 100%;
height:136px;
background: #b1a381 url(../img/pattern_beige_hg_x.jpg) repeat-x;
position:absolute;
left: 0px

 }

#header {
position:absolute
 }
 
#left {margin: 0 0 0 10px; }


#wechselbild-linke-spalte {
width: 200px;
margin: 25px 0 100px -10px;
overflow:hidden;
}

#wechselbild-linke-spalte .ce_image {
overflow:hidden }

#container {
background: #fff url(../img/main_bg.jpg) repeat-y; 
padding: 166px 20px 20px 25px; 
 }

#main {margin-left: 260px;  }

#footer {
background: #42403f url(../img/footer_bg.jpg) repeat-y; 
margin-bottom: -190px; /* Analog zum kleckse Bild height + footer height! */
}
* html #footer {margin-bottom: -191px;} /* Analog zum kleckse Bild height + footer height! */




#kleckse {
background: #fff url(../img/kleckse.jpg) top left no-repeat;
width: 200px;
height: 125px;
position:relative;
bottom: 0px;
left: 30px;
z-index: 999;
}



/* Formatierungen */

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font: 1.5em/1em Georgia, "Times New Roman", Times, serif;
}

h2
{
    margin:0px 0px 12px 0px;
	padding:0px;
	font: 1.5em/1em Georgia, "Times New Roman", Times, serif;
}

h3
{
    margin:0px 0px 12px 0px;
	padding:0px;
	font-size: 0.83em;
    line-height: 1.64em;
    margin: 0.82em 0 0.82em 0;
	color: #75080D;
	font-weight:bold;
}


img
{
	vertical-align:middle;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px
}

#main  p, ul, table {
font-size: 0.83em;
line-height: 1.64em;
margin: 0.82em 0 0.82em 0;
}

#main  li {
list-style-type:square;
margin-left: 15px

}

#footer p {
padding: 10px 0 0 300px;
color: #fff;
font-size: 0.83em;
line-height: 1.80em;
float:left
}

#footer a {
color: #FFFFFF;
text-decoration:underline
} 

#footer a:hover, #footer a:focus {
color: #FFFFFF;
text-decoration:none
} 

/*Lightbox*/
#mbTitle{font-family: Arial; font-size:12px;}

/* Links */

#main .ce_text a {
	color: #647f01;
	text-decoration: underline;
	
}
#main .ce_text a:hover {
	text-decoration: none;
	color: #FF7C0F;
	
}
#main .ce_text a:focus {
	text-decoration: none;
	color: #8FB811;
}
#main .ce_text a[href^="http:"], #main a[href^="https:"] {
	color: #647f01;
	padding-left: 16px;
	padding-top: 2px;
	background: url('../img/ext_link.gif') no-repeat left;
	text-decoration: underline;	
}

a[href $='.pdf'] { 
   padding: 2px 2px 2px 20px;
   background: url('../img/pdf.gif') no-repeat left;
}


#main .ce_text a:hover[href^="http:"], #main a:hover[href^="https:"] {
	color: #FF7C0F;
	padding-left: 16px;
	padding-top: 2px;
	background: url('../img/ext_link.gif') no-repeat left;
	text-decoration:none

}

#main .ce_text .image_container  { margin: 0px 10px 10px 0; border: none	}

#main .ce_text .image_container a {
display: block;
text-decoration: none;
background: transparent;
padding: 2px;
border: 1px #647f01 solid

}

#main .ce_text .image_container a:hover {
display: block;
text-decoration: none;
background: transparent;
padding: 2px;
border: 1px #666469 solid
}


/* Boxen Styles */

.box_float_left{
float: left; 
width: 170px;
margin: 0 20px 0 0; 
}



#box_services_startseite { width: 180px; background-color: #f2ead3; border: 2px solid white; margin-top: -2px;}




.mod_article {padding: 10px}

.border_left {border-left: 1px solid #F2EAD3 }

#seitenzahl {
font: 1.1em/0.83em Georgia, "Times New Roman", Times, serif;
position: relative;
left: 760px;
width: 2em;
height: 1em;
padding: 5px;
color: #fff;
text-align:center;
background-color: #8fb811;
}


/* Navigation */

.mod_navigation {

font-size: 1.2em;
	width: 90%;
	overflow: hidden;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	
}
.mod_navigation ul, .mod_navigation li {
	display: block;
	width: 90%;
	padding: 0;
	line-height: 1.2em;
	float: left;
	margin: 0;
	list-style-type: none;
	
}
.mod_navigation li  a {
	display: block;	
	color: #616161;
	padding: 10px 0 10px 20px;
	border-bottom: 2px dotted #b2b1af;
	
}
.mod_navigation li a:hover {
	display: block;
	color: #bbc181;
	padding: 10px 0 10px 20px;
	
}

.mod_navigation ul li .active {
	display: block;	
	color: #8FB811;
	text-decoration: underline;
	padding: 10px 0 10px 20px;	
	border-bottom: 2px dotted #b2b1af;
	
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Startseite Gallery */

div.mod_photoshow
{
margin-bottom: 50px
}



div.mod_photoshow img
{
	border:0px;
}

div.mod_photoshow h2
{
margin: 0em 0 0.82em 0;

}


.imgBig
{
	overflow:hidden;
	margin:0px 0px 0px 0px;
	text-align:center;
}

.imgBig img
{
margin:0px 0px 0px 0px;
	border:0px;

	
}

.imgBigCaption
{
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	color: #808080;
	font-size:9px;
}


#main  .mod_photoshow ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;

}

#main  .mod_photoshow li
{
	height: 40px;
	width: 40px;
	float:left;
	padding:0px;
	list-style-type:none;
	
}

.prevButton, .nextButton
{
visibility:hidden;
height: 0

}

div.prevButton img, div.nextButton img
{
	padding:0px;
	border:0px;
	visibility:hidden;
	height: 0
}



div.active img
{
	border:1px solid #BD1D01;
}


.hr_none {
padding-top: 15px;
height: 1px;
background: url('../img/hr.gif') no-repeat scroll left;
}

hr {
visibility:hidden}

.ce_accordion .toggler{font-size: 0.83em;
line-height: 1.64em; padding-left:14px; cursor:pointer;text-decoration:underline; color:#647f01;background: url(../img/plus.gif) no-repeat;background-position:0px 6px;}
.ce_accordion .active{font-size: 0.83em;
line-height: 1.64em; background: url(../img/plus.gif) no-repeat; background-position:0 5px; text-decoration: none; color: #647f01 }





