﻿/* CSS-Layout */
html {
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0;
	background-color: #AED8B9;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}
#masthead {
		font-size: x-large;
	height: 123px;
	border-top: 2px #008F47 solid;
	background-color: #FEFBEB;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
}
.style12 a:link {
	color: #800080;
	text-decoration: underline;	
}
#top_nav {
}
h1 {
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 29px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 2px #008F47 solid;
	background-image: url('image/h1.png');
	background-repeat: repeat-x;

}
#container {
	background-position: 50% bottom;
	position: relative;
	width: 100%;
	background-color: #FEFBEB;
	color: #333333;
	background-image: url('image/content-unten.png');
	background-repeat: repeat-x;
	text-align: justify;
	top: 0px;
	left: 0px;
}
#left_col {
	width: 175px;
	position: absolute;
	left: 0px;
	margin-left: 10px;
	margin-top: 0px;
	padding-right: 5px;
	background-color: #FEFBEB;
	top: 0px;
}
#page_content {
	border-left: 2px #008F47 solid;
	border-right: 2px #008F47 solid;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 190px;
}
.s1 {
	width: 50%;
	border-right-color: #008F47;
	border-right-style: solid;
	border-right-width: 3px;
	padding: 13px;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
}
.s2 {
	background-color: #FFF9E1;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: text-top;
	padding-top: 5px;
	text-align: left;
}
#right_col {
	width: 170px;
	position: absolute;
	right: 10px;
	top: 0px;
	background-color: #FEFBEB;
}
#footer {
	text-align: center;
}
.s3 {
	background-color: #ffffe7;
	border: 1px solid #008F47;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: justify;
	padding: 10px;
}
.s4 {
	background-color: #FFF9E1;
	width: 100%;
}
.s5 {
	width: 100%;
}
.s6 {
	border-top: 2px solid #008F47;
	background-image: url('image/content-oben.png');
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
.s7 {
	padding: 15px 30px;
	background-position: 0px 0px;
	margin-bottom: 15px;
	background-repeat: repeat;
	background-attachment: scroll;
}
.s8 {
	background-image: url('image/content-unten1.png');
	height: 74px;
	background-color: #AED8B9;
	background-repeat: repeat-x;
}
.s9 {
	border-width: 0px;
	background-color: #AED8B9;
	width: 100%;
}
.s10 {
	border-width: 0px;
	background-color: #AED8B9;
	width: 100%;
	background-image: url('images/tv.jpg');
}

h5 {
	border: 1px #008F47 solid;
	font-weight: bold;
	font-size: medium;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #FEFBEB;
	border-bottom-width: 0px;
	background-image: url('image/h.png');
	background-repeat: repeat-x;
}

h4 {
	border: 1px #008F47 solid;
	font-weight: bold;
	font-size: medium;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #FEFBEB;
	border-bottom-width: 0px;
	background-image: url('image/h.png');
	background-repeat: repeat-x;
}

h3 {
	border: 1px #008F47 solid;
	font-weight: bold;
	font-size: medium;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #FEFBEB;
	border-bottom-width: 0px;
	background-image: url('image/h.png');
	background-repeat: repeat-x;
}

h6 {
	border: 1px #008F47 solid;
	font-weight: bold;
	font-size: 100%;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #FEFBEB;
	border-bottom-width: 0px;
	background-image: url('image/h.png');
	background-repeat: repeat-x;
}

h2 {
	padding-top: 20px;
	padding-bottom: 10px;
}
a {
	color: #800080;
	text-align: left;
	text-decoration: underline;
}
a:hover {
	color: #800080;
	text-decoration: underline;
	}
.b1 {
	font-size: medium;
}

