	


/* ######################################################################################################
** ### Vorbereitende MaÃŸnahmen | Reset ##################################################################
** ######################################################################################################
*/
	/* Hiermit werden die RandabstÃ¤nde und border aller HTML-Elemente auf Null gesetzt. Damit wird das       
	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 
	*/
	
	* { margin:0; padding: 0; } 

	/* Das zurÃ¼cksetzen der Innen- und AuÃŸenabstÃ¤nde verursacht zu kleine Selectboxen. Dies wird korrigiert */
	option {padding-left: 0.4em}
	
	/*
	** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]
	*/
	
	/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
	** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die HÃ¶he des Browserfensters. */
	html { height: 100% } 
	body { 
		min-height: 101%;	
	/* Beseitigung des Rundungsfehlers bei SchriftgrÃ¶ÃŸen im Opera sowie Standardformatierungen */
		font-size: 100.01%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die GrÃ¶ÃŸe des Browser 
			Fensters geÃ¤ndert wird. */
		position: relative; 
	
	/* Vorgabe der Standardfarben und Textausrichtung*/     
		color: #000;        
		background: #fff;
		text-align: left; 
	} 
	
	/* Standardrahmen zurÃ¼cksetzen */
	fieldset, img { border:0; }
	
	/* Anpassung fÃ¼r Safari Browser. font-size:100% ist fÃ¼r den Safari in Formularen zu groÃŸ */ 
	select, input, textarea { font-size: 99% }
	
	
/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-LÃ¶sungen ###########################################################
** ######################################################################################################
*/

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Diese Angabe benÃ¶tigt der Safari-Browser zwingend !! */
	.clearfix { display: block; } 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: BenÃ¶tigt nur der Internet Explorer und Ã¼ber iehacks.css zugeschaltet */
	#ie_clearing { display: none }
	

	
/* ####################################### Ende Clearing ####################################### */

body { 
	background: #ffffff; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	}

/* Layoutpositionierung | Randgestaltung */

#hold_floats {
 padding:0px; 
	margin: 0px;
	
}

#page_margins {
	width: 1003px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding:0;
	padding-top:0;
}



/* ############### Formatierung der Kopfbereiches ############### */
.skip {
  	position: absolute;
	left: -1000em; 
	width: 20em;
}

#header {
	margin: 0px;
	padding: 0px;

}

#headerlogo {
	margin: 5px;
	padding: 35px 0 0 0;
	width:200px;
}


h1 {
	background-image: url(../image/bruendllogo.gif);
	width: 194px;
	height: 88px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background-repeat: no-repeat;

	}

	

h1 span {
	position: absolute;
	padding:0;
	width: 50em;
	left: -50em;
	}
	
.subtitel {
	font-size: 1.3em;
	font-weight: bold;
	color: #88693b;
	margin: 0px 0px 25px 5px;
	padding: 0;
	background-repeat: no-repeat;

	}
	
/* ############### topnav ############### */
	
#topnav {
	float:right;
	margin: 5px 10px 0 0;
	padding:0;
	font-size: 1.1em;
	z-index: 2;
	color:#88693b;
}

#topnav a{
	color:#88693b;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
}

#topnav a:hover{
	color:#88693b;
	text-decoration:underline;
}

	
	
/* ######################################################################################################

** ### Skiplink-Navigation ##############################################################################

** ######################################################################################################

*/



.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}



/* ############### NAVIGATION ############### */


#nav {
	border-top: 1px solid #88693b;
	border-bottom: 1px solid #88693b;
	padding:6px;
	font-size: 1.2em;
	width: 1003px;
	text-align: center;
}


	
#nav a {
	text-decoration: none;
	color:#88693b;
	text-decoration:none;
	padding: 6px 10px 6px 10px;
	
}


#nav a:hover {
	color:#88693b;
	text-decoration:none;
	background-color: #e9e2da;
}

#nav #current {
	color:#88693b;
	text-decoration:none;
	background-color: #e9e2da;
}

