/*
	CSS Document: css_style.css
	Version: 2.0 | Date: 2009-03-09
	Project: www.hotel-sonnhof.at
	Author: websLINE, 2009
	-------
*/


/* FORMATIERUNG */

body, a, input, select, textarea {
	font-family: Verdana, Arial, Tahoma, San-Serif;
	color: #5B6870;
	}
#dContent, #dStart, #dPopup, #dIframe {
	font-size: 70%;
	}
#dPrint {
	font-size: 85%;
	}

#mainLeft * {
	color: #75828C;
	}

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: #494D50;
	margin-top: 0;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.1em;
	color: #ECB908;
	}
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: #ECB908;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	color: #fff;
	text-decoration: none !important;
	}
p a.bttn, p a.bttn:hover,
div a.bttn, div a.bttn:hover {
	padding: 3px 10px !important;
	background: #ECB908 url(img_arrowWhite.gif) no-repeat 1px 6px !important;
	}
p.back a.bttn, p.back a.bttn:hover{background-image:none !important;}


/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover, #content a, #mainLeft a {
	text-decoration: underline;
	}
#content a:hover {
	text-decoration: none;
	background: #F7CF52;
	padding: 2px 4px;
	}
#content a.nohover:hover {
	text-decoration: none;
	background: #F7CF52;
	padding:0 !important;
	}
#content .breadcrumbs a:hover {
	background: none;
	padding: 0;
	}
