﻿*, html {
	margin: 0;
	padding: 0;
}
body {
	margin:0 auto;
	background-color: #E2E2E2;
	color:#333;
	font: 95% Verdana, Helvetica, sans-serif;
	text-align:center;
}

a, a:link, a:visited {
	color:#56aa1c;
	text-decoration:none;
	background:inherit;
}

a:hover, a:active {
	color:#243a4b;
	background:inherit;
}

a img{
	border:0px;
}

h1 {
	padding:0 0 0 25px;
	margin-bottom: 1.2em;
	color:#243a4b;
	font-size: 1.2em;
	background:#fff url('../images/h-icon1.png');
	background-position:left;
	background-repeat:no-repeat;
}

h3 {
	padding:0 0 0 19px;
	margin-bottom: 1.1em;
	color:#243a4b;
	font-size: 1.1em;
	background:#fff url('../images/h-icon2.png');
	background-position:left;
	background-repeat:no-repeat;
}

h4 {
	padding:0 0 0 19px;
	margin-bottom: 1.1em;
	color:#243a4b;
	font-size: 1.1em;
}

p {
	font-size: 0.9em;
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	font-size: 0.8em;
}

blockquote {
	font-size: 0.8em;
	margin: 15px;
	padding: 20px;
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #333;
}

hr {
	height: 1px;
	color: #56aa1c;
	background-color: #56aa1c;
	border: none;
	margin: 0.5em 0;
}

#all {
	width: 980px;
	margin: 0 auto;
	border-left:1px dashed #56aa1c;
	border-right:1px dashed #56aa1c;
	border-bottom: 1px dashed #56aa1c;
	background-color: #FFFFFF;
}

#header {
	height:150px;
	color:#333;
}

#header-in {
    height: 150px;
	text-align:left;
}

#menu {
	background-color: #243a4b;
	padding: 5px 0;
	border-bottom:5px solid #56aa1c;
	border-top:5px solid #56aa1c;
	color:#333;
	position: relative;
	display: block;
}
#service {
	position: absolute;
	left:495px;
	bottom: -1px;
	width: 160px;
	text-align: left;
}
#service ul {
	list-style: none;
	margin-top: 3px;
}
#service ul li {
	font-size: 0.8em;
	display: block;
	margin-bottom: 5px;
	padding-left: 5px;
}
#service li a, #service li a:link {
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    border-bottom:1px dashed #999;
}

#service li a:hover, #service li a:active, #service li a.select {
	color: #56aa1c;
	border-bottom:1px dashed #fff;
}
#menu_item {
	margin: 0 5px;
	text-align: left;
	color: #FFFFFF;
}

#menu_item ul {
	list-style: none;
	font-size: 0.8em;
	float: left;
	padding: 0 5px;
	margin: 0;
}

#menu_item ul li {
	margin-bottom:0.5em;
	display: inline;
}

#menu_item ul ul {
	width: 140px;
	margin-right: 5px;
}

#menu_item ul ul li {
	display:block;
}

#menu_item li a, #menu_item li a:link {
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    border-bottom:1px dashed #999;
}

#menu_item li a:hover, #menu_item li a:active, #menu_item li a.select {
	color: #56aa1c;
	border-bottom:1px dashed #fff;
}

#content {
    text-align:left;
	padding:10px;
	background: #fff;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.2em;
}

#abschluss {
	height: 75px;
	background: #FFF url(../images/footer.gif) no-repeat;
}

#footer {
	padding-top:10px;
	padding-bottom:10px;
	font-size: 0.8em;
	color:#333;
	background:inherit;
}

.normal_ol, #content ol {
	margin-left: 3em;
	color:#243a4b;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

.normal_ol ul {
	margin-top: 1em;
}

.normal_ul, #content ul {
	margin-left: 3em;
	list-style-image:url('../images/li-icon1.png');
	margin-bottom: 1.5em;
	color: #000;
}

.link_ul {
	margin-left:1.5em;
	list-style-image:url('../images/li-icon2.png');
}

.date {
	margin-left:10px;
	font-size:0.9em;
	color:#999;
	background:#fff;
	border-bottom:1px solid #ddd;
}

.clear {
    clear:both;
}

.images {
	padding:2px;
	margin:2px;
	border:1px solid #ddd;
	color:#333;
	background:#fff;
}

.images_left {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.images_right {
	float:right;
}

.images_center {
	margin: 0 auto;
    text-align: center;
	padding: 1em 0;
}

.seperator {
	background:url('../images/seperator.gif');
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
	margin:10px 0 12px 0;
}

.box {
    background:#fbfbfb;
	color:#333;
    border:1px solid #56aa1c;
    width:220px;
    float:left;
	margin-left:8px;
}

.box h1 {
    margin:0;
	border:3px solid #56aa1c;
    padding:5px 0 7px 20px;
    font-size: 1.2em;
    color:#fff;
	background:#243a4b url('../images/h-icon2.png');
	background-position:5px 7px;
	background-repeat:no-repeat;
}

.box p {
    margin: 0; 
    padding:3px 0 0 5px;
    font-size: 1em;
}

form {
	margin-top: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

label {
	width: 240px;
	line-height: 1.5em;
	display: block;
	float: left;
	margin-bottom: 5px;
}

input, textarea {
	width: 250px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	border: 1px dashed #56aa1c;
	background-color: #F0F0F0;
}

input.button {
	line-height: normal;
	font-weight: normal;
	width: 12em;
}

.error {
	font-weight: bold;
	color: #CC0000;
}

.kursiv {
	font-style:italic;
}

table, td {
text-align: left;
}
#listen {
	border: 1px solid #009900;
	margin: 10px 0;
	padding-bottom: 10px;
}
#listen legend {
	margin-left: 20px;
	font-size: 0.8em;
	font-weight: bold;
}
#listen ul {
	margin: 10px 0 0 20px;
	padding:0;
}
#listen li {
	float: left;
	display: inline;
	background-image: none;
	margin-right: 20px;
	height: 1.5em;
	background-color: #009900;
	font-weight: bold;
	padding: 0 5px;
}
#listen li a {
	color: #FFFFFF;
}
