@charset "utf-8";
/* CSS Document */

body
{
	background-color: #E5CD90;
}

.page
{
	width: 990px;
	margin: 0 auto 0 auto;
	position: relative;
	overflow: hidden;
}

.head_top
{
	width: 990px;
	height: 25px;
	float: left;
	margin-top: 6px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.head_top a
{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
}

.head_top a:hover
{
	text-decoration: underline;
}

.head_top span
{
	margin: 0px 20px 0px 20px;
}

.head
{
	width: 990px;
	height: 79px;
	background-color: #900C13;
	float: left;
	z-index: 10;
}

.head_image
{
	width: 990px;
	height: 417px;
	float: left;
	z-index: 1;
}

.head_image_content
{
	width: 990px;
	height: 327px;
	float: left;
	z-index: 1;
}

.head_image img,
.head_content img
{
	float: left;
}

/* Content */
.content_main
{
	width: 990px;
	float: left;
	background-color: #FCFAED;
	overflow: hidden;
	
	background-image: url(../img/content_back.png);
	background-repeat: repeat-y;
}

.content
{
	float: left;
	width: 620px;
	min-height: 400px;
	padding: 20px 50px 50px 50px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.content  a:visited{
	text-decoration: underline;
}
.content ul{
	margin: 0 0 9 10;
	padding: 0 0 0 4;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-image: url(../img/li.gif);
	background-image: none;
}

.content .content_sub
{
	width: 620px;
	float: left;
	margin-top: 30px;
}

.content a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #920C13;
	line-height:20px;
	text-decoration:underline;
}
.content a:hover
{
	color: #000000;
	text-decoration:underline;
}


.content .nav_link
{
	width: 620px;
	height: 20px;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 0;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #665B34;
}


.content img{
	margin: 0px;
	padding: 9px;
	border: 1px solid #e5e5e5;
	background-color:#fafafa;
}




.content .content_text
{
	width: 330px;
	margin-left: 26px;
	float: left;
	display: inline;
}

.content .nav_link a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #665B34;
	text-decoration: none;
}

.content .nav_link a:hover
{
	text-decoration: underline;
}

/* Right */
.content_right
{
	float: left;
	width: 270px;
	min-height: 400px;
	background-color: #D0BC75;
}

.content_right .box_nav
{
	width: 210px;
	height: 125px;
	background-image: url(../img/box_nav_bg.png);
	background-repeat: no-repeat;
	padding: 15px 30px;	
}

.content_menu_right2 ul
{
	margin: 0;
	padding: 0 0 0 15px;
}

.content_menu_right2 ul li
{
	line-height: 24px;
	list-style: none;
	list-style-image: url(../img/arrow-right2.png);
}

.content_menu_right2 ul li a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #920C13;
	text-decoration: none;
}

.content_menu_right2 ul li a:hover
{
	color: #FDFCF7;
	text-decoration: none;
}

.content_right .box_email
{
	width: 210px;
	height: 152px;
	background-image: url(../img/box_email_back.png);
	background-repeat: no-repeat;
	padding: 30px;
}
.box_email img
{
	border:0px;
}
.box_email img a
{
	border:0px;
}

.content_right .box_social
{
	width: 210px;
	height: 234px;
	background-image: url(../img/box_social_back.png);
	background-repeat: no-repeat;
	padding: 30px;
}

/* H classes */
h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #B8A56C;
	margin-bottom: 10px;
	padding: 0;
	line-height:25px;
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #920C13;
	margin: 0;
	padding: 0;
	line-height:22px;
}

h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B8A56C;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

/* Right side content */
p.title
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #900C13;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p.subtitle
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #524A2C;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p.text_right
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 0;
	line-height: 16px;
}

p.image
{
	text-align: left;
	padding: 0;
	margin: 20px 0px 10px 0px;
}

p.link_right
{
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
}

p.link_right a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #920C13;
	text-decoration: underline;
}

