/*
-----------------------------------------------
Author:   	Andreas Schreyer
----------------------------------------------- */

body {
	background-image: url();
	color: #666;

}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #8A4500;
}
a:link {
	color: #8A4500;
	text-decoration: none;
}
a:hover {
	color: #818181;
	text-decoration: none;
}


ul, ol, li, table, tr, th, td, form {
	border: 0 none;
	font-weight: normal;
	list-style: none outside none;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}



#page_content {
	width:880px;
	text-align:justify;
	position: relative;
}

.clear { clear:both;}
.headline_right {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #8A4500;
	border-radius: 10px 0px 0px 10px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
}



/** Navigation
------------------------------------------------- */
.navigation {
	width: 700px;
	height: 70px;
	background: #fff;
	z-index:99;
	border-radius: 15px 15px 0 0;
	box-shadow: 0px 0px 10px #7f7a79;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: fixed;
}

.logo {
	float: left;
	width:395px;
	height: 43px;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
}

.logo h1 { margin: 0px; padding: 0px;}



#currentpage a {
	color:#086e93;
	font-size: 16px;
}

/** Content
------------------------------------------------- */
.content_box {
	width:880px;
	height:auto;
	position:relative;
	z-index:1;
	border-radius: 10px 10px 15px 15px;
	box-shadow: 0px 0px 10px #7f7a79;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
	/* [disabled]background-position: 10px 10px; */
	visibility: visible;
	background-color: #FCECDC;
}

.content_box_left {
	float: left;
	width: 210px;
	height:500px;
	border-right-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content_box_right {
	float: left;
	width: 630px;
	height:auto;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}
.content_box_right_c {
	float: left;
	width: 630px;
	height:auto;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
	background-image: url(../images/wurzelsepp_back.gif);
	background-repeat: no-repeat;
	background-position: 330px 350px;
}

.content_box_right p {line-height: 30px;  margin-top:10px !important} 

.content h1 {
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	text-transform:lowercase;
	font-size:20px;
	font-weight:normal;
	text-align: center;
	color: #C60;
	letter-spacing: 7px;
}

.content h2 {
	font-size:18px;
	font-weight:normal;
}
.content h3 { margin: 0 0 10px 0; padding: 0 0 0 0; text-transform:uppercase; font-size:16px; font-weight:bold; color: #7f441a}
.content p {
	color: #C60;
	line-height: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

h4 {color: #7F441A; font-size: 16px;}

.liste ul { margin:0px 0px 0px 80px; padding:0px 0px 0 0; width:290px}
.liste ul, .liste li { list-style-type:disc}



/** Footer
------------------------------------------------- */
.footer {
	height:50px;
	float: left;
	text-shadow: 1px 1px 0 #fff;
	color:#C60;
}
.footer  a {
	color:#C60;
}
.footer  a:hover {
	text-decoration:none;
	color:#818181;
}

.footer_box {
	position:relative;
	width:880px;
	height:50px;
	border-radius: 15px 15px 10px 10px;
	font-size: 12px;
	box-shadow: 0 0 10px #7F7A79;
	background-color: #FCECDC;
}
.footer_box_logo {
	width:200px;
	height:105px;
	position:absolute;
	top:-55px;
	right:25px;
	background-image: url(../images/weblogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer_box_logo a { float:left; width:180px; height:93px;}

.footer_left {
	float:left;
	margin:20px 0 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer_right {
	float: right;
	margin-top: 20px;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 0;
}


#page_nav { float:right}
.pager { float:right;}


#page_nav UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#page_nav UL LI {
	display: inline;
	margin:5px 0px 0 5px;
	width:12px;
	height:12px;
	float:left;
	font-size:0px;
	text-indent:-50000px;
	background-image: url(../images/bg_sox1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#page_nav UL LI a { float:left; width:12px; height:12px;}
#page_nav UL LI.showPage {
	background-image: url(../images/bg_sox1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}




/**SuperBG Image 
------------------------------------------------- */
#overlay fieldset { float:right; border:0px;}
#overlay { float:right; opacity:1!important}

#pager_box { position:absolute; bottom:32%; left:50%; height:30px; margin: 0 0 0 -35px}
#pager_box2 { position:absolute; bottom:300px; right:50px; width:400px; height:30px; border:solid 1px red;} 

#thumbs1 a {
	display: block;
	line-height: 22px;
	float: left;
	width:20px;
	height:20px;
	margin:5px 0px 0 5px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


a.activeslide {
	background-image: url(../images/bg_sox1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#showtitle {float:right; margin:6px -8px 0 0; color:#414141; font-weight:bold;}
.hight { float:left; margin:-2px 0 0 0px; opacity:0.8!important;}
.normal { float:left; margin:0px 1px 0 1px ;opacity:0.6!important; font-size:18px;}
.bottom { float:left; margin:2px 0 0 0; opacity:0.6!important;}

.button_links{
	float: none;
	border-bottom-width: 1px;
	background-color: #8A4500;
	border-bottom-style: solid;
	border-bottom-color: #fcecd6;
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #fcecd6; */
	height: 26px;
	width: 30px;
}

.button_rechts{
	float: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #8A4500;
	border-radius: 0px 10px 10px 0px;
	border-right-color: #fcecd6;
	border-bottom-color: #fcecd6;
	margin-bottom: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	height: 26px;
	width: 30px;
}

#superbgimage {
	display: none;
	background-color: #fff;
	background-image: url(../images/weiss50.png);
	background-repeat: repeat;
	background-position: center 250px;
}
#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}



/** typo
------------------------------------------------- */
.typo {
	position: absolute;
	top:180px;
	left: 500px;
	z-index: 2;
}

.right_corner {left: 550px;}





.pp_description { display: none!important;}
#page_content .content .content_box .content_box_right .clear table tr .headline_links {
	color: #086e93;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
#left_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #086e93;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	color:#C60;
	margin-bottom:20px;
	letter-spacing:2px;
	font-size: 16px;
	border-bottom:solid 0px #746b64;
	padding-bottom:4px;
	font-weight: normal;
	text-align: center;

}
.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	color:#C60;
	margin-bottom:20px;
	letter-spacing:2px;
	font-size: 12px;
	padding-bottom:10px;
	font-weight: normal;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	
}

.inhalt2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#C60;
	margin-bottom:20px;
	letter-spacing:2px;
	font-size: 12px;
	padding-bottom:10px;
	font-weight: normal;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.inhalt_mitte {
	font-family: Arial, Helvetica, sans-serif;
	color:#C60;
	margin-bottom:20px;
	letter-spacing:2px;
	font-size: 12px;
	padding-bottom:10px;
	font-weight: normal;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.headlineObenBild {
	color:#086e93;
	background-color: #086e93;
	text-align: center;

}
.headlineOben {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-bottom:20px;
	letter-spacing:2px;
	font-size: 14px;
	padding-bottom:4px;
	font-weight: lighter;
	background-color: #086e93;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	text-align: right;
}
.headlinelinks {
	font-family: Arial, Helvetica, sans-serif;
	color:#C60;
	letter-spacing:2px;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	padding-left: 10px;
	text-align: left;
}
.inhalte_justify {
	text-align: justify;
}
/** Galerien
------------------------------------------------- */
.gallery_boxen {
	
}

.gallery_boxen img { border: 5px solid #fbfbfb; box-shadow: 0 0 10px #7F7A79;}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.6s all ease;
	transition: 0.6s all ease;
	background-image: url(../images/magnifier2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
