﻿body {
	background-color: #9ea9b8;
    font-family: Arial,sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
#top {
    width: 940px;
    margin: 50px auto 0 auto;
}
#bottom {
    width: 940px;
    margin: 0 auto;
}
.shadow img {
    display: block;
}
#container {
    width: 900px;
	padding: 0 20px;
    margin: 0 auto;
    background: url(./images/background/shadow_main.gif) repeat-y;
}

#sidebar {
	width: 256px;
	padding-top: 105px;
	float: left;
}

#main {
	width: 644px;
	float: left;
}

#header {
    width: 624px;
    height: 60px;
    padding: 10px;
    text-align: right;
    background-color: #fff;
}

#navigation {
    width: 624px;
	padding-left: 20px;
    background: url(./images/background/nav_norm.gif);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}
#navigation a {
    padding: 2px 10px 2px 10px;
    text-decoration: none;
	text-transform: uppercase;
    color: #fff;
    display: block;
    float: left;
    border-right: 1px solid #ffffff;
    background: url(./images/background/nav_norm.gif);
}
#navigation a:hover, 
#navigation a.aktiv {
    background: url(./images/background/nav_hover.gif);
}
#navigation a.first {
	border-left: 1px solid #fff;
}

#content {
    width: 604px;
    float: left;
    padding: 70px 20px 50px 20px;
}
p {
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    margin: 20px 0 10px 10px;
}
a {
    color: #666;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img.map {
	border: none;
}
input, textarea {
    padding: 2px;
    background: url(./images/background/medium.gif);
    border: none;
    font-family: Calibri,Arial,sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #345055;
}
input.button {
    background: url(./images/background/nav_norm.gif);
    font-family: Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: bold;
    color: #ffffff;
}
h1 {
    
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #006699;
    margin: 0px;
    padding: 2px 10px;
    background: url(./images/background/medium.gif);
}
h2 {
    font-family: Calibri,Arial,sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #EC651A; /* #006699; */
    margin: 30px 0 0 10px;
}
h2tbl {
    font-family: Calibri,Arial,sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #EC651A; /* #006699; */
    margin: 30px 0 0 0;
}

h3 {
    font-family: Calibri,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #006699;
    margin: 0px;
    /* padding: 2px 10px; */
}
hr {
    height: 1px;
    border-style: none;
    margin: 10px 0;
    color: #81A4AA;
    background-color: #81A4AA;
    width: 100%;
}
ul {
    padding: 0;
    margin: 0 0 0 15px;
    list-style-type: square;
}
.blau {
    color: #5DA9DD;
}

.orange {
    color: #EC651A;
}
.orange2 {
	font-size: 13px;
    color: #EC651A;
}
.ttcontent {
	display: none;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
