/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2008-01-28
	Project: www.daseisenberg.at
	Author: websLINE, 2008
	-------
*/


/* FORMATIERUNG */

body, a, input, select, textarea {
	font-family: Verdana, Arial, San-Serif;
	color: #5D5556;
	}
#dContent, #dStart, #dPopup {
	font-size: 70%;
	}
#dPrint, #dCatalogue {
	font-size: 85%;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	line-height: 1.3em;
	}
p	{
	margin: 15px 0;
	line-height: 1.3em;
	}

h1 {
	font-size: 1.5em;
	color: #9B3334;
	margin-top: 0;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.1em;
	color: #9B3334;
	margin-top: 30px;
	}
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;
	}

#dContent #mainRight h3 {
	text-align: right;
	margin: 0 !important; padding: 0 !important;
	background: url(img_bg-headlineRight.gif) repeat-x 0 100%;
	}

table {
	width: 100%;
	border: 0;
	}
th, td {
	padding: 0;
	}

hr {
	color: #fff;
	background: #fff;
	line-height: 1px;
	height: 1px;
	border: 0;
	}

.newsletter p, .sitemap p {
	margin: 0; padding: 0;
	}
.sitemap table {
	width: 0;
	white-space: nowrap
	}

.bttn {
	border: 0;
	background-color: #9B3334;
	cursor: pointer;
	color: #E1B751;
	text-decoration: none !important;
	font-weight: bold;
	padding: 4px 10px;
	}

#footer, #footer a {
	color: #999;
	}
.address {
	font-size: 0.9em;
	line-height: 1em;
	}


/* LINK FORMATIERUNG */

#footer a {
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
.footerlinks a {
	font-size: 0.9em;
	text-transform: uppercase;
	}