@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-x;
}

body.mceContentBody
{
	background: none;
	background-color: #FFFFFF;
}

a img
{
	border: 0px solid;
}

/* Containers */
.page_c
{
	min-width: 1039px;
	max-width: 1172px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	
	background-image: url(../img/page_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.page
{
	width: 1039px;
	min-height: 1500px;
	margin: 0 auto 0 auto;
	padding: 0 0 150px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.head_top
{
	width: 1039px;
	height: 68px;
	float: left;
}

.head_top .top_links
{
	width: 1039px;
	height: 36px;
	float: left;
	
	text-align: right;
}

.head_top .menu_c
{
	width: 1039px;
	height: 21px;
	float: left;
	padding: 0 0 5px 0;
}

.head_top .top_bottom
{
	width: 1039px;
	height: 6px;
	float: left;
	
	background-image: url(../img/bar.png);
}

/* Head */
.head_top .top_links a
{
	margin: 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E5BF79;
	text-decoration: none;
}

.head_top .top_links a:hover
{
	text-decoration: underline;
}

.head_top .top_links a.lang
{
	margin: 0 3px;
}

.head_top .top_links a.lang.start
{
	margin: 0 3px 0 20px;
}

.head_top .top_links a.lang img
{
	vertical-align: middle;
}

.head_top .menu_c .menu
{
	width: 850px;
	float: left;
}

.head_top .menu_c .phone
{
	width: 189px;
	float: left;
	text-align: right;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0C4C66;
	line-height: 21px;
}

.head_image
{
	width: 1039px;
	height: 378px;
	float: left;
}

/* Floating elements */
.logo
{
	position: absolute;
	top: 69px;
	right: 25px;
	z-index: 10;
	
	width: 186px;
	height: 94px;
	padding: 20px 0 0 0;
	text-align: center;
	
	background-image: url(../img/logo-bg.png);
	background-repeat: no-repeat;
}

.logos
{
	position: absolute;
	top: 400px;
	right: 0px;
	z-index: 20;
	
	width: 223px;
	height: 41px;
	padding: 0 15px 0 0;
	text-align: right;
}

.logos a
{
	margin: 0 5px;
}

.logos a img
{
	vertical-align: middle;
}

.c_left
{
	position: absolute;
	top: 326px;
	left: 0px;
	z-index: 10;
	overflow: hidden;
	
	width: 352px;
	min-height: 800px;
	padding: 0 0 170px 0;
	
	background-color: #F5F5F5;
}

.shadow-below
{
	width: 100%;
	height: 5px;
	float: left;
	
	background-image: url(../img/shadow-under.png);
	background-repeat: repeat-x;
}

/* Menu */
.c_menu
{
	width: 687px;
	height: 76px;
	float: left;
	padding: 0 0 0 352px;
}

.c_menu.calculator
{
	width: 1039px;
	padding: 0;
}

.c_menu.summer
{
	border-bottom: 7px solid #B4E158;
	background-image: url(../img/menu_bg_summer.png);
	background-repeat: repeat-x;
}

.c_menu.winter
{
	border-bottom: 7px solid #E5BF79;
	background-image: url(../img/menu_bg_winter.png);
	background-repeat: repeat-x;
}

.c_menu .cm_box
{
	width: 135px;
	height: 58px;
	float: left;
	padding: 8px 15px 0 15px;
}

.c_menu .cm_box.end
{
	width: 135px;
	padding: 12px 20px 0 31px;
}

.c_menu .cm_box.calculator
{
	padding: 12px 20px 0 352px;
}

.c_menu .cm_sep
{
	width: 1px;
	height: 49px;
	float: left;
	margin: 13px 0 0 0;
	display: inline;
}

.c_menu.summer .cm_sep
{
	background-color: #88C018;
}

.c_menu.winter .cm_sep
{
	background-color: #FFFFFF;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

.c_menu .cm_box ul
{
	width: 135px;
	float: left;
	margin: 0;
	padding: 0;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	list-style: none;
}
.c_menu .cm_box ul li
{
	background-position: right center;
	background-repeat: no-repeat;
}
.c_menu.summer .cm_box ul li
{
	background-image: url(../img/arrows/arrow-right-small-green.png);
}
.c_menu.summer .cm_box ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.c_menu.summer .cm_box ul li a:hover
{
	text-decoration: underline;
}
.c_menu.summer .cm_box ul li a.dark
{
	color: #525F25;
}
.c_menu.winter .cm_box ul li
{
	background-image: url(../img/arrows/arrow-right-small-orange2.png);
}
.c_menu.winter .cm_box ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.c_menu.winter .cm_box ul li a:hover
{
	text-decoration: underline;
}
.c_menu.winter .cm_box ul li a.dark
{
	color: #E5BF79;
}

.c_menu .cm_box a.anreise
{
	width: 135px;
	height: 50px;
	float: left;
	padding: 0 10px 0 0;
	position: relative;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	background-repeat: no-repeat;
	background-position: 20px center;
}
.c_menu .cm_box a.anreise > img
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.c_menu.summer a.anreise
{
	color: #44412A;
	background-image: url(../img/austria-filzmoos-summer.png);
}
.c_menu.winter a.anreise
{
	color: #E5BF79;
	background-image: url(../img/austria-filzmoos-winter.png);
}

.c_menu.summer a .arrowed
{
	width: 4px;
	height: 8px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	background-image: url(../img/arrows/arrow-right-small-green.png);
}
.c_menu.winter a .arrowed
{
	width: 4px;
	height: 8px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	background-image: url(../img/arrows/arrow-right-small-orange.png);
}

/* Main */
.main
{
	width: 687px;
	float: left;
	overflow: hidden;
	margin: 25px 0 30px 352px;
	display: inline;
	
	background-color: #FFFFFF;
}

.main.calculator
{
	width: 1039px;
	margin: 25px 0 30px 0;
}

.content
{
	width: 388px;
	float: left;
	padding: 40px 61px 30px 61px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}

.content.calculator
{
	width: 831px;
	padding: 40px 25px 0 0;
}

.c_right
{
	width: 177px;
	float: left;
}

/* Content */

.content p
{
	margin: 0;
	padding: 0;
}

.content a
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #851D39;
	text-decoration: underline;
}

.content a:hover
{
	text-decoration: underline;
	color: #E1B666;
}

h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #E1B666;
	
	margin: 0;
	padding: 0;
}

h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5F6C73;
	line-height: 20px;
	margin: 0;
	padding: 25px 0 25px 0;
}
h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: strong;
	color: #E1B666;
	
	margin: 0;
	padding-bottom: 10px;
}
.content ul{
	margin: 0 0 9px 2px;
	padding-left: 15px;
	list-style-image: url(../img/li.gif);
}
.content li{
	padding-bottom: 1px;
}
#preis-table-a 
{
	padding:0;
	color:#666666;
	margin:0;
	background-color: #e0e0e0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	font-size:12px;
		line-height: 25px;
}
td.preislistetop {
	background-color:#AA0659;
	color:#ffffff;
		font-size:12px;
		line-height: 25px;
}
#preis-table-a td
{
	padding:4px;
	color:#4D6672;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #e0e0e0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	font-size:12px;
	line-height: 25px;
}
#preis-table-a td table td
{
	background: #e3e3e3;
	color:#4D6672;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#ffffff;
	font-size:12px;
	line-height: 25px;
}
#preis-table-a tr:hover td
{
	background: #f8f8f8;
	color: #000000;
	font-size:12px;
	line-height: 25px;
}
#preis-table-a tr.preislistetop td{
	background-color:#AA0659;
	color:#ffffff;
	font-size:12px;
	line-height: 25px;
}
#preis-table-a tr.preislistetop2 td{
	background-color:#88C018;
	color:#ffffff;
	font-size:12px;
	line-height: 25px;
}
.hervorgehoben {
   background-color:#ffffff;
   border:2px solid #e6e6e6;
   padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4C5051;
	line-height: 24px;
}
td {
	font-size: 12px;
	line-height: 24px;
	font-family:Verdana, Geneva, sans-serif;
}
a.buttonred
{
	width: 170px;
	height: 24px;
	float: left;
	padding: 6px 0 0 0;
	margin: 10px 0 0 0;
	display: inline;
	
	background-image: url(../img/buttons/btn_red2_bg.png);
	background-repeat: no-repeat;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E5BF79;
	text-decoration: none;
	text-align: center;
}
a.buttonred2
{
	width: 170px;
	height: 30px;
	float: left;
	padding: 6px 0 6px 0;
	margin: 10px 0 0 0;
	display: inline;
	
	background-image: url(../img/buttons/btn_red_bg.png);
	background-repeat: no-repeat;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E5BF79;
	text-decoration: none;
	text-align: center;
}
a.buttongreen
{
	width: 170px;
	height: 30px;
	padding: 6px 0 6px 0;
	margin: 10px 0 0 0;
	display: inline;
	float:right;
	background-image: url(../img/buttons/btn_green_bg.png);
	background-repeat: no-repeat;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.klein
{
	font-size:10px;
	line-height:12px;
}
.mypets { 
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	height:30px;
	border: 1px solid white;
	background-color:#AA0659;
	background-image: url(../img/hg_header1.jpg);
	background-repeat:no-repeat;
	text-indent:25px;
	line-height:25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: strong;
	color: #E1B666;
	}
.openpet{ 
	background-color: #AA0659;
	color:#E1B666;
	background-image: url(../img/hg_header2.jpg);
	background-repeat:no-repeat;
	text-indent:25px;
}
.thepet{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eff9fc;
	background-color: #ffffff;
	padding:15px;
}
/* Left */
.lage
{
	width: 295px;
	height: 124px;
	padding: 10px;
	
	position: absolute;
	left: 18px;
	bottom: 18px;
	cursor: pointer;
	
	background-image: url(../img/lage_bg.png);
	background-repeat: no-repeat;
}

.lage a
{
	text-decoration: none;
}

.lage p
{
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.lage p.title
{
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}

.lage p.lp_right
{
	padding: 10px 0 0 200px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E5BF79;
	line-height: 20px;
}

/* Right */
.c_right .box
{
	width: 177px;
	float: left;
	overflow: hidden;
	padding: 25px 13px 30px 13px;
}

.c_right .box.gray
{
	background-color: #F8F8F8;
}

.c_right .box .suchen
{
	width: 145px;
	height: 18px;
	float: left;
	
	background-image: url(../img/suchen_bg.png);
	background-repeat: no-repeat;
}

.c_right .box .suchen input[type=text]
{
	width: 80px;
	height: 15px;
	float: left;
	margin: 1px 0 0 10px;
	display: inline;
	padding: 0;
	
	border: 0px solid;
	background: none;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.c_right .box a.arrow
{
	width: 150px;
	float: left;
	margin: 5px 0;
	display: inline;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	
	background-image: url(../img/arrows/arrow-right-small-orange2.png);
	background-repeat: no-repeat;
	background-position: 142px 3px;
}

.c_right .box a.arrow:hover
{
	text-decoration: underline;
}

/* Footer */
.footer
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	width: 617px;
	float: left;
	clear: both;
	padding: 25px 30px 20px 392px;
}

.footer .box
{
	width: 203px;
	min-height: 125px;
	float: left;
	padding: 0 0 0 105px;
}

.footer .box.start
{
	width: 265px;
	padding: 0 43px 0 0;
	border-right: 1px solid #E9E0D0;
}

.footer .box p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.footer .box p.title
{
	padding: 0 0 15px 0;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #E5BF79;
	line-height: 20px;
}

.footer .box .fc_content
{
	width: 100%;
	float: left;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 22px;
}

.footer .box .fc_content span.sep
{
	margin: 0 6px;
}

.footer .box .fc_content a
{
	color: #666666;
	text-decoration: none;
}

.footer .box .fc_content a.arrow
{
	width: 200px;
	float: left;
	margin: 5px 0;
	display: inline;
	line-height: 22px;
	
	background-image: url(../img/arrows/arrow-right-small-gray.png);
	background-repeat: no-repeat;
	background-position: 190px 8px;
}

/* Left tabs */
.l_box
{
	width: 314px;
	min-height: 200px;
	float: left;
	padding: 10px 0 10px 10px;
	margin: 17px 0 17px 0;
	display: inline;
	
	background-color: #FFFFFF;
}
.l_box ul{
	margin: 0 0 9px 2px;
	padding-left: 15px;
	list-style-image: url(../img/li.gif);
}
.l_box li{
	padding-bottom: 1px;
}

.l_box p
{
	width: 304px;
	float: left;
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

.l_box p.title
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #AA0659;
	line-height: 20px;
	padding: 0 0 5px 0;
}
.l_box p.title_green
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #88C018;
	line-height: 20px;
	padding: 0 0 5px 0;
}
.l_box table
{
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	border: 0px solid;
}

.l_box ul
{
	float: left;
	margin: 0;
	padding: 0;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	
	list-style: disc;
}

.l_box ul li
{
	margin: 0 0 0 10px;
}

.l_box a.button
{
	width: 200px;
	height: 24px;
	float: left;
	padding: 6px 0 0 0;
	margin: 10px 0 0 52px;
	display: inline;
	
	background-image: url(../img/buttons/btn_red2_bg.png);
	background-repeat: no-repeat;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E5BF79;
	text-decoration: none;
	text-align: center;
}
.l_box a:hover.button
{
	text-decoration:underline;
}
.l_box a.button_green
{
	width: 200px;
	height: 24px;
	float: left;
	padding: 6px 0 0 0;
	margin: 10px 0 0 52px;
	display: inline;
	
	background-image: url(../img/buttons/btn_green2_bg.png);
	background-repeat: no-repeat;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.l_box a:hover.button_green
{
	text-decoration:underline;
}
*---------------------GOOGLE-MAPS-----------------------------*/

#maprahmen {
   border: 1px solid #E1CFAB;
   width: 100%;
   text-align: center;
}

#karte {
   width: 100%; 
   height: 320px;
}

