/* @override http://www.pov.at/ursinhaus/shop/templates/ursinhaus/stylesheet.css */

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
margin:0;
padding:0;
background-color:#ece5dc;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:10px;
min-width: 41em;
height:100%;

}

/* links */
a, a:visited {	
	color:#604A31;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	
	color:#604A31;
		background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333333;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #333333;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
 	background: #fafafa;
/*  border: 1px solid #dcdcdc;*/
	padding: 5px;
}

a img {
 	background: #ece5dc;
  border: 1px solid #dcdcdc;
	padding: 2px;
}

#header-links img {
 	background: #F6EFBB;
  border: none;
	padding: 0px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(img/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 1px;	
}
th strong {
	color: #fff;
}
th {
	background: #ece5dc url(img/nav.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}


tr {
	height: 30px;
}
td {
	padding-left: 5px;
	padding-right: 0px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form2 {
	margin:10px; padding: 0 5px;
	border: 1px solid #f1f1f1; 

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border: 1px solid #818181;
	font: normal 1em Verdana, sans-serif;
	color:#315d0e;
}

#loginbox table tbody tr td.main input {
	margin-top: 5px;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #818181;
	height:100px;
	display:block;
	color:#315d0e;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #333333 url(img/nav.jpg) repeat-x 0 0;
	border: 1px solid #88AD0C;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff ;
	margin:auto;
	width:1280px;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1120px;	
	padding: 0; 			
	margin-left: 0px;
	padding-bottom: 15px;	
	display: inline;
	
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header {
	position: relative;
	background: #fff url(img/header.jpg) repeat-x;
	border-bottom:1px #CC0000 solid;
height:400px;
width:1280px;
background-position:top left;
background-repeat:no-repeat;
	padding: 0;	
	margin: 0px auto;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: -20000px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #5b4a29;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 25px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #5b4a29;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}
#header #header-menu {
	position: absolute;
	top: 120px; left: 10px;
	font-size: 16px;
	color: #2d600c;
}

#header #header-menu a{
	color: #2d600c;
}



/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#logo {
position:relative;
top:5px;
left:610px;

z-index:2;
}
#logo a {
text-decoration:none;
}
#logo img {
background: transparent;
	border-style: none;
}

/* Navigation */
#menu{
	padding:0 0 0 14px;

}
#xtnav {
	clear: both;	
	margin: 0; 
	padding-top:  2px ;		
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	height: 18px;	
	border-bottom:1px #FFFFFF solid;
}
#xtnav ul {
	float: left;
	list-style: none;
	/*background: url(img/nav.jpg) repeat-x;	*/
	width: 700px;		
	
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 4px 0 4px 0;	
	display: inline;
}
#xtnav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#xtnav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	
	color:#604A31;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;	
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	}
/* Main Column */
#main {
	float: left;
	width: 900px;
	padding: 15px 0 0 0; 
	margin: 0 0 0 14px;
	display: inline;
	
}
#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333333; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #333333; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(img/bullet.gif);
}

#navtrailer {
	margin: 0 0 0 10px;
}


/* Sidebar */	
#sidebar {
	float: right;
	width: 200px;
	padding: 25px 0 0 0; margin: 0;
	}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #333333; 			
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #976834; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #b20f00;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 1000px;
	height: 120px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;		
	
	border-top: 10px ;
	
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #323232;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 989px;
	padding: 15px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #976834;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

.copyright {
position: absolute;
left: -20000px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  position: absolute;
left: -20000px;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

th.sitemap_heading a {
	color: white;
	background: transparent;
	
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #AEAFB2; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #9CB10E; }

#runningnet{
	 position: absolute;
left: -20000px;
}



/* Neuer teil*/
	
#nav {
background-color:#dbcbb9;
padding:0 0 0 20px;
border-bottom:1px #FFFFFF solid;
z-index:1;
}
#ursinhausstart {
background-image:url(../../../bilder/headerbgstart.jpg);
background-position: top left;
background-repeat:repeat-x;
height:260px;

border-bottom: 1px #FFFFFF solid;
}
#ursinhaus {
background-image:url(../../../bilder/headerbg.jpg);
background-position: top left;
background-repeat:repeat-x;
height:260px;

border-bottom: 1px #FFFFFF solid;
}
#ursinhauswein {
background-image:url(../../../bilder/headerbgwein.jpg);
background-position: top left;
background-repeat:repeat-x;
height:260px;

border-bottom: 1px #FFFFFF solid;
}
#ursinhauscafe {
background-image:url(../../../bilder/headerbgcafe.jpg);
background-position: top left;
background-repeat:repeat-x;
height:260px;

border-bottom: 1px #FFFFFF solid;
}
#ursinhausbeh {
background-image:url(../../../bilder/headerbgbeh.jpg);
background-position: top left;
background-repeat:repeat-x;
height:260px;

border-bottom: 1px #FFFFFF solid;
}
#ursinhausrad {
background-image:url(../../../bilder/headerbgrad.jpg);
background-position: top left;
background-repeat:repeat-x;
height:260px;

border-bottom: 1px #FFFFFF solid;
}
#ursinhausver{
background-image:url(../../../bilder/headerbgver.jpg);
background-position: top left;
background-repeat:repeat-x;
height:260px;

