@charset "utf-8";
@font-face {
	font-family: 'royal_bavarian_plainregular';
	src: url('../fonts/royal_bavarian_plain_pdf-webfont.eot');
	src: url('../fonts/royal_bavarian_plain_pdf-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/royal_bavarian_plain_pdf-webfont.woff') format('woff'), url('../fonts/royal_bavarian_plain_pdf-webfont.ttf') format('truetype'), url('../fonts/royal_bavarian_plain_pdf-webfont.svg#royal_bavarian_plainregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	margin: 0px;
	padding: 0px;
	background-color: #8b2705;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	width: 100%;
}
#top {
	background-image: url(../images/top.png);
	height: 88px;
	width: 544px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav {
	font-family: "Times New Roman", Times, serif;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	height: 40px;
	background: transparent;
	box-shadow: 0px 0px 10px #462300;
	border: 5px solid transparent;
	border-radius: 15px;
	text-shadow: #fff 0px 0px 5px;
}
#nav ul {
	margin: 8px;
	padding: 0px;
}
#nav ul li {
	font-size: 18px;
	list-style-type: none;
	text-align: center;
	display: inline;
	font-style: italic;
	height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid #7F3C15;
	border-radius: 12px;
	/*background-color: transparent;*/
	background: linear-gradient(to bottom, rgba(127,60,21,0.3) 0%, rgba(127,60,21,0.3) 1%, rgba(127,60,21,1) 100%);
}
#nav ul li:hover {
	background-image: url(../images/nav-hg.jpg);
}
#nav a {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
}
#nav a:hover {
	color: #000;
}
#nav p {
	color: #663300;
	font-size: 30px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: 900;
	font-style: italic;
}
/* Booklet jQuery Plugin Style*/
.booklet {
	box-shadow: 0px 0px 1px #fff;
	border-radius: 10px;
}
.booklet .b-wrap-left {
	background-color: #ffffee;
	background-image: url(../images/l-seite.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.booklet .b-wrap-right {
	background-color: #ffffee;
	background-image: url(../images/r-seite.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.booklet .b-counter {
	bottom: 10px;
	position: absolute;
	display: block;
	width: 90%;
	height: 20px;
	border-top: 1px solid #ddd;
	color: #222;
	text-align: center;
	font-size: 12px;
	padding: 5px 0 0;
	background: transparent;
	box-shadow: 0px -1px 1px #fff;
	opacity: 0.8;
}
.book_wrapper {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #431F1F;
	padding-top: 25px;
	width: 1100px;
	position: relative;
	background-color: transparent;
	background-image: url(../images/hg.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.book_wrapper h1 {
	font-size: 26px;
	font-family: "royal_bavarian_plainregular";
	padding-bottom: 7px;
	background-color: transparent;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.book_wrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.book_wrapper h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.book_wrapper h4 {
	font-size: 24px;
	font-family: "royal_bavarian_plainregular";
	padding: 10px;
	background-color: transparent;
	background-image: url(../images/h4.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin: 5px;
}
.book_wrapper .text8 {
	color: #000;
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}
.book_wrapper .text10 {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	margin: 5px;
	padding: 5px;
}
.book_wrapper p {
	font-size: 12px;
	width: 420px;
	text-align: justify;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #431F1F;
}
.book_wrapper a {
	border: 0px;
	text-decoration: none;
	color: #C00;
	text-shadow: #000 1px 1px 3px;
	font-weight: 500;
	font-size: 16px;
}
.book_wrapper a:hover {
	color: #330000;
	text-shadow: #fff 3px 3px 3px;
	text-decoration: underline;
}
.book_wrapper img {
	border: 1px solid transparent;
}
.book_wrapper .linkimg {
	width: 150px;
	text-align: center;
}
a#next_button, a#prev_button {
	display: none;
	position: absolute;
	width: 41px;
	height: 40px;
	cursor: pointer;
	margin-top: -20px;
	top: 50%;
	background: transparent url(../images/buttons.png) no-repeat 0px -40px;
}
a#prev_button {
	left: -30px;
}
a#next_button {
	right: -30px;
	background-position: -41px -40px;
}
a#next_button:hover {
	background-position: -41px 0px;
}
a#prev_button:hover {
	background-position: 0px 0px;
}
.loading {
	width: 160px;
	height: 56px;
	position: absolute;
	top: 423px;
	margin-top: -28px;
	right: 437px;
	line-height: 56px;
	color: #fff;
	padding-left: 60px;
	font-size: 15px;
	background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index: 9999;
	border-radius: 20px;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.book_wrapper #wrap {
	margin: 3px;
	padding: 5px;
	width: 260px;
	float: left;
	padding: 3px;
	border: solid #CCCCCC 1px;
	border-radius: 6px;
}
.book_wrapper li {
	color: #630;
	font-style: italic;
	margin: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;
	list-style-type: none;
}
.book_wrapper li a {
	color: #F90;
}
.book_wrapper li a:hover {
	color: #F30;
}
#footer {
	height: 25px;
	width: 900px;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: transparent;
	text-align: center;
	box-shadow: 0px 0px 10px #462300;
	border: 5px solid transparent;
	border-radius: 15px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 3px;
	font-size: 18px;
	text-shadow: #fff 1px 1px 3px;
	color: #462300;
}
#footer li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #462300;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	text-shadow: #fff 1px 1px 3px;
}
#footer li a:hover {
	color: #CCC;
	text-shadow: #FFF 3px 3px 3px;
}
.radimg {
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 10px;
	float: left;
}


