/*
Themen Name: Pension Wesemann
Themen URI: http://www.pension-wesemann.de
Beschreibung: vorläufiges Design 
Version: 1.0
Autor: Erik Wesemann
*/

/* HTML-Elemente 
--------------------------------------*/

* {
	margin: 0px; 
	padding: 0px;
}

html {
	height: 100.1%;
	font-size: 62.5%; 
}

body {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5;  
	font-family: verdana, arial, helvetica, sans-serif; 
	background: #FBE3BD;
}

h1 {
	margin: 0 0 10px 0; 
	color: #9D721E;
	font-size: 1.5em; 
	border-bottom: 1px dashed #F1BF5C; 
	padding-bottom: 5px;
	font-weight: normal;
}

/*  Menü
--------------------------------------------*/
#home li.navhome a, #bilder li.navbilder a, #lageplan li.navlageplan a, #kontakt li.navkontakt a, #impressum li.navimpressum a {
	background: #9D721E;
}

#nav {
	float: left;
	width: 157px;
	background:#FBE3BD;
	padding-top: 40px;
	font-size: 1.08em;	
	line-height: 2;
}

		#nav ul {
			list-style-type: none; 
			font-weight: bold; 
			margin-left: 42px;
		}

#nav li span {display: block; position: absolute; height: 28px; width: 27px; margin-left: -32px;}
 
		#nav li.navhome span {background: url(../images/deko/home.gif) no-repeat center #F7BC5B;}
		#nav li.navbilder span {background: url(../images/deko/photos.gif) no-repeat center #F7BC5B;}
		#nav li.navlageplan span {background: url(../images/deko/lage.gif) no-repeat center #F7BC5B;}
		#nav li.navkontakt span {background: url(../images/deko/phone.gif) no-repeat center #F7BC5B;}
		#nav li.navimpressum span {background: url(../images/deko/arrow.gif) no-repeat center #F7BC5B;}

					#nav a {
						text-decoration: none;
						display: block; 
						width: 110px;
						height:28px;
						margin-bottom: 5px;
						color: white;
						background-color: #F7BC5B;
						text-indent: 5px;
						vertical-align: bottom;
					}

					div#nav a:hover {
					background-color: #F7D75B; 
					}
/*  Content
---------------------------------------------*/
div#wrapper {
	border: 10px solid #F1BF5C;
	margin: 0px auto;
	text-align: left;
	background: #FBE3BD; 
  width: 750px;
}

div#header {
	height: 100px;
	background: url(../images/deko/oben.gif) no-repeat;
}

div#main_home, div#main_bilder, div#main_lageplan, div#main_kontakt, div#main_impressum {
	margin-left: 157px; 
	background: #FBE3BD;
	padding: 20px 0 0 40px;

}	

div#main_home, div#main_bilder, div#main_lageplan, div#main_kontakt{
	height: 380px;
}

div#main_bilder img {
	float: left;
	margin: 0 5px 5px 0;
	border: 0;
}

div#main_home {
	padding-right: 50px;
}

#main_home ul {
	list-style-position:inside;
	margin-bottom: 10px;
	margin-left: 8px;
}

#main_home ul#preise {
	list-style-type: none;
	list-style-position: outside;
}

div#main_impressum{
	padding-right: 50px;
	padding-bottom: 10px;
}

span.marker {
	background: #F7BC5B;
}

div#map {
	width: 500px;
	height: 350px
}

/* Visitenkarte
------------------------------------------------*/
div.vcard {
	background: #6A4914;
	width: 300px;
}

div.vcard address {
	font-size: 1.0em; 
	font-style: normal;
	color: #FFFFFF;
	padding: 20px 20px 30px 30px;
}

address  .fn, address  .org { 
	font-size: 1.66em;
}

address .fn, address a {
	color: #D78D16; 
	text-decoration: none;
}	
	
/* Absätze
------------------------------------------------*/
.standard {
	margin-bottom: 12px;
}

.klein {
	font-size: 0.83em;
}

/* Footer
------------------------------------------------- */
div#footer {
	background: url(../images/deko/unten.jpg) bottom;
	height: 70px;
}

* html div#wrapper {
	width: 770px;  /* IE 5.x */
	w\idth: 750px;  /* IE 6 */
}

* html #nav a {
	display: inline;  /*IE 5.x */
	di\splay: inline-block; /*IE 6 */
}
