* { 
	padding: 0;
	margin: 0;
}

body {
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	background: #FFFEF0 url(../images/bg-header.gif) repeat-x;
	color: #333333;
	width: 760px;
	position: relative;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-family: "Trebuchet MS",Tahoma,Arial;
	font-weight:normal;
	line-height:100%;	
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 250%; }
h2 {
	font-size: 200%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
h3 { font-size: 150%; }

ul {
	list-style-type:none;
	padding-left:0;
}

#header, #content, #footer {
	position: relative;
	float: left;			
	padding: 0 10px;
}

#header h1.logo {
	position: relative;
	width: 310px; height: 140px;
	background: url("../images/logo.gif") no-repeat;
}

#header h1.logo a {
	position: absolute;
	top: 2px; left: 0px;
	display: block;
	width: 310px; height: 131px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}
		
#content-inner {
	width: 740px;
	background: #FFFEF0;
	float: left;
	margin: auto;
}
				
#content-top {
	float: left;
	padding: 0px;
	width: 740px;
}
			
#main {
	display: inline;
	position: relative;
	width: 400px;
	padding: 30px 0 30px 50px;
	line-height: 200%;
}

/*************** MENU SUPERIOR **************/
/********************************************/

ul#nav {
	position: absolute;
	height: 39px; width: 411px;
	top:91px; left:330px;
	background: url("../images/nav.gif") no-repeat;
}

ul#nav li {
	float: left;
}
	
ul#nav li a {
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	top: 0px; height: 39px;
}

ul#nav li#nav-fewo a {
	top: 2px;
	left: 0px;
	width: 105px;
	background: url("../images/nav.gif") no-repeat 0px -2px;
}

ul#nav li#nav-feha a {
	top: 2px;
	left: 105px;
	width: 85px;
	background: url(../images/nav.gif) no-repeat -105px -2px;
}

ul#nav li#nav-preise a {
	top: 2px;
	left: 190px;
	width: 65px;
	background: url(../images/nav.gif) no-repeat -190px -2px;
}

ul#nav li#nav-anfrage a {
	top: 2px;
	left: 255px;
	width: 80px;
	background: url(../images/nav.gif) no-repeat -255px -2px;
}

ul#nav li#nav-anfahrt a {
	top: 2px;
	left: 335px;
	width: 76px;
	background: url(../images/nav.gif) no-repeat -335px -2px;
}
	
/*************** PIE DE PAGINA **************/
/********************************************/

#footer {
	position: relative;
	padding: 15px 30px 50px 20px;
	line-height: 14px;
	font-size: 11px;
	text-align: center;

}

#footer-nav {
	width: 680px;
}

#footer li {
	display: inline;
}
	
#footer a {
	text-decoration: none;
	padding: 3px;
	color: #FF6633;
}
		
#footer a:hover { 
	color: #172626; 
}

#footer p {
	padding: 0 3px;
	width: 200px;
	color: #808080;
}
		
#footer p.credits {
	position: absolute;
	top: 15px; right: 10px;
	width: 300px;
	text-align: center;
}

#footer p.address {
	position: absolute;
	top: 30px; right: 12px;
	width: 220px;
	text-align: right;
}

#footer p.address a {
	color: #808080;
}

/* content elements
-------------------------------------------------------- */

#content-top h2 {
	margin-bottom: 15px;
	color: #172626;

}

#content-top h3 {
	margin-bottom: 20px;
	font-size: 100%;
}

#content-top p {
	padding-bottom: 21px;

}

a {
	color: #172626;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imagethumb { 
	float: left; 
	border: 0px; 
}

.imagethumb a  { 
	color: #7b7871;
	line-height: 0; 
	margin: 0px 2px 10px 3px; 
	display: block; 
}

.imagethumb a img {
	border-width: 0pt;
	border-style: none;
}

