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

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

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

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("cms.css");
	@import url("clearfix.css");

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

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

body {
	background: #FFF url(../images/layout/bg.jpg) repeat-x top center;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}

h1{
	font-size: 24px;
	color: #4da2b4;
	font-weight:lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 29px;
	color: #4f50b4;
	font-weight:lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 40px 0;
}

h3 {
	font-size: 18px;
	color: #4f50b4;
	font-weight:lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 17px;
	color: #4f50b4;
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 50px;
}

p {margin: 0 0 20px 0px; line-height: 18px;}
	
.unsichtbar  {display: none;}


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

/* 2. Layout */

#clear, .clear {
	clear:left;
	float:none;
}

#wrapper {
	width: 955px;
	position:relative;
	margin: 0 auto;
}

/*---------------------------------*/

#logo{
	width: 640px;
	height: 263px;
	text-indent: -9999px;
	display: block;
	background: url(../images/layout/logo-hotel-gasthof-brune.jpg) no-repeat 25px 28px;
	float:left;
	position:relative;
}

#head {
	width: 955px;
	clear: both;
	height: 263px;
	background: url(../images/layout/bg_head.jpg) no-repeat;
}

#slideshow{ 
	float:left; 
	height: 263px; 
	width: 315px; 
	position: relative; 
	z-index: 10; 

}

.editcontent{
float:left; width: 757px;

}

.col1{ float:left; width: 340px; padding: 30px 20px 0 35px;}
.col2{ float:left; width: 340px; padding: 30px 20px 0 0;}
.collarge{ float:left; width: 680px; padding: 30px 20px 0 35px;}
.adresse{float:left; width: 175px; padding: 45px 0 0 20px;}
.head{ padding: 0 0 0 35px;}

#content {
	background: url(../images/layout/bg_adresse.jpg) no-repeat 741px top;
	min-height: 300px;
}

.facebook {
	background:url(http://www.hotel-gasthof-brune.de/images/facebook/facebook-button.png) no-repeat;
	width:20px;
	height:20px;
	padding:11px 0px 0px 30px;
}

/*---------------------------------*/

#footer{

}


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


/* 3. Navigation */


ul#navi {
	display:block;
	padding: 35px 0 0px 18px;
	height: 105px;
	width: 913px;
}

ul#navi li{
	float:left;
	padding: 0 12px;
	border-right: solid 1px #c9c9cb;
}

ul#navi li:last-child, ul#navi li.nb{
	border: none;
}

ul#navi a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #4f50b4;
	padding: 3px;
	text-decoration: none;
}

ul#navi a:hover{
	color: #fff;
	background: #c9c9cb;

}


/*----------------- PNG-Filter/Position Hacks fr IE6 -------------------*/



/*------------------------------- Subnavi  -------------------------------*/

ul#subnavi{
	position:absolute;
	z-index: 20;
	height: 60px;
	width: 265px;
	padding: 0 0 0 50px;
	background: url(../images/trans.gif) repeat;
}

ul#subnavi li{
	float: left;
}

ul#subnavi a{
	display:block;
	text-indent: -9999px;
}

ul#subnavi a.l1{ width: 60px; height: 35px;}
ul#subnavi a.l2{ width: 70px; height: 43px;}
ul#subnavi a.l3{ width: 95px; height: 60px;}

ul#subnavi a.l1:hover{ background:url(../images/layout/bg_subnavi.jpg) no-repeat -5px 0;}
ul#subnavi a.l2:hover{ background:url(../images/layout/bg_subnavi.jpg) no-repeat -65px 0;}
ul#subnavi a.l3:hover{ background:url(../images/layout/bg_subnavi.jpg) no-repeat -135px 0;}

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

/* 4. Content */

.bildborder {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.bildborder:hover{
	border: 2px solid #4da2b4;
	padding: 1px;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

/*---------------------------------*/

.floatleft{
	float: left;
}

.marginright10px{
	margin: 0 10px 0 0;
}

.floatright {
	float: right;
}

/*---------------------------------*/

ul.liste{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.liste li {
	padding: 5px 0 5px 25px;
	border-bottom: dashed 1px #ccc;
	margin: 0 10px 0 0;
	line-height: 18px;
	list-style:none;
	background: url(../images/layout/right.gif) no-repeat 2px center;
}


ul.liste li:hover {
	color:#333;
	background: #f7f8f8 url(../images/layout/right.gif) no-repeat 2px center;
}

ul.liste li:last-child {
	border: none;
}

*html ul.liste li {
/*	line-height: 20px;*/
	height: 20px;
}

/*---------------------------------*/

address { 
	font-style:normal;
	line-height: 18px;
}

abbr {
	color: #333; 
	border-bottom: dotted 1px #333;
}

#slideshow img
{
	display: none;
	position: absolute;
	z-index: 15;
	padding: 38px 0 0 5px;
}

.zimmer{ width: 200px; display:block; float:left; }
#noflash{}
.speise{ display:block; float:left; width: 256px; padding: 0 10px 0 10px; border-left: solid 4px #eee;}
.preis{ display:block; float:left; width: 60px; font-weight: bold; text-align: right;}

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


/* 5. Links */

a:link, a:visited, a:active, a:focus, .escape span{
	text-decoration: underline;
	color: #b5113e;
	outline: none;
}

a:hover, a:hover span{
	text-decoration:none;
	color:#333;
}

/*---------------------------------*/

.gototop{
	position:fixed;
	right:10px;
	bottom:10px;
	color:#999;
	font-size:10px;
	text-decoration:none;
	_display:none;
}

a[href$=".pdf"] {
	 padding: 4px 0 4px 55px;
	 background: url(../images/pdf.gif) no-repeat 0 50%;
	 line-height: 30px;
	 border-bottom: none;
	 display:block;
}

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

