body {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#555;
	background-color:#c4c5b1;
	background-image:url(../_grafik/rauschen.png);
	background-repeat:repeat-x repeat-y;
	overflow-y: scroll; /* Scrollbalken immer anzeigen */
}
#maincontainer {
	width:840px;
	margin:0 auto;
	margin-top:60px;
	
	background:#FFF;
	border:medium none;
    border-radius:3px 3px 3px 3px;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
}
#header {
	background:fff;
	height:130px;
	background-image:url(../_grafik/header_bg.png);
	border-radius:3px 3px 0px 0px;
}
#navigation {
	margin-left:200px;
}
#content {
	margin-top:0px;
	padding:5px 0 5px 0;
	width:840px;
}
#footer {
	clear:left;
	width:100%;
	padding:5px 0;
	text-align:center;
	font-size:0.8em;
	color:#333;
	margin-bottom:60px;
}

/* Basisformatierung */

h1 {
	font-size:1.8em;
	line-height:1.3em;
	color:#4e5d1b;
	text-shadow:2px 2px 4px #c4c5b1;
	margin-bottom:25px;
}
h2 {
	font-size:1.5em;
	color:#4e5d1b;
	text-shadow:2px 2px 4px #c4c5b1;
	margin-bottom:20px;
	padding-bottom:5px;
	line-height: 1.2em;
	
}
h3 {
	margin-bottom:5px;	
}
p {
	
}
.rot {
	color:#a93729;
}
#content ul {
	margin-left:25px;
	padding-left:0;	
}
table ul {
	margin:0;
	padding:0;
}

/* Links */

a {
	color:#4e5d1b;
	font-weight:bold;
	text-decoration:none;
	transition:all 0.8s ease;
	border:none;
}
a:active {
	color:#4e5d1b;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#4e5d1b;
	font-weight:bold;
	text-decoration:underline;
}
.link-special {
	color:#a93729;
}
.link-special:hover {
	color:#fff;
	text-decoration:none;
}

/* Kundenmeinungen */

.kundenmeinung {
	background-color:#c4c5b1;
	border-radius:3px 3px 3px 3px;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
	margin-bottom:20px;
	padding:10px;	
}
.km_name {
	font-weight:bold;
	float:left;
}
.km_datum {
	float:right;	
}
.km_weblink {
	float:right;	
}
.km_text {	
}

/* Kundenmeinungen Formularfelder */

.formular {

}
fieldset {
	width:75%;
	display:block;
	margin:0 auto;
	margin-bottom:15px;
	padding:20px;
	border:1px solid #ddd;	
	border-radius:5px; 		
}
legend {
	font-size:larger;
	padding:0 5px;
}
label {
	display:block;
	width:30%;
	float:left;
	text-align:right;
	margin-right:10px;	
}
input, textarea, select {
	width:60%;
	margin-bottom:5px;
	border:1px solid #ddd;
	padding:2px;
	background-color:#FFF;
	border-radius:3px; 
}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
	border-color:#5e5e5e;
}
.buttons {
	margin:0 auto;
	text-align:center;
}
.button {
	width:150px;
	background-color:#ddd;
	border:1px solid #5e5e5e;
}
.buttons input:hover {
	background-color:#aaa;
}

.formerror {
	margin:10px;
	color:#a93729;
}
.error, .error_msg {
	color:#a93729;
}

/* Tabelle Admin */

table.admin {
	font-size:small;
}

/* Diverses */

a img {
	
	border:0px;
}
.imgbox {
	border-radius:3px 3px 3px 3px;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);	
}
.box-gruen {
	background-color:#c4c5b1;
	border-radius:3px 3px 3px 3px;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
	
}
.box-dunkelgruen {
	background-color:#4e5d1b;
	border-radius:3px 3px 3px 3px;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
	padding:10px;
}
.bild-rechts {
	float:right;
	margin-top:-65px;
	margin-left:25px;
	margin-bottom:25px;
}
.fade-rechts {
	float:right;
	margin-left:25px;
	margin-bottom:25px;
}
.innertube {
	margin:0px 30px 10px 30px;
}
.small {
	font-size:0.8em;
	line-height:normal;
	font-weight:normal;
}
.big {
	font-size:1.2em;
	font-weight:bold;
}
.biggest {
	font-size:1.6em;	
}
.bigfont {
	font-size:1.2em;
	line-height:1.4em;
}
.rahmen {
	border:1em solid #fff;
	border-radius:5px;
	box-shadow:1px 1px 2px #e6e6e6;	
}
.rahmen_kl {
	border:.4em solid #fff;
	border-radius:5px;
	box-shadow:1px 1px 2px #e6e6e6;	
}
.fltrt {
	float:right;
	margin-left:1.5em;
	margin-bottom:1.5em;
}
.fltlft {
	float:left;
	margin-right:1.5em;
	margin-bottom:1.5em;
}
.eingerueckt {
	padding-left:15px;
}
.downloads {
	margin-bottom:15px;
	margin-right:50px;
	padding-left:15px;
	float:left;
	width:320px;
}
.qr-code {
	width:120px;
	float:left;
	text-align:center;
	margin-right:2px;
	margin-bottom:25px;
	font-size:smaller;
}
.video {
	border:5px solid #c4c5b1;
	border-radius:5px;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
	margin-bottom:15px;
}
.videotitle {
	margin-left:0px;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	width:250px;	
}
.button_link {
	width:760px;
	margin:2em auto;
	text-align:center;	
	letter-spacing:0.5em;
	background-color:#4e5d1b;
	padding:20px 10px;
	border-radius:5px;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
}
.button_link a {
	font-size:24px;	
	color:#c4c5b1;
	color:#fff;
}
.button_link a:hover {
	text-decoration:none;
	color:#fff;
}
.button_tel {
	width:760px;
	margin:2em auto;
	text-align:center;	
	letter-spacing:0.25em;
	background-color:#4e5d1b;
	padding:20px 10px;
	border-radius:5px;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
	font-size:36px;
	font-weight: bolder;
	color:#ffffff;
}
.tel_gross {
	width: 400px;
	text-align:center;	
	letter-spacing:0.15em;
	background-color:#4e5d1b;
	padding:15px 10px;
	border-radius:5px;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
	font-size:21px;
	font-weight: bolder;
	color:#ffffff;
}
a[href^=tel], a[href*="0"]{
    color:inherit;
    text-decoration:none;
}
.cleaner {								/* beendet Floating */
	clear:both;
	height:1px;
	font-size:0px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
}
.abstand {
	clear:both;
	height:10px;
}
.abstand_gr {
	clear:both;
	height:25px;
}

