/********** Fixes, Workarounds, etc.
*********************************************/
* {
	margin: 0;
	padding: 0;
	color: #008B6C;
	}

/* Clearfix fuer das Float-clearing */
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/********** Grundlayout
*********************************************/
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 1.12em;
	height: 100%;
	width: 100%
	}
body {
	position: relative;
	text-align: center;
	font-size: 0.75em;
	}
.wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 900px;
	}
.flamme {
	position: absolute;
	bottom: 60px;
	right: 0;
	}
.header {
	position: relative;
	width: 900px;
	height: 140px;
	}
.hnav {
	position: relative;
	height: 24px;
	width: 750px;
	padding: 0 0 0 150px;
	background: url(/fileadmin/images/hnav_bg.gif) bottom no-repeat;
	z-index: 100;
	}
.main {
	position: relative;
	width: 898px;
	height: 100%;
	padding: 30px 0 0 0;
	background: transparent;
	border-left: 1px solid #008B6C;
	border-right: 1px solid #008B6C;
	}	
* html .main {	/* Hintergrund Transparenz im IE 6 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/opacity.png', sizingMethod='scale');
	}
html > body .main {			
	background-image: url(/fileadmin/opacity.png);
	}
.tnav {
	position: relative;
	float: left;
	width: 120px;
	min-height: 1px;
	_height: 1px;
	padding: 0 0 0 10px;
	}
	
.content {
	position: relative;
	float: left;
	width: 720px;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	min-height: 350px;
	_height: 350px;
	}
.footer {
	width: 900px;
	text-align: center;
	clear: both;
	padding: 20px 0 10px 0;
	background: white url(/fileadmin/images/footer_bg.gif) top no-repeat;
	}
.opacity {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 898px;
	background: white;
	filter: alpha(opacity=35);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	-moz-opacity: .35;
	opacity: 0.35;
	z-index: 0;
	}
* html .opacity {
	background: transparent;
	}

/********** Style-Elemente
*********************************************/
img {
	border: none;
	}
hr {
	clear: both;
	}
a, a:link, a:visited {
	color: #008B6C;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: none;
	}
a:focus {
	outline: none;
	}
::-moz-selection {
	color: #008B6C;
	background-color: #DEDC1E;
	}

/********** Header
*********************************************/
.header img {
	margin: 10px 0 0 0;
	}
/********** Navigation
*********************************************/

/* Stufe 1 */
.hnav ul {
	list-style: none;
	}
.hnav ul li {
	float: left;
	text-align: center;
	display: inline;
	}
.hnav ul li a, .hnav ul li a:link, .menu ul li a:visited {
	float: left;
	width: 100px;
	height: 20px;
	padding: 4px 0 0 0;
	margin: 0 4px 0 0;
	font-size: 1.1em;
	background: url('/fileadmin/images/hnav_link_bg.gif') no-repeat;
	}
.hnav ul li a:hover, .menu ul li a:active {
	text-decoration: none;
	}
.hnav ul li.last a, .menu ul li.last a:visited {
	color: #99141B;
	background: url('/fileadmin/images/hnav_shop_bg.gif') no-repeat;
	}
.hnav ul li.active a {
	background: url('/fileadmin/images/hnav_link_active_bg.gif') no-repeat;
	}

/* Stufe 2 */
.snav {
	width: 740px;
	padding: 0 0 0 30px;
	height: 28px;
	margin: auto;
	position: absolute;
	left: 50%;
	margin-left: -326px;
	top: 0;
	margin-top: -11px;
	background: url(/fileadmin/images/snav_bg.gif) no-repeat;
	z-index:90;
	}
.snav ul {
	padding: 14px 0 0 0;
	list-style: none;
	}
.snav ul li {
	text-align: center;
	float: left;
	}
.snav ul li a, .snav ul li a:link, .snav ul li a:visited {
	float: left;
	height: 10px;
	font-size: .93em;
	padding: 2px 5px;
	margin: 2px 5px 0 5px;
	color: #008B6C;
	background: #fff;
	}
.snav ul li.active a, .snav ul li.active a:link, .snav ul li.active a:visited {
	color: #DEDC1E;
	}

 /* Stufe 3 */
.tnav ul {
	list-style: none;
	}
.tnav ul li {
	display: inline;
	background: #fff !important;
	}
.tnav ul li a, .tnav ul li a:link, .tnav ul li a:visited {
	display: block;
	margin: 0 0 10px 0;
	background: #fff !important;
	}
.tnav ul li.active a {
	font-weight: bold;
	}

/********** Content-Absatzformate
*********************************************/

/* Ueberschriften */
h1, h2, h3 {
	font-family: "MS Trebuchet", Verdana, Helvetica, Arial
	}
h1 {
	font-size: 1.3em;
	padding: 5px 0 10px 0;
	}
h1 img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	font-size: 1.6em;
	padding: 5px 0;
	}
.sub h1 img {
	visibility: hidden;
	}
h2 {
	font-size: 1.1em;
	padding: 15px 0 5px 0;
	}
h3 {
	font-size: 1.1em;
	padding: 5px 0;
	}
h4 {
	font-size: 1em;
	}

/* Paragraph */
.content p {
	margin: 5px 0 5px 0;
	}
	
/* Links */
.content a, .content a:link,  .content a:visited {
	color: #DEDC1E;
	}
.content a:hover, .content a:active {
	color: #008B6C;
	}

/* Tabellen */

table {
	border-collapse: collapse;
	}
th, td {
	vertical-align: top !important;
	padding: 5px 0 0 0 ;
	}
	
#linktable {
	width: 300px !important;
	margin: 0 0 0 130px;
	}
#linktable h2 {width: 300px;}
#linktable td {
	width: 175px;
	padding: 0;
	}

.content table p {
	margin: 0;
	padding: 0;
	}

/* ---------- Formular ----------*/
fieldset {
	margin: 0 0 10px 0;
	border: none;
	}
label {
	width: 150px;
	float: left;
	padding-top: 3px;
	vertical-align: middle;
	}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 250px;
	padding: 1px;
	margin-top: 5px;
	border: 1px solid #008B6C;
	}
textarea {
	height: 100px;
	}
input.csc-mailform-submit {
	width: 120px;
	color: #fff;
	margin-left: 150px;
	background: #008B6C;
	}
.align-right {
	text-align: right;
	}
.align-center {
	text-align: center;
	}
.content .csc-textpic-image {
	padding-bottom: 12px;
	}
.news-liste {
	width: 200px;
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #008B6C;
	}
.news-liste h2 {
	padding-top: 0;
	}
.news-liste .date {
	font-size: .75em;
	}
.news-liste .bild {
	float: right;
	margin: 0 0 10px 10px;
	}