/* Bottom */
.bottom
{
	width: 990px;
	float: left;
	height: 249px;
	margin: 17px 0px 0px 0px;
	background-color: #BBA360;
	overflow: hidden;
}

.bottom .galery
{
	float: left;
	width: 720px;
}

.bottom .galery a img
{
	border: 0px solid;
}

.bottom .galery img
{
	float: left;
	margin: 7px 0px 7px 7px;
}

.bottom .galery_right
{
	width: 210px;
	float: left;
	padding: 30px;
}

/* Footer */
.footer
{
	width: 990px;
	height: 36px;
	margin: 17px 0px 29px 0px;
	float: left;
	background-color: #900C13;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #F8F8ED;
}
.footer img
{
	border:0px;
}
.footer img a
{
	border:0px;
}

.footer_left
{
	width: 735px;
	padding: 11px 0px 0px 30px;
	float: left;
	display: inline;
}

.footer_right
{
	width: 160px;
	padding: 11px 30px 0px 30px;
	float: left;
	display: inline;
	text-align: right;
}

.footer span.sep
{
	margin: 0px 9px 0px 9px;
	display: inline;
}

.footer a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #F8F8ED;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

/* Floating elements */
.logo
{
	position: absolute;
	top: 24px;
	left: 778px
}

.logo img
{
	float: left;
	border:0px;
}
.logo img a
{
	border:0px;
}


#preis-table-a 
{
	padding:0;
	color:#666666;
	margin:0;
	background-color: #fff5db;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
td.preislistetop {
	background-color:#900C13;
	color:#ffffff;
}
#preis-table-a td
{
	padding:4px;
	color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #fff5db;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
#preis-table-a td table td
{
	background: #fff5db;
	color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#ffffff;
}
#preis-table-a tr:hover td
{
	background: #e5cd90;
	color: #666666;
}
#preis-table-a tr.preislistetop td{
	background-color:#900C13;
	color:#ffffff;
}

table.anfrage  a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 37px;
	background-color: #900C13;
	margin: 0px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #000000;
}
table.anfrage a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 37px;
	background-color: #900C13;
	margin: 0px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #000000;
}
table.anfrage a:active{
	text-decoration:none;
}
table.anfrage  a:hover{
	background-color: #ff8500;
	color: #ffffff;
	text-decoration: none;
}
table.anfrage a:visited{
	text-decoration:none;
}

hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e5cd90;
	height: 1px;
}

.hervorgehoben {
   background-color:#f9e3aa;
   border:1px solid #bba360;
   padding:20px;
}

.camera img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#marqueecontainer
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}

#marqueecontainer a
{
	color: #900C13;
	text-decoration: none;
}

#marqueecontainer a:hover
{
	color: #900C13;
	text-decoration: underline;
}

*---------------------GOOGLE-MAPS-----------------------------*/

#maprahmen {
   border: 1px solid #E1CFAB;
   width: 100%;
   text-align: center;
}
#maprahmen img
{
background-color: none;
border: 0;
}
#maprahmen img a
{
background-color: none;
border: 0;
}
#karte {
   width: 100%; 
   height: 320px;
}

#input-hintergrund {
   background: #fcf8f1;
   padding: 5px;
}

#inputaddress {
   width: 300px;
   padding: 1px;
   height: 20px;
   border: 1px solid #E1CFAB;
   background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #635830;
}

#mapsButton1 {
   width: 200px;
   height: 25px;
   padding: 3px;
   border: 1px solid #CDD6DD;
   color: #fff;
   background: #03497C url(../img/button-hg.jpg) repeat-x top;
   vertical-align: bottom;
}

#mapsButton1:hover {
   border: 1px solid #079AE0;
   font-weight: bold;
   background: #03497C url(../img/button-hg.jpg) repeat-x top;
   cursor: hand;
}

.mapposition {
   color: #000;
   font-size: 12px;
}

#maprahmen img
{
	background: none;
	border: 0;
}
-------------------