/* Navigation */

#navMenu {
	margin:-20px 20px 0 0;
	padding:0;
	list-style:none;	
	text-align:center;
	line-height:37px;
	font-size:12px;
	letter-spacing:1px;
}
#navMenu li {
	float:right;	
	background:url(../_grafik/nav_default.jpg) no-repeat center center;
	width:90px;
	height:40px;
	position:relative;
	border-radius:3px 3px 3px 3px;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
	margin-left:8px;
	margin-bottom:10px;
}
#navMenu li a {
	z-index:20;						/* z-index must be higher than .hover class */
	display:block;					/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
	height:40px;
	position:relative;
	color:#e7e9e0;
	text-decoration:none;
}
#navMenu li .hover {
	background:url(../_grafik/nav_over.jpg) no-repeat center center;
	position:absolute;				/* must be postion absolute 	*/
	width:90px;						/*	width, height, left and top to fill the whole LI item	*/
	height:40px;
	left:0; 
	top:0;	
	z-index:0;						/* display under the Anchor tag	*/
	display:none;					/* hide it by default	*/
	border-radius:3px 3px 3px 3px;
	text-decoration:none;
}	

.selected {
	background:url(../_grafik/nav_selected.jpg) no-repeat center center;
	border-radius:3px 3px 3px 3px;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
}

/* Footer Buttons */

#footer-buttons {
	position: fixed;
	bottom: 0;
	height: 40px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	padding-top:15px;
	letter-spacing: .15em;
	background-color: #4e5d1b;
	color: #fff;
	opacity: .95;
}
.footer-buttons {
	text-align: center;
	font-size: 24px;
	letter-spacing: .15em;
	background-color: #4e5d1b;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
}
#footer-buttons  a {
	padding: 0 35px;
	color: #fff;
}

/* Flyout Galerie */

.gallery {
    position:relative;
    margin:10px 0 0 0px;
}
.gallery a { text-decoration: none; }
.gallery img {
    position:relative;
    margin:5px;
}
#loader {
	border:1px solid #c4c5b1;
    border-radius:3px 3px 3px 3px;
    box-shadow:0 20px 30px rgba(0, 0, 0, 0.8);
}

/* Cycles */  

.cycle-slideshow img { 					/* some of these styles will be set by the plugin but setting them here helps avoid flash-of-unstyled-content */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	padding:0;
	display:block;
}
.cycle-slideshow img:first-child { 		/* in case script does not load */
	position:static;
	z-index:100;
}

/* Pager */

.cycle-pager {
	text-align:center;
	width:100%;
	z-index:500;
	position:absolute;
	top:10px;
	overflow:hidden;
}
.cycle-pager span {
	font-family:arial;
	font-size:50px;
	width:20px;
	height:16px;
	display:inline-block;
	color:#ddd;
	cursor:pointer;
}
.cycle-pager span.cycle-pager-active {
	color::#4e5d1b;
}
.cycle-pager > * {
	cursor:pointer;
}
.cc-pager {
	text-align:center;
	width:100%;
	z-index:500;
	top:10px;
	height:45px;
	overflow: hidden;
}
.cc-pager span {
	font-family:arial; 
	font-size:50px;
	width:16px;
	height:16px;
	margin-top:15px;
	display:inline-block;
	color:#ddd;
}
.cc-pager span.cycle-pager-active {
	color:#4e5d1b;
}
.cc-pager > * {
	cursor:pointer;
}

/* Pager */

.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}