﻿html, body {
	height: 100%;
}
body
{
    background: #fff url(images/header_bg.gif) repeat-x center top;
    font-family: Tahoma;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

ol
{
    padding: 0 20px 0;
}

ol li
{
    margin-bottom: 10px;
}

ul
{
    padding: 0;
    margin: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	width: 800px;
	text-align: left;
}

.footer, .push {
	height: 200px;
}

.clearer {
    clear: both;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-bottom: -1px;
}

.header {
	height: 99px;
	/*background: url(images/logo.gif) no-repeat 0% 50%;*/
}

.header img
{
    border: none;
    /*margin-top: 10px;*/
}

.menu 
{
    margin: 1px 0px;
    height: 23px;
    float: left;
}

.menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;    
}

.menu ul li {
    color: #000;
    display: block;
    float: left;
    text-align: center;
}
.menu a {
    color: #000;
    display: block;        
    text-decoration: none;
    padding: 5px 10px;
}

.menu .active {
    background: #f8f8f8;
    color: #000 !important;
}

.menu a:hover {
    background: #fff;
    color: #000 !important;
}

.submenu ul li .active, .submenu ul li .active a
{
    color: #444;
    border-top: 1px solid #fe6000;
    border-bottom: 1px solid #fe6000;
    background: #fcc8a9;
    font-weight: bold;
}

.submenu ul li ul li .active 
{
    border: 0;
}

.footer {
	width: 100%;
	background: #7f7f7f url(images/footer_bg.gif) repeat-x;
	cursor: default;
}

.footer .footerContent
{   
    margin: 0 auto;    
    width: 800px;
    color: #fff;
}

.footerLinks
{
    margin-top: 30px;
    width: 266px;
    float: left;
    line-height: 170%;
    height: 110px;
}

.footerLinks ul 
{
    list-style: none;
}

.footerLinks ul li
{
    display: block;
}

.footerContent a
{   
    color: #ccc;
    text-decoration: none;
}

.footerContent .active a
{   
    color: #fff;
}

.footerContent a:hover
{
    color: #f63 !important;    
}

.teaser
{
    height: 30px;
    color: #fff;
    padding: 20px 0px 10px;
}

.container 
{
    position: relative;
    margin-top: 20px;
    padding: 10px 0px 30px 0px;
    width: 800px;
}

.content
{    
    width: 460px;
    float: left;
    padding: 0px 20px;
    font-size: 12px;
    line-height: 150%;
}

.sidebar
{
    line-height: 150%;
    float: left;
    width: 129px;    
    border-left: 1px dashed #ccc;
    padding-left: 10px;
}

.submenu
{
    width: 160px;
    float: left;
}

.submenu ul
{
    list-style-type: none;
    margin-bottom: 1px;
    padding: 0;    
}

.submenu ul li a
{
    text-decoration: none;
    background: #eee;
    color: #000;
    padding: 5px 10px;
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.submenu ul li a:hover
{
    background: #ffe2d0;
}

.submenu ul li ul
{
    list-style-type: none;
}

.submenu ul li ul li
{
    background: #f6f6f6;
    display: block;
}

.submenu ul li ul li a
{
    background: #fcfcfc;
    display: block;
    margin: 1px 0px 0px 10px;
    border: none;
}

.submenu ul li ul li a:hover
{
    background: #ffe2d0;
}

h1
{
    margin: 0px 0px 6px;
    color: #888;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 13px;
}

h2
{
    margin: 0;
    color: #444;
    font-size: 15px;
}

h3
{
    margin: 0px 0px 5px;
    background: url(images/header_h3.gif) no-repeat;
    font-size: 12px;
    color: #555;
    padding: 4px 7px;
}

a 
{
    color: #c30;
}

a:hover
{
    color: #f30;
}

a.pdf
{
    background: url(images/pdf.gif) no-repeat;
    padding: 1px 0px 4px 20px;
}

a.side
{
    background: url(images/link.png) no-repeat 0% 100%;
    padding-left: 10px;
}

a.sitemap 
{
    background: url(images/resultset_next.png) no-repeat 0% 50%;
    padding-left: 20px;
}

b
{
    color: #444;
}

ul.list
{
    margin: 0 15px 0;
}

ol.list
{
    margin: 0;
}

form 
{
    margin: 0;
    padding: 0;
}

/*Kontaktformular*/
.contactform { line-height: 200%; }
.contactform input, .contactform input.btn, .contactform textarea 
{
    font-family: Tahoma;
    font-size: 13px;
    border: 1px solid #aaa;
    padding: 2px;
    width: 100%;
    background: url(images/input_bg.gif) repeat-x;
}

.contactform input.btn { width: auto; }

/*Loginformular*/
.login
{
    margin-top: 5px;
    line-height: 200%;
    float: right;
}

.login input
{
    font-family: Tahoma;
    font-size: 11px;
    border: 1px solid #aaa;
    padding: 2px;
    width: 80px;
}
.login .btn 
{
    width: auto;
}

.successmsg
{
    background: #fcfcf2 url(images/success.jpg) no-repeat 5px 0px;
    margin-top: 10px;
    padding: 5px 5px 5px 60px;
    min-height: 40px;
    border: 1px solid #eee;
    -moz-border-radius: 4px;
}

.errormsg
{
    background: #fcfcf2 url(images/error.png) no-repeat 5px 3px;
    margin-top: 10px;
    padding: 5px 5px 5px 60px;
    min-height: 40px;
    border: 1px solid darkred;
    -moz-border-radius: 4px;
}

/*Suchformular*/
.quicksearchform { margin: 5px 0px 10px; }
.quicksearch
{
    border: 1px solid #aaa;
    width: 94px;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px;
    background: url(images/input_bg.gif) repeat-x;
}
.quicksearchbtn { margin-bottom: -3px; }

.search
{
    border: 1px solid #aaa;
    width: 150px;
    background: url(images/input_bg.gif) repeat-x;
    font-family: Tahoma;
    font-size: 13px;
    padding: 2px;
}

.searchbtn
{
    width: auto;
    margin-bottom: -2px;
}

hr 
{
    border-top: 1px dashed #ccc;
    border-bottom: transparent;
    height: 0px;
}

.simpleregister
{
    margin-top: 10px;
    border: 1px solid #ccc;
    height: 400px;
    padding: 6px;
    background:#fff;
    -moz-border-radius: 4px;
}

table 
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table tr th, table tr td
{
    padding: 3px 6px;
    vertical-align: bottom;
}

table tr th
{
    background: #ddd;
    border-bottom: 1px solid #ccc;
}

table tr.c1 td
{
    background: #eee;    
}

/*Registrierung*/
table.register
{
    border: 0;
    margin: 5px 0px 0px;
    padding: 0;
    width: 100%;
}
table.register tr td
{
    margin: 0;
    padding: 2px 0px;
}
.registerform input, .registerform input.btn, .registerform textarea, .registerform select
{
    font-family: Tahoma;
    font-size: 13px;
    border: 1px solid #aaa;
    padding: 2px;
    background: #fff url(images/input_bg.gif) repeat-x
}

.registerform input.error, .registerform select.error
{
    border: 1px solid darkred;
    background: #fcc url(images/input_bg_error.gif) repeat-x;
}
.registerform .checkbox input { border: 0; background: none; }
.registerform select { width: 147px; height: 22px; padding: 0; }
.registerform input.btn { width: auto; }
.registerform table { border: 0; }

.registerform #loading 
{
    background: #fff url(images/loading.gif) no-repeat 0% 50%;
    padding-left: 20px;
    font-weight: bold;    
    height: 20px;
}

.registerform input[disabled]
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}