border-bottom: 1px #FFFFFF solid;
}
#ursinhauskon{
background-image:url(../../../bilder/headerbgkon.jpg);
background-position: top left;
background-repeat:repeat-x;
height:260px;

border-bottom: 1px #FFFFFF solid;
}
#stripe {
height:15px;
background-color:#dbcbb9;
border-bottom: 1px #FFFFFF solid;
}
#headerbild {
border-right:1px #FFFFFF solid;
}
img {
padding:0;
margin:0;
}
/* \*/
#buttonbarr{
position:absolute;
top:-36px;
left:920px;
}
/* */ 
#buttonbarr{
position:absolute;
top:-9px;
left:920px;
}
#primary {
float:left;
width:200px;
height:650px;
border-right:1px #FFFFFF solid;


}
#primary2 {
float:left;
width:0px;
height:650px;



}
u{
display:block;
margin: 0 0 -10px 0;
}
#primary img{
margin-top:40px;
}
#secondary {
float:right;
width:100px;
height:650px;

}

#content {
width:350px;

margin:40px 50px 20px 260px;
padding:0 50px 0 0;


}
#content2 {
width:350px;

margin:0;
padding:20px 50px 0 20px;


}
#content a img{
border:0;
padding:0 20px 20px 0;
}
#content a{
color:#666;
text-decoration:underline;
}
#content a:hover{
color:#666;
text-decoration:none;
}
#content p{
letter-spacing:0.5px;
line-height:14px;
font-size:11px;

}
#content ul li{
list-style-type:disc;
font-size:12px;
}
h5 {
padding:10px 0 3px 0 ;
}
#headline {
color:#666666;
font-size:16px;
text-align:left;

}
#content ul {
margin:-10px 0 0px 0 ;
padding:0 0 15px 0;
list-style-position:outside;
}
#content li {
list-style-type:none;
padding:2px;
}
#content table{
width:650px;
}
#content td {
width:200px;
height:20px;
border-bottom:1px #CCCCCC solid;
}
#content #preisliste {
width:300px;important!

}
#content #preisliste td {
width:150px;
height:20px;
border-bottom:1px #CCCCCC solid;
}
#content #beherbergung {
width:300px;important!

}
#content #beherbergung td {
width:350px;
height:15px;
border-bottom:1px #CCCCCC solid;
}
#content #kontakt {
width:300px;important!

}
#content #kontakt td {
width:350px;
height:15px;
border-bottom:0px;
}
#content2 object {
border:1px #CCCCCC solid;
}
.email {
width:100px;
}
#partner1 {
float:left;
margin:0 10px 0 0 ;
width:300px;
}
partner2 {
float:right;
width:300px;
}
#footer {
clear:both;
border-top:1px #FFFFFF solid;
text-align:center;
margin:0;
padding:5px 0 8px 0;
font-size:9px;
color:#FFFFFF;
}
#footer a {
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover {
color:#FFFFFF;
text-decoration:none;
}




















<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
<style type="text/css">


/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:#DBCBB9;
		border-width:3px 0px 3px 0px;
		border-style:solid;
		border-color:#DBCBB9;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:6px 20px 6px 8px;
		margin:0px;
		color:#604A31;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
		border-color:#F6F6F4;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#604A31;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px 0 15px 5px;
		margin:0px;
		background-color:#F6F6F4;
		border-width:3px 1px 1px 1px;
		border-style:solid;
		border-color:#F6F6F4;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:10px 30px 2px 5px;
		color:#604A31;
		font-family:Verdana;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		font-family:Verdana;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		font-family:Verdana;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		font-family:Verdana;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		color:#604A31;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#DBCBB9;
		font-family:Verdana;
		font-size:12px;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:2px;
		margin:4px 5px 4px 5px;
		border-color:#DBCBB9;
	}


	/*"""""""" Content Box""""""""*/	
	#qm0 .qmcbox	
	{	
		font-family:Verdana;
		font-size:12px;
	}


	/*"""""""" Item Stripes""""""""*/	
	#qm0 .qmstripe	
	{	
		font-family:Verdana;
		font-size:12px;
	}


	/*"""""""" Box Animation Styles""""""""*/	
	#qm0 .qmbox	
	{	
		border-width:1px;
		border-style:solid;
		border-color:#999999;
	}


	/*"""""""" Main Hover Fill Items [Static]""""""""*/	
	#qm0 .qmhoverfill	
	{	
		background-color:#91ED99;
	}


	/*"""""""" Sub Hover Fill Items [Static]""""""""*/	
	#qm0 div .qmhoverfill	
	{	
		background-color:#91E599;
		border-width:1px;
		border-style:solid;
		border-color:#555555;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url(qmimages/cssalt1_arrow_right_hover.gif);
		font-family:Verdana;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
		background-image:url(qmimages/cssalt1_arrow_right.gif);
		font-family:Verdana;
	}



	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url(qmimages/cssalt1_arrow_down_hover.gif);
		font-family:Verdana;
		text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		background-image:url(qmimages/cssalt1_arrow_down.gif);
		background-repeat:no-repeat;
		background-position:97% 50%;
		font-family:Verdana;
	}


</style>
	
	
