/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2009-05-28
	Project: www.sonnenburg.at
	Author: websLINE, 2009
	-------
*/


/* FORMATIERUNG */

body, a, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, San-Serif;
	color: #676767;
	}
#dContent, #dStart, #dPopup, #dIframe {
	font-size: 70%;
	}
/*#content {
	font-size: 1.1m;
	}*/
#dPrint {
	font-size: 85%;
	}

input, select, textarea {
	font-size: 1em;
	border: 1px solid #bdbdbd;
	padding: 3px;
	}

#content * {
	line-height: 1.4em;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	}
p	{
	margin: 15px 0;
	}
#mainRight p {
	margin-top: 5px;
	}

h1 {
	font-size: 1.7em;
	color: #8f6f4d;
	margin: 0;
	text-transform: uppercase;
	}
h2 {
	font-size: 1.3em;
	color: #8f6f4d;
	margin-top: 0;
	}
h3 {
	font-size: 1.1em;
	color: #8f6f4d;
	margin-bottom: 10px;
	}
#mainRight h3 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
	}
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;
	}

#content li {
	list-style-image: url(img_dot.gif);
	}
	
.newsletter p, .sitemap p {
	margin: 0; padding: 0;
	}
.sitemap table {
	width: 0;
	white-space: nowrap
	}

.bttn {
	border: 1px solid #bdbdbd;
	background-color: #fff;
	background-image: url(img_bg-bttn.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	cursor: pointer;
	color: #8f6f4d;
	height: 21px;
/*	padding: 2px 0;*/
	}
a.bttn {
	display: block;
	padding: 0 10px;
	height: 19px;
	text-decoration: none !important;
	background-position: right 50% !important;
	}

#header *, #footer * {
	color: #8f6f4d;
	}
#content .txtcol2 {
	color: #000;
	}
	

/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover, #content a, #mainRight p a {
	text-decoration: underline;
	}
