** ### 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 */
	.clearfix { overflow:hidden; }
	/* IE-Clearing: Ben�tigt nur der Internet Explorer und �ber iehacks.css zugeschaltet */
	#ie_clearing { display: none }

/* ####################################### Ende Clearing ####################################### */
/* ######################################################################################################
** ### Skiplink-Navigation ##############################################################################
** ######################################################################################################
*/


body { 
	background: #740E3C; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
}


/* Layoutpositionierung | Randgestaltung */
#hold_floats {
	padding:0px; 
	margin: 0px;
}


#page_margins {
	width: 847px; 
	position: relative;   
	margin: 0px auto 0px auto;
	background: #ffffff;
	border: 1px solid #C9CACA;
}

#top {
	
	/*background-image: url(../images/top_hg.jpg);
	background-position: top left;
	background-repeat: repeat-x;*/
}

#header {

	padding: 0px;
	margin: 0px;
	border-top: 1px solid #868585;
	border-bottom: 1px solid #868585;
}

#content {
	margin:26px 34px 0 18px;
}

#space {
	margin: 0 0 20px 0;
}

#footer {
	color:3C3C3C;
	text-align:right;
	padding: 10px 18px 10px 18px;
	margin-top:20px;
	background-color:#EBEBEB;
}


#partnerleiste {
	width: 847px; 
	position: relative;   
	margin: 0px auto 0px auto;
	text-align:center;
	padding-top: 7px;
	padding-bottom:15px;
}

#partnerleiste table {
	width: 847px; 
	color:#BA98AF;
}

#partnerleiste td{
	text-align:center;
}

h1 {
	background-image: url(../images/logo_trans.gif);
	width: 228px;
	height: 69px;
	margin: 34px 0px 24px 590px;
	padding: 0px;
	background-repeat: no-repeat;
}



h1 span {
	position: absolute;
	padding:0;
	width: 50em;
	left: -50em;
}

/* ############### topnav ############### */

	

#topnav {
	margin: 5px 0 0 5px;
	padding:0;
	font-size: 10px;
}

#topnav a{
	color:#A77B66;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #A77B66;
}

#topnav a#current{
	color:#740E3C;
	text-decoration:underline;
}

#topnav a:hover{
	color:#70103A;
	text-decoration:underline;
}

#nav {
	width: 847px;
	margin: 0px 0px 0px 0px;
	background-color: ;
	padding: 0px;
	border: 0px; 
	height: 31px;
	font-family: Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	/*background-image: url(../images/hg_nav1.gif);
	background-repeat: repeat-x;*/
}

/* ######################################################################################################
** ### Hauptnavigation: "Shiny Buttons" von Dirk Jesse ##################################################
** ######################################################################################################
*/

#nav {
	padding-bottom: 0px;
}

#nav img{

}

#navigation {
    width: 100%;		/* Einfassen der Floats im IE */
    float:left;         /* Einfassen der Floats in allen anderen Browsern */
    background:  url(../images/nav_background.gif) repeat-x center right;
    line-height: 0px;
}

#navigation ul {
    float:left;
    display:inline;		/* Fix f?r IE Doubled Float Margin Bug    */ 
    margin:0;			/* Standard-Listendefinition zur?cksetzen */
    padding: 0;

}

#navigation ul li {
    float: left;
    display:inline;     /* Fix f?r IE Doubled Float Margin Bug    */ 
    margin: 0;
    padding: 0;
    line-height: 1em;
    list-style-type: none;
    border-right: 1px #CBC9C8 solid;
}

#navigation ul li a {
    display:block;
    width: auto;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #868585;
    margin: 0;
    padding: 0.8em 1.0em 1.0em 1.0em;
	font-size: 11px;
	
}

#navigation ul li a:hover {
    background: transparent url(../images/nav_background_hover.gif) repeat-x center right;
    color: #800A42;
    text-decoration: none;
}

#navigation ul li#current { 
    border-right: 1px #CBC9C8 solid;
    background: transparent url(../images/nav_background_act.gif) repeat-x center right;	
}

#navigation ul li#current a,
#navigation ul li#current a:hover {
    color: #800A42;
    background: transparent;
    text-decoration: none;
}

/* ####################################### Ende Navigation ####################################### */



/* ############### Content Breitenaufteilung############### */
/* #### Standardbereiche ### */
#main {
	width:556px;
	margin-top: 60px;
	float:left;
}


#bilderleiste {
	background-color:#e7e7e7;
	margin: 0 0 0 0px;
	padding:12px 0 0 0;
	width: 210px;
	float:right;
	text-align:center;
}

#bilderleiste2 {

	margin: 0 0 0 0px;
	padding:12px 0 0 0;
	width: 210px;
	float:right;
	text-align:center;
}

.app {

	margin: 0 0 0 0px;
	padding:12px 0 0 0;
	width: 210px;
	text-align:center;
}

/* #### so finden Sie uns ### */


#mainfinden {
	width:307px;
	margin-top: 60px;
	float:left;
}


#bilderleistefinden {
	background-color:#e7e7e7;
	margin: 0 0 0 0px;
	padding:12px 0 0 0;
	width: 459px;
	float:right;
	text-align:center;
}



#mainfull {
	width:795px;
	margin-top: 40px;
	float:left;
}

/* ############### Content ############### */

#bilderleiste p, #bilderleistefinden p, #mainfull p {
	margin-bottom:12px;
}

#main h2, #mainfinden h2, #mainfull h2 {
	color:#7B003B;
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
}

#main h3, #mainfinden h3, #mainfull h3 {
	color:#7B003B;
	margin-bottom:20px;
	font-size:13px;
	font-weight:bold;
}


.beige {
	color:#A77B66;
}

#main p, #mainfinden p, #mainfull p {
	margin-bottom:10px;
}