.radimgh {
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 10px;
	float: left;
	margin: 10px;
	margin-left: 0px;
}
.radimgp {
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 10px;
	float: left;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: -10px;
}
.radimgr {
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 10px;
	float: right;
}
.radimg:hover {
	box-shadow: 0px 0px 10px #ff7f00;
}
.radimgp:hover {
	box-shadow: 0px 0px 10px #ff7f00;
}
.radimgh:hover {
	box-shadow: 0px 0px 10px #ff7f00;
}
.radimgr:hover {
	box-shadow: 0px 0px 10px #ff7f00;
}
.foimg {
	margin: 10px;
}
.book_wrapper .mitte {
	text-align: center;
}
.book_wrapper .links {
	text-align: left;
}
.book_wrapper .rechts {
	text-align: right;
}
.tabb {
	background: linear-gradient(to bottom, rgba(254,251,244,1) 1%, rgba(226,224,206,1) 100%);
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 5px;
}
.book_wrapper .liu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.book_wrapper .liur {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 30%;
}
.book_wrapper .lil {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	float:right;
}
.book_wrapper .text12 {
	font-size: 12px;
	margin-left: 30px;
}
.book_wrapper .text12-l {
	font-size: 12px;
	margin-left: 30px;
	float: left;
	text-align: justify;
}
.book_wrapper table {
	border-spacing: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 420px;
	border-style: none;
}
.book_wrapper table td {
	text-align: left;
	margin: 0;
}
.tab2 table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-spacing: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 360px;
}
.tab2 table td {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#carousel {
	width: 355px;
	position: relative;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 5px;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 5px;
}
#carousel li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	border: 0;
}
#carousel li img {
	width: 350px;
	height: 197px;
	background: linear-gradient(to bottom, rgba(254,251,244,1) 1%, rgba(226,224,206,1) 100%);
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 5px;
}
#carouselca {
	width: 355px;
	position: relative;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 5px;
}
#carouselca ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 5px;
}
#carouselca li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	border: 0;
}
#carouselca li img {
	width: 350px;
	height: 197px;
	background: linear-gradient(to bottom, rgba(254,251,244,1) 1%, rgba(226,224,206,1) 100%);
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 5px;
}
#wcarousel {
	width: 355px;
	position: relative;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 5px;
}
#wcarousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 5px;
}
#wcarousel li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	border: 0;
}
#wcarousel li img {
	width: 350px;
	height: 197px;
	background: linear-gradient(to bottom, rgba(254,251,244,1) 1%, rgba(226,224,206,1) 100%);
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 5px;
}
.book_wrapper iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.book_wrapper .fram {
	width: 480px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 12px;
	box-shadow: 0px 0px 10px #462300;
}
.book_wrapper .fram2 {
	width: 460px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 12px;
	box-shadow: 0px 0px 10px #462300;
}
.book_wrapper .tabklein {
	width: 350px;
}
#cwrap {
	width: 500px;
	height: 680px;
	overflow: hidden;
	position: relative;
}
#inner {
	position: absolute;
	display: none;
}
#inner.horizontal {
	width: 100%;
	height: 420px;
	margin: -210px 0 0 0;
	top: 50%;
	left: 0;
}
#inner.vertical {
	width: 420px;
	height: 100%;
	margin: 0 0 0 -210px;
	top: 0;
	left: 50%;
}
#caro > div {
	width: 420px;
	height: 420px;
	float: left;
	position: relative;
}
#caro img {
	border-radius: 100px;
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
}
img.t1 {
	left: 10px;
	top: 10px;
}
img.t2 {
	left: 150px;
	top: 10px;
}
img.t3 {
	left: 290px;
	top: 10px;
}
img.t4 {
	left: 10px;
	top: 150px;
}
img.t5 {
	left: 150px;
	top: 150px;
}
img.t6 {
	left: 290px;
	top: 150px;
}
img.t7 {
	left: 10px;
	top: 290px;
}
img.t8 {
	left: 150px;
	top: 290px;
}
img.t9 {
	left: 290px;
	top: 290px;
}
img.t10 {
	left: 290px;
	top: 290px;
}
#up, #down {
	width: 57px;
	height: 25px;
	margin: -27px;
	position: absolute;
	border: none;
}
#up {
	top: 35px;
	left: 50%;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#up:hover {
	background-image: url(images/top-h.png);
}
#down {
	bottom: 35px;
	left: 50%;
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#down:hover {
	background-image: url(images/down-h.png);
}
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #8b2705;
	z-index: 99;
}
#status {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/status3.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -150px 0 0 -150px;
}
#wrap1 {
	width: 480px;
	margin: 0 auto;
	height: 330px;
}
#wrap2 {
	width: 480px;
	margin: 40px auto 0;
	padding-top: 20px;
}
#aimages {
	width: 480px;
	margin: 10px auto;
	padding: 10px;
}
#aimages div {
	display: block;
	float: left;
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 10px;
}
#aimages img {
	display: block;
	border-radius: 10px;
}
#aimages .a {
	margin: 10px;
	width: 220px;
	height: 180px;
}
#aimages2 {
	width: 480px;
	margin: 10px auto;
	padding: 10px;
}
#aimages2 div {
	display: block;
	float: left;
	margin-left: 35px;
	margin-right: 35px;
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 10px;
}
#aimages2 img {
	display: block;
	border-radius: 10px;
}
#aimages .b {
	margin: 10px 20px;
	width: 210px;
	height: 210px;
}
.tab350 {
	width: 350px;
	margin: 0px auto;
	padding-right: 60px;
}
#event {
	color: #431F1F;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}
