@charset "utf-8";

/*---------------------------------------------------------------------------------------
--------------------------------------AUTHOR: Torsten Trautmann-----------------------------------
---------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------
--------------------------------------IMPORT CSS-----------------------------------------
---------------------------------------------------------------------------------------*/

	@import url("lightbox.css");

/*---------------------------------------------------------------------------------------
--------------------------------------STANDARDS------------------------------------------
---------------------------------------------------------------------------------------*/


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

body {
	background: #800000 url(../images/hg.jpg) repeat-x top center;
}

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

h1{
	font-size: 30px;
	color: #800000;
	font-weight:lighter;
	font-family: Times New Roman;
	padding: 0 0 0px 0;
}

h2 {
	font-size: 48px;
	color: #592004;
	font-weight:bold;
	font-family: Times New Roman;
	padding: 0px 0 20px 0;
}

h3 {
	font-size: 30px;
	color: #800000;
	font-weight:lighter;
	font-family: Times New Roman;
	padding: 10px 0 30px 0;
}

h4 {
	font-size: 14px;
	color: #800000;
	font-weight:bold;
	font-family: Times New Roman;
	padding: 10px 0 30px 0;
}


#content p {margin: 0 0 10px 0px; line-height: 18px;color: #592004;font-size:12px;}
	
.clear {clear: both;}
.unsichtbar  {display: none;}



/*---------------------------------------------------------------------------------------
--------------------------------------LAYOUT---------------------------
---------------------------------------------------------------------------------------*/

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

#hg-index {
	background:transparent url(../images/index.jpg) no-repeat scroll center top;
	height:800px;
	position:relative;
	width: 955px;
}

a#link-vision {
	display:block;
	float:left;
	height:150px;
	width:215px;
	position: absolute;
	top: 245px;
	left:358px;
}

a#link-florian2 {
	display:block;
	float: left;
	height:190px;
	width:250px;
	position: absolute;
	top: 470px;
	left:210px;
}

a#link-marcels2 {
	display:block;
	float: left;
	height:190px;
	width:255px;
	position: absolute;
	top: 460px;
	left:465px;
}



#header-florian {
	width: 955px;
	height: 363px;
	position:relative;
}

#header-marcels {
	width: 955px;
	height: 363px;
	position:relative;
}

a#startseite {
	width: 400px;
	height: 212px;
	top: 60px;
	left: 15px;
	display:block;
	position: absolute;
}

#content {
	background: #f2e9da url(../images/header-content.jpg) top right no-repeat;
	width: 636px;
	min-height: 450px;
	height: auto;
	_height: 450px; /*IE6 hack*/
	padding: 20px 20px 0 20px;
	border: 1px solid #ecbc16;
	position:relative;
	margin-bottom: 10px;
}

#content-links {
	float: left;
	width: 310px;
}

#content-rechts {
	float: left;
	width: 310px;
}

#left {
	float:left;
	width: 673px;
	height: auto;
}

#right-florian {
	float: left;
	width: 262px;
	height: 446px;
	background: url(../images/right_florian.jpg) no-repeat;
}

a#link-florian {
	position: absolute;
	width: 220px;
	height: 100px;
	top: 680px;
	right: 40px;
}

#right-marcels {
	float: left;
	width: 262px;
	height: 446px;
	background: url(../images/right_marcels.jpg) no-repeat;
}

a#link-marcels {
	position: absolute;
	width: 220px;
	height: 100px;
	top: 680px;
	right: 40px;
}


#kontakt-hg {
	height: 196px;
	width:100px;
	float:left;
	padding: 54px 0 0 35px;
	position: relative;
}

#kontakt-hg p{
	font-size: 10px;
	line-height: 16px;
	width:200px;
	margin-bottom: 15px;
	letter-spacing: 0px;
	color: red;
}

#raucherclub {
	width:164px;
	height: 122px;
	background: url(../images/raucherclub.png) no-repeat;
	float:left;
	margin: 160px 0 0 60px;
	_margin: 160px 0 0 30px;
}

*html #raucherclub { 
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/raucherclub.png', sizingMethod='crop');
}

#bilder {
	float: left;
	width: 222px;
	height: 240px;
	padding: 20px 0 0 28px;
}