#main b, #mainfinden b, #mainfull b {
	color:#A77B66;
}

a {
	color:#7B003B;
	text-decoration:underline;
}


a#currentimg {
	color:#A77B66;
	text-decoration:none;
}

.bilderleistehead {
	color:#696969;
	text-align:left;
	font-size:10px;
}

.galerielink {
	font-size:12px;
	padding-right:10px;
	border-right: 1px solid #A77B66;
}
.galerielinkmitte {
	font-size:12px;
	padding-right:10px;
	padding-left:12px;
	border-right: 1px solid #A77B66;
}
.galerielink2 {
	padding-left:12px;
	font-size:12px; 
}

#galeriepixlie {
	background: #e7e7e7;
	width: 795px;
	margin-left:16px;
	padding:15px;
}


ul.point {
	margin:0px;
	padding: 10px 0 2px 0;
	list-style-type:none;
}

ul.point li {
	margin:0px;
	padding:0 0 8px 20px;
	list-style-type:none;
	background-image:url(../images/point_lila.gif); 
	background-repeat:no-repeat;

}


ul.point2 {
	margin:0px;
	padding: 10px 0 2px 0;
	list-style-type:none;
}

ul.point2 li {
	margin:0px;
	padding:0 0 8px 5px;
	list-style-type:none;


}


.absatz, .absatz_image_float {
	margin:  20px 0 15px 0;
	padding: 0 0 0px 0;
}

.absatz_b, .absatz_image_float_b {
	margin:  20px 0 15px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #bababa;
}

.float_image_left {
	padding-right:20px; 
	padding-left: 5px;
	float:left;
	margin-bottom:10px;
}

.float_image_right {
	padding-left:20px; 
	float:right;
	margin-bottom:10px;
}

#oeffnungszeiten{
	background-color:#740E3C;
	float:right;
	color:#e7e7e7;
	padding:20px;
	padding-top:30px;
	margin-top:-90px;
}

#oeffnungszeiten b{
	color:#e7e7e7;
}
/* ####################################### Clearing image absatz float ####################################### */
		/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .absatz_image_float:after, .absatz_image_float_b:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.absatz_image_float, .absatz_image_float_b {display: inline-block;}

/* Hides from IE-mac \*/
* html .absatz_image_float, .absatz_image_float_b {height: 1%;}
.absatz_image_float, .absatz_image_float_b {display: block;}
/* End hide from IE-mac */

	/* Diese Angabe ben�tigt der Safari-Browser zwingend !! */
	.absatz_image_float, .absatz_image_float_b { display: block; } 

	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.absatz_image_float, .absatz_image_float_b { overflow:hidden; }

	/* IE-Clearing: Ben�tigt nur der Internet Explorer und �ber iehacks.css zugeschaltet */
	#ie_clearing { display: none }
/* ####################################### Ende Clearing image absatz float ####################################### */
/* ######################################################################################################



/*----------------------------------- Inhalt: Galerie -----------------------------------*/


 
 .galeriemenue {
 	text-align: center;
 }
 
 
 /*----------- Galerie uebersicht -------*/
 
.pic {
	float: left;
	height: 150;
	margin: 10px 5px;
}

.galerie {
	float: left;
	height: 150;
	margin: 10px 5px
}



.pic img {
	padding:0;
}

.galerie img {
	padding:0;
}

#pixlie-vorschaubild {
	padding:0;
	margin-top:10px;
}

.pic ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

li.picnr {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 10px;
	
} 

li.pictitle {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	color: #663f08;
	font-weight:bold;
	font-size: 10px;
} 

 /*----------- Galerie Links -------*/
 
.galeriemenue a:link, .pfad a:link {
	color: #7B003B;
	text-decoration: none; 
	font-weight:normal;
}

.galeriemenue a:visited, .pfad a:visited {
	color: #7B003B;
	text-decoration: none; 
	font-weight:normal;
}
 
.galeriemenue a:active, .pfad a:active {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

.galeriemenue a:hover, .pfad a:hover {
	color: #7B003B;
	text-decoration: underline;
	font-weight:normal;
}

.pfad {
	display: block;
	margin: 0 0 30px 0;
}

 /*----------- Menue -------*/
.speisekarte {
	width: 790px;
	color: #7B003B;
	border:none;
}
.pink {
	color: #7B003B;
	font-weight:bold;
}
.pink2 {
	color: #7B003B;
	
}
.speisekarte td {
	padding:5px 5px 5px 5px;
	border:none;
}

.menuespacer {
	height:10px;
}

.menueformat {
	font-size:15px;
}

p.smallgrey {
	color:#696969;
	font-size:10px;
	margin-top:40px;
	margin-left:20px;
}
td.menuepreis {
	width:100px;
	text-align:right;
	padding-right:5px;
}
tr.menuegreyrow {
	background-color: #E7E7E7;
}

a.fancy {
	outline: none;}

div#wrap {
	width: 500px;
	margin: 50px auto;}

img.galerie {
	border: 1px solid #CCC;
	padding: 2px;
    margin: 10px 5px 10px 0;}
	
	
	
ul.galpix2 {
	margin:0px;
	padding:0 0 2px 0;
	list-style-type:none;
}

ul.galpix2 li {
	margin:0px;
	padding:0 0 8px 20px;
	list-style-type:none;
	background-image:url(../images/point.gif); 
	background-repeat:no-repeat;

}


#kuh {
	width: 202px;
	height: 365px;
	position: absolute; 
	top: 252px;
	left:50%;
	margin-left:440px;
	margin-top:;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index:1;
	background-repeat: no-repeat;
	background: url(http://www.domviertelrelounge.at/images/kuhdvr.jpg);
background-repeat: no-repeat;
}