#input-hintergrund {
   background: #FFFFFF;
   padding: 5px;
 border: 1px solid #e6e6e6;
}

#inputaddress {
   width: 180px;
   padding: 1px;
   height: 20px;
   border: 1px solid #e6e6e6;
   background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
}

#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;
}
/* ------------------- */


table.search_list
{
	width: 100%;
	float: left;
}

table.search_list thead tr
{
	color: #FFFFFF;
	background-color: #333333;
}

table.search_list thead th
{
	text-align: left;
	padding: 0 5px;
}

table.search_list tbody tr.odd
{
	background-color: #999999;
}
table.search_list tbody tr.even
{
	background-color: #777777;
}
table.search_list tbody td
{
	padding: 0 5px;
	color: #FFFFFF;
}�


#preis-table-a-small 
{
	padding:0;
	color:#666666;
	margin:0;
	background-color: #e0e0e0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	font-size:11px;
	line-height: 20px;
}
td.preislistetop-small {
	background-color:#AA0659;
	color:#ffffff;
	font-size:11px;
	line-height: 20px;
}
hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c4106b;
	height: 1px;
}
#preis-table-a-small td
{
	padding:2px;
	color:#4D6672;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #e0e0e0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	font-size:11px;
	line-height: 20px;
}
#preis-table-a-small td table td
{
	background: #e3e3e3;
	color:#4D6672;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#ffffff;
	font-size:11px;
	line-height: 20px;
}
#preis-table-a-small tr:hover td
{
	background: #f8f8f8;
	color: #000000;
	font-size:11px;
	line-height: 20px;
}
#preis-table-a-small tr.preislistetop-small td{
	background-color:#AA0659;
	color:#ffffff;
	font-size:11px;
	line-height: 20px;
}

.calendar
{
	z-index: 101;
}