.abstand {
	margin: 0 1px 1px 0;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 955px;
	height: 136px;
	float:left;
}

/*-----------------------------------TEAM-------------------------------------------*/

.team {
	float:left;
	width:760px;
	height:200px;
}

.teaminfo {
	float: left;
	width:400px;
}

.teaminfo p {
	float: left;
	margin: 0 0 5px 0;
}

.team-bild img{
	float:left;
	width:150px;
	height:150px;
	margin-right:10px;
}

.wohnung-titel {
	float: left;
	width: 400px;
	font-weight: bold;
}

.wohnung-ort {
	float: left;
	width: 400px;
}

/*---------------------------------------------------------------------------------------
--------------------------------------NAVI-----------------------------------------------
---------------------------------------------------------------------------------------*/
ul#navi {
	width: 435px;
	height: 190px;
	position: absolute;
	top: 95px;
	left: 520px;
	_left: 500px;
}

ul#navi li {
	float:left;
	padding: 0 20px 0 0;
}

ul#navi li a {
	display:block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

ul#navi li a:hover {
	color: #BA9A37;
}

/*---------------------------------------------------------------------------------------
--------------------------------------NAVI-TOP-----------------------------------------------
---------------------------------------------------------------------------------------*/
ul#navi_top{
	width:375px;
	height:20px;
	float:right;
	margin:5px 15px 0 0;
    position: absolute;
	top:0px;
	right: 0px;
}

ul#navi_top li{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

ul#navi_top a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}

ul#navi_top a:hover{
	text-decoration:underline;
}
/*---------------------------------------------------------------------------------------
--------------------------------------CONTENT--------------------------------------------
---------------------------------------------------------------------------------------*/

.haus {
	float:left;
	width:210px;
	height: 140px;
	position: relative;
	margin: 0 10px 5px 0;
}

.haus a {
	color: #666666;
	font-size: 10px;
}

.bildhaus {
   position: absolute;
   bottom: 20px;
}

.beschreibung {
   position: absolute;
   bottom: 0px;
   font-size:10px;
}
/*-----------------------------------LISTEN-------------------------------------------*/

ul.speisen{
	margin: 0px 0 10px 10px;
	float: left;
}

ul.speisen li {
	background: url(../images/pdf.jpg) no-repeat;
	list-style-type: none;
	padding: 10px 0 5px 40px;
	_padding: 0 0 0 18px;
	line-height: 26px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #372f24;
}

*html ul.speisen li {
	height: 20px;
}

ul.liste{
	margin: 5px 20px 20px 30px;
	float:left;
}

ul.liste li {
 	list-style-type:square;
 	font-size: 12px;
	color: #3d3d3d;
	padding:0 0 10px 0;
}

ul.liste li a{
	font-size: 12px;
	color: #3d3d3d;
}

.news {
	width:600px;
	float:left;
}


/*-----------------------------------BILDBORDER-----------------------------------------*/

.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 #cc0000;
	padding: 1px;
}

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

.bildrand {
	margin:5px 6px 5px 0pt;
	border: 2px solid #666;
	width: 100px;
	height: 100px;
}

.floatleft{
	float: left;
	margin:0 5px 5px 0;
}

.floatright {
	float:right;
	margin:0 0 0 5px;
}

/*****************************************************************************************/
/*									KONTAKT, ANFAHRT, IMPRESSUM 						 */
/*****************************************************************************************/


/*----------------------------------KONTAKT----------------------------------------------*/

#personalien { float: left; width: 292px;}
#nachrichtenfeld { float: left; width: 200px;margin-top: 25px;}

/*ANFAHRT*/

#anfahrtsskizze { float: left; width: 550px; }
#routenplaner { float: left; width: 330px; padding: 0 0 0 0;}


/*IMPRESSUM*/

#adressdaten { float: left; width: 300px;}
#geschaeftsdaten { float: left; width: 350px;}




/*---------------------------------------------------------------------------------------
--------------------------------------LINKS----------------------------------------------
---------------------------------------------------------------------------------------*/


a, .escape span{
	text-decoration: underline;
	color: #3d3d3d;
	outline: none;
	font-size:11px;
}

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




