
/* =======================================
1. Kalibrierung und Restauration
======================================= */

* {
	padding: 0;
	margin: 0;	
}

/* =======================================
2. Allgemeine Styles
======================================= */

body {
	background: url(../img/bg.jpg) #fff top center no-repeat;
	font-family: Trebucht MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #045E31;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #045E31;
	text-shadow: 0 1px 0 #fff;
}

h2 {
	font-size: 16px;
	color: #045E31;
	text-shadow: 0 1px 0 #fff;
}

img {border: none;}

element.style {border: none;}

hr {
	border: 0px; /* F�r Firefox und Opera */
	border-top: dotted 1px #484242;
	border-bottom: solid 1px #FFFFFF; /* F�r I.Explorer (Seiten-Hintergrundfarbe!) */
}

.navi ul, li {
	display: inline;
}

.navi_normal a {
	color: #484242;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	padding: 5px;
}

.navi_normal a:hover {
	color: #045E31;
	text-decoration: underline;
}

.navi_active a {
	color: #045E31;
	text-decoration: underline;
	padding: 5px;
}

.bottom_navi ul, li {
	display: inline;
}

.bottom_normal a {
	color: #045E31;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	padding-right: 5px;
}

.bottom_normal a:hover {
	color: #484242;
	text-decoration: underline;
}

.bottom_active a {
	color: #484242;
	text-decoration: underline;
	padding-right: 5px;
}

.csc-textpic-text {
	margin: 10px 0;
}

.csc-header {clear: left;}

.bodytext {
	margin: 10px 0;
}

.RSSCol {margin-bottom: 5px;}

.twrss_bodytext {margin: 5px 0;}

.twrss_bodytext a {
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.twrss_bodytext a:hover {
	color: #484242;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

/*------------
2.1 Formular
------------*/

.csc-mailform {
	border: none;
}

.csc-mailform-field {
	float: right;
	clear: right;
	margin-bottom: 1em;
}

#mailform {
	width: 450px;
}

/* =======================================
3. Styles für die Layoutbereiche
======================================= */

#wrapper {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	width: 940px;
	height: 110px;
	background: url(../img/bg_header.png) no-repeat;
	padding: 20px;
	margin: 20px 0 10px 0;
}

#logo {
	float: left;
}

#menu {
	float: right;
	margin-top: 100px;
	font-weight: bold;
	font-size: 16px;
	color: #484242;
	text-shadow: 0 1px 0 #fff;
}

#content {
	width: 980px;
	min-height: 560px;
	background: url(../img/content_oben.png) no-repeat;
	/*padding: 20px;*/
	overflow: hidden;
}

#content_unten {
	width: 940px;
	min-height: 560px;
	/*position: absolute;
	bottom: 0;*/
	background: url(../img/content_unten.png) bottom no-repeat;
	padding: 20px;
	overflow: hidden;
	z-index: 1;
}

#left {
	float: left;
	width: 725px;
}

#right {
	float: right;
	width: 195px;
	z-index: 2;
}

#rtop {
	width: 195px;
	background: url(../img/rounded_top.png) no-repeat;
	padding: 5px 0 6px 0;
}

#rcontent {
	background: #dad8d8;
	padding: 0 10px;
}

#rbottom {
	width: 195px;
	background: url(../img/rounded_bottom.png) no-repeat;
	padding: 5px 0 6px 0;
}


#footer {
	text-align: right;
	padding: 0 15px;
	margin: 10px 0;
	z-index: 2;
}

/* =======================================
4. Sonstige Styles
======================================= */

