﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
}

body {
    padding-top: 0px;
    background-color: #222280; background-image: url(hintergrund.jpg);
    background-attachment: fixed;
}

* html .IEFloatFix {
    height: 0.01%;
}

/*Inhalte*/

.float_left 
{ 
    float: left; 
    margin-left: -50px; 
}

.float_right  
{
    float: right; 
    margin-right: -50px; 
}

.clear { clear: both; }

p, h4, h5, h6, ul.std_list {
    margin: auto;
}

p {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #5555FF;
}

a:hover {
    text-decoration: underline;
    display: inline;
}

img { 
    margin: 10px;
    border: solid 1px #000;
}

.noborder, .noborder * {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

h1 {
    font-size: large;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #5555FF;
}

h2 {
    font-size: larger;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

h4 {
    font-size: larger;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 5px;
}

h5 {
    font-weight: bold;
    text-align: justify;
    margin-bottom: 0px;
}

h6 {
    font-weight: normal;
    font-style: italic;
    text-align: justify;
}

sub 
{
    font-size: x-small;
}

dd {
    font-weight: normal;
    font-style: italic;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

dl img 
{
    margin-bottom: 5px;
}

ul.std_list
{
    list-style-type: disc;
    text-align: justify;
    list-style-position: outside;
    padding-left: 40px;
}

ul.std_list li
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery
{
    width: 600px;
    margin-left: -30px;
}

.gallery div
{
    margin-bottom: 20px;
    float: left;
}

.img_strip 
{
    width: 600px;
    margin-left: -40px;
}

.img_strip img {   
    margin-left: 0px;
    margin-right: 0px;
}

.linklist a 
{
    margin: auto;
    border: 1px solid #000;
    background-color: #FFF;
    width: 300px;
    height: 100px;
    display: block;
    text-align: left;
}

.linklist a:hover
{
    background-color: #CCC;
}

.linklist img 
{
    float: left;
    border: 0;
    margin: 5px;
}

table
{
    border-collapse: collapse;
    border: solid 1px #000;
    width: 600px;
    margin: 10px;
    margin-left: -40px;
}

* html table
{
    margin-left: 10px;
}

table td
{ 
    padding: 5px;
}

table tbody td, table tbody th
{
    border: solid 1px #000;
}

table img
{
    margin: 0px;
}

.termine td
{
    padding: 20px;
    border-style: hidden;
}

.termin_titel
{
}

.termin_text
{
    margin-left: 50px;
}

#counter
{
    width: 200px;
    margin: auto;
    text-align: center;
}

#counter p
{
    font-size: xx-small;
    text-align: center;
}

/*Rahmen*/

#main {    
    width: 800px;   
    margin: 0 auto;
}

#header {

}

#header img {
    margin: 0px;
    border: none;
}

#navbar {
    margin-top: -3px;
    height: 30px;
    width: 100%;
    background-image: url(navbar.png);
    background-repeat: repeat-y;
}

html>/**/body #navbar {
    margin-top: 0px;
}

#content_wrapper
{
    position: absolute;
    z-index: 1;
    width: 800px;
    height: auto;
    background-repeat: repeat-y;
    overflow: hidden;
    top: 180px;
    background-image: url(main.png);
}

#content_box
{
    text-align: center;
    margin: auto;
    margin-top: 20px;
    padding: 20px 0 20px 0;
    width: 650px;
    min-height: 500px;
    background-color: #FFF;
}

#content
{
    width: 520px;
    margin: auto;
    text-align: center;
}

#bottom
{
    height: 60px;
    background-image: url(bottom.png);
}

/*Navigation*/

#MainMenu {
    line-height: 30px;
    float: left;
    margin-left: 34px;
    margin-right: 34px;
}

* html #MainMenu { /*IE6 Double Margin Bug*/
    margin-left: 17px;
    margin-right: 17px;
}
    
#MainMenu li, #MainMenu li a {
    list-style-type: none;
    text-decoration: none;
    display: inline;
    text-align: center;
    float: left;
    width: 183px;
    color: #FFF;
}

.PopupMenu {
    display: none;
    position: relative;
    width: 183px;
}

#MainMenu li:hover ul, li.over ul {
    display: block;    
    font-weight: normal;
    z-index: 9;
    margin-left: -1px;
    margin-top: -1px;
}

#MainMenu li:hover, #MainMenu li.over, #MainMenu a:hover {
    font-weight: bold;
    color: #FFF;
}

#MainMenu li:hover ul li, li.over ul li
{
    background-color: #000080;
    margin-top: -1px;
}

#MainMenu li:hover ul li:hover 
{
    background-color: #000080;
}