#event table {
	border-color: #431F1F;
	border-width: 1px;
	margin-bottom: 20px;
}
#event .et14 {
	font-size: 14px;
	font-weight: 900;
}
#event .et12 {
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}
#event2 {
	color: #431F1F;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}
#event2 table {
	border-color: #431F1F;
	border-width: 1px;
	margin-bottom: 10px;
}
#event2 .et14 {
	font-size: 14px;
	font-weight: 900;
}
#event2 .et12 {
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}
.foto table {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
ul#grid li {
	list-style: none outside;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 500px;
	height: 500px;
	line-height: 500px;
	text-align: center;
}
ul#grid li img {
	vertical-align: middle;
}
.news {
	margin: 20px;
	pading: 0px;
	font-size: 11px;
	color: #431F1F;
}
.news .lsnews img{
	margin-left: 0px;	
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 10px;
}
.news .rsnews img{
	margin-left: 40px;
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 10px;	
}
.news .mnews img{
	box-shadow: 0px 0px 10px #462300;
	border: 1px solid transparent;
	border-radius: 10px;
	width: 100px;
	display: inline;
	margin-left: 10px;
	
}
.news h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: center;
}
.news h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF3F00;
	text-align: center;
	padding: 1px;		
	margin: 5px;	
}
.news img {
	display: block;
	margin: 20px auto;
	
	
}
.news .lsnews img:hover {
	box-shadow: 0px 0px 10px #ff7f00;
	
}
.news .rsnews img:hover {
	box-shadow: 0px 0px 10px #ff7f00;
	
}
.news ul{
	
	margin-bottom:20px;
}
.news li {
	font-size: 14px;
	color: #431F1F;
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.news p {
	margin: 30px;
	padding: 0px;
	text-align: justify;
	font-size: 12px;
}
.news .ttab {
	margin-left: 85px;
}
.news .rtext {
	color: #FF3F00;
	text-align: center;
}
.news .mtext {
	font-size: 10px;
}
.news .jtext {
	text-align: justify;
	font-size: 10px;
}
.news hr {
	margin-left:30px;
	margin-right:0px;
	margin-bottom:-20px;
	
	
}
.news hr.style {
    height: 30px;
    border-style: solid;
    border-color: #431F1F;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
.news hr.style:before { 
    display: block;
    content: "";
    height: 30px;
    margin-top:-31px;
    border-style: solid;
    border-color: #431F1F;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}	
.news a{
	color: #FFA600;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	text-shadow: 1px 1px #4A4A4A;
}
.news a.hover{
	color: #FF5F00;
	text-decoration: underline;
}