/* ############### NAVIGATION ############### */

#footer {
	margin-top:0px15;
	padding:6px 0px 6px 0px;
		border-top: 1px solid #88693b;
	border-bottom: 1px solid #88693b;
	font-size:1.1em;
	margin-bottom:40px;
}

#footer a {
	text-decoration: none;
	color:#88693b;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}


#footer a:hover {
	color:#88693b;
	text-decoration:underline;
}

#content {
	margin: 25px 18px 25px 18px;
	width:967px;
	padding: 0;
	font-size:1em;
	
}

/* ####################################### Spaltenformatierung ####################################### */

#col1 {
	float: left;
	width: 200px;  /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	padding-top:0;
	margin-top:0;
	font-size: 1.2em;
	}

#col1_content { padding: 0; padding: 0; margin:0;}
	

#col2 {
	float:right; 
	width: 400px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	padding-top: 0;
	margin-top: 0;
	z-index: 3;
	
	}

#col2_content {	
	margin-left: 5px; 
	margin-right: 10px; 
	padding-top:0;
	margin-top: 0;
}

	
#col3 {
	margin-left: 254px; margin-right: 0; 
	padding: 30px 0 0 0 ;
	margin-top: 0;
	z-index: 0;
	font-size: 1.1em;
	}

#col3_content { padding: 0; margin:0;}

#col4 {
	width: 830px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	padding-top: 0;
	margin-top: 0;
	}
#col4_content {	
	margin-left: 10px; margin-right: 0; 
	padding-top: 30px;
	margin-top: 0;
}



/* ####################################### Ende Spaltenformatierung ####################################### */



/* ####################################### Subnavigation ####################################### */

#col1 {
	
}

#col1 h3 {
	color: #88693b;
}

.subnav h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #88693b;
	padding-bottom:10px;
	padding-left:4px;
	margin-bottom:17px;
	font-size: 0.9em;
}

#col1 .subnav {
	margin-bottom:30px;
}

#col1 .subnav ul {
	margin: 0 0 0 4px;
}

#col1 .subnav li {
	margin:0px;
	padding:0 0 5px 0;
	list-style-type:none;
	background-image:url(../image/nav_point.gif); 
	background-repeat:no-repeat;
}

#col1 .subnav a {
	color: #88693b;
	text-decoration: none;
	padding-left:20px;
}

#col1 .subnav a:hover {
	color: #88693b;
	text-decoration: underline;
}

#col1 #current {
	color:#88693b;
	text-decoration:underline;

}


/* ####################################### Subnavigation ENDE ####################################### */



/* ######### Sidebar Angebote ############## */

.sideangebote {
	background-color: #f5f2e9;
	margin-bottom: 5px;
	
	padding: 7px;
	border: 1px solid #88693b;
	color: #88693b;
	line-height:1.5em;
}

.sideangebote h3 {
	color: #88693b;
	padding-bottom:0px;
	padding-left:0;
	margin-bottom:10px;
	font-size: 0.9em;
}

.sideangebote p {

	font-size: 0.9em;
}

.sideangebote img {
	margin-top:10px;
	margin-bottom:10px;
}

.sideangebote .price {
	font-size: 1.3em;
	font-weight:bold;
}

.anbotdetails {
	margin-bottom:5px;
	text-align: left;
}


.mehranbote {
	margin-bottom:25px;
	text-align: right;
	font-size: 0.8em;
}

h4.headsideangebote {
	margin-bottom:10px;
	font-size: 0.9em;
	color: #88693b;
}

/* ######### Sidebar Newsletter ############## */


.sidenewsletter {
	margin-bottom: 15px;
}

.sidenewsletter h3 {
	border-bottom: 1px solid #88693b;
	padding-bottom:10px;
	padding-left:4px;
	margin-bottom:17px;
	font-size: 0.9em;
}

.sidenewsletter p {

	font-size: 0.8em;
}


/* ######### Content ############## */


