@charset "UTF-8";
/* CSS Document */

* { margin: 0;
	padding: 0;
}

body { 
	font-family:Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	background:url(img/body-bg.jpg) repeat-x;
}

.clear {
	clear:both;
}

a {
	text-decoration: none;
	color: #7b2927;
	background: #e1d8b7;
	padding: 2px;
}

a:hover, active {
	text-decoration: none;
	color: #fff;
	background: #7b2927;
	padding: 2px;
}
#page-wrap {
	margin: 0 auto;
	width: 970px;
	background:url(img/page-wrap-bg.jpg) no-repeat;
}

#content-wrap {
	padding: 50px;
}

#header {
	height: 200px;
}

#content {
	width: 895px;
	}
	
#content-left {
	float: left;
	width: 580px;
}

#content-right {
	float: right;
	width: 290px;
	padding: 0 20px 0 0;
}

#teaser-row {
	border-top: 1px dotted #7b2927;
	border-top-style: dotted;
	border-top-color: #7b2927;
	padding: 20px 0 0 0;

}

.teaser {
	width: 260px;
	margin-right: 12px;
	padding: 0 12px 0 4px;
	float: left;
	border-right: 1px dotted #000;
}

.teaser2 {
	width: 260px;
	margin-right: 12px;
	padding: 0 12px 0 4px;
	float: left;
}


#footer {
	border-top: 1px dotted #000;
	margin: 50px 0 0 0;
	padding: 20px;
	background: #e1d8b7;
	border-bottom: 4px solid #7b2927;
}

	/* TYPO */
	
p {
	font-size: 1.3em;
	line-height:1.6em;
	margin-bottom: 1em;
}

.marginalie {
	font-size: 1.1em;
	line-height:1.5em;
	margin-bottom: 1em;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:3.0em;
	line-height: 1.3em;
	color: #7b2927;
	margin-bottom: 1.0em;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	display: block;
	background: #7b2927;
	font-size:1.5em;
	line-height: 1.3em;
	color: #fff;
	margin-bottom: 1.0em;
}

h3 {
	font-size: 1.3em;
	line-height:1.6em;
	margin-bottom: 1em;
	color: #7b2927;	
	margin-bottom: 1em;
}

.praev {
	color: #006890;
}

.natur {
	color: #58a618;
}

.sport {
	color: #00afd8;
}


	

