/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2008-11-25
	Project: www.hotelpost.com
	Author: websLINE, 2008
	-------
*/


/* FORMATIERUNG */

body, a, input, select, textarea {
	font-family: Verdana, Arial, Tahoma, San-Serif;
	color: #666;
	}
#dContent, #dStart, #dPopup, #dIframe {
	font-size: 70%;
	}
#dPrint {
	font-size: 85%;
	}

#content {
/*	font-size: 1.1em;*/
	}

input, select, textarea {
	font-size: 1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	line-height: 1.4em;
	}
p	{
	margin: 15px 0;
	line-height: 1.5em;
	}

h1 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	}
h2 {
	font-size: 1.2em;
	margin: 0 0 30px 0;
	font-weight: normal;
	}
h3 {
	font-size: 1.1em;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 1em;
	margin-bottom: -15px; padding-bottom: 0;
	}
h6 {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
	font-style: italic;
	}

.post h1, .post h3 {
	color: #8F240F;
	}
.albona h1, .albona h3 {
	color: #C27B45;
	}
.jagd h1, .jagd h3 {
	color: #6A9239;
	}
.sattl h1, .sattl h3 {
	color: #726632;
	}
.restaurant h1, .restaurant h3 {
	color: #3A6091;
	}

table {
	width: 100%;
	border: 0;
	}
th, td {
	padding: 0;
	}

.newsletter p, .sitemap p {
	margin: 0; padding: 0;
	}
.sitemap table {
	width: 0;
	white-space: nowrap
	}

.bttn {
	border: 0;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-image: url(img_arrow.gif);
	cursor: pointer;
	color: #fff;
	display: block;
	padding: 1px 10px 2px 20px;
	border: 1px solid #fff;
	text-decoration: none !important;
	font-weight: bold;
	}
.bttn:hover {
	background-color: #b2b2b2;
	}
.post .bttn {
	background-color: #8F240F;
	background-image: url(img_arrow_post.gif);
	}
.post .bttn:hover {
	color: #D18F93;
	}
.albona .bttn {
	background-color: #C27B45;
	background-image: url(img_arrow_albona.gif);
	}
.albona .bttn:hover {
	color: #CDA378;
	}
.jagd .bttn {
	background-color: #6A9239;
	background-image: url(img_arrow_jagd.gif);
	}
.jagd .bttn:hover {
	color: #8FAD6B;
	}
.sattl .bttn {
	background-color: #726632;
	background-image: url(img_arrow_sattl.gif);
	}
.sattl .bttn:hover {
	color: #958C65;
	}
.restaurnat .bttn {
	background-color: #3A6091;
	background-image: url(img_arrow_restaurant.gif);
	}
.restaurant .bttn:hover {
	color: #6B88AD;
	}

#header .links * {
	font-family: Arial, Verdana, Tahoma, San-Serif;
	}

#footer .content *,
#footer .websline {
	font-family: Arial, Tahoma, Verdana, San-Serif;
	}


/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover, #content a {
	text-decoration: underline;
	}