/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2009-02-05
	Project: www.sonnenhotel.com
	Author: websLINE, 2009
	-------
*/


/* FORMATIERUNG */

body, a, input, select, textarea {
	font-family: Verdana, Arial, Tahoma, San-Serif;
	color: #333;
	}
#dContent, #dStart, #dPopup, #dIframe {
	font-size: 70%;
	}
#dPrint {
	font-size: 85%;
	}

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.4em;
	}

h1 {
	font-size: 1.5em;
	color: #300;
	margin-top: 0;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.1em;
	color: #C30001;
	margin-top: 30px;
	}
#mainRight h3.title {
	color: #330000;
	margin: 0; padding: 0;
	}
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;
	margin-bottom: 0;
	}

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: #FFD75A;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
/*	color: #fff;*/
	}
a.bttn {
	display: block;
	background: #FFD559; 
	padding: 3px 10px;
	color: #616162;
	text-decoration: none !important;
	width: 160px;
	}
a.bttn:hover {
	background-color: #FCE18E;
	}
a.bttn strong {
	display: block;
	background: url(img_arrowDouble.gif) no-repeat 100% 50%; 
	}




/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover, #content a {
	text-decoration: underline;
	}