#col3 h2 {
	color: #88693b;
	font-size: 1.2em;
	padding:  0 0 0 62px;
	margin-bottom:17px;
	height: 30px;
	background-image: url(../image/ornament.gif);
	background-repeat: no-repeat;
	background-position: top left;
	line-height:2em;
}


#col3 h3 {
	color: #87693C;
	font-size: 1.2em;
	margin-bottom:10px;
	line-height:2em;
}
#col3 b {
	color: #6d6d6d;

}

#col3 p {
	margin-bottom:15px;
	line-height:1.4em;
}

#col3 .price {
	font-size: 1.3em;
	font-weight:bold;
	color: #87693C;
}


#col3 img {
	margin-bottom:35px;}
	
	
#col1 a, col3 a {
	text-decoration: none;
	color:#88693b;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}

#col1 a:hover, col3 a:hover {
	color:#88693b;
	text-decoration:underline;
}

#col3 a {
	text-decoration: none;
	color:#88693b;
	text-decoration:none;
}


#col3 a:hover {
	color:#88693b;
	text-decoration:underline;
}

/* ######### Buchungsbox ############## */

#quickbookborder{
	width: 755px;
	position:absolute; 


	margin:0px;
	padding: 0px; background-color: #f5f2e9;
	top:60px;
	left:50%;
	margin-left: -247px;
	z-index:1;
}
#quickbook {  background-color: #e9e2da; width:; padding:5px 0 0 0; border: 1px solid #898989;
	
}
#quickbook table {margin:0;padding:0;border:0;}
#quickbook h2 {font-size:1.0em;font-weight:bold;color: #6c4e21; margin-bottom:20px;}
#quickbook tr { margin:0;padding:0; }
#quickbook td { font-size:11px; font-family:Verdana,Arial,sans-serif; color: #3a2505; font-weight: normal;margin:0;padding:0; }
#quickbook input, select { font-size:11px; font-family:Verdana,Arial,sans-serif; }
#quickbook td.labels { padding:2px 0 2px 5px;}
#quickbook td.forms { padding-left:5px; }
#quickbook td.button, td.button a { text-align:right; padding:0px 8px 2px 0; color: #FFFFFF; font-weight: normal; }
#quickbook td.button a {border-top:1px solid #FFFFFF;
			border-left:1px solid #FFFFFF;
			border-bottom:1px solid #3a2505;
			border-right:1px solid #3a2505; padding:3px 8px 3px 8px; background:#87693c; text-decoration:none;}
#quickbook table { padding:5px; }
#quickbook .labels select { }
#quickbook .labels input { }
#quickbook p { margin-top:4px;margin-bottom:4px;}



.float_image_left {
	padding-right:9px; 
	float:left;
	margin-bottom:10px;
}
.float_image_right {
	margin-left:14px; 
	float:right;
	margin-bottom:10px;
	margin-top:25px;

}

.image_center {
	text-align: center;
}


/* ####################################### Clearing image absatz float ####################################### */
	
		/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .absatz_image_float:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Diese Angabe benötigt der Safari-Browser zwingend !! */
	.absatz_image_float { display: block; } 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.absatz_image_float { overflow:hidden; }
	
	/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
	#ie_clearing { display: none }
	
/* ####################################### Ende Clearing image absatz float ####################################### */


ul.point {
	margin:0px;
	padding:0 0 2px 0;
	list-style-type:none;
}

ul.point li {
	margin:0px;
	padding:0 0 8px 20px;
	list-style-type:none;
	background-image:url(../image/point.gif); 
	background-repeat:no-repeat;

}


tr {
	height:10px;
}

#kuh {
	width: 202px;
	height: 365px;
	position: absolute; 
	top: 260px;
	left:50%;
	margin-left:400px;
	margin-top:;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index:1;
	background-repeat: no-repeat;
	background: url(http://www.domviertelrelounge.at/images/kuhhad.jpg);
background-repeat: no-repeat;
}