﻿/** 
{
    margin: 0;
    padding: 0;
}*/

body 
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 0.9em;
    background-color: white;
    margin: 0px;
    padding: 0px;
}

a 
{
    text-decoration: none;
    background-color: inherit;
    color: #005ca2;
}

a:hover 
{
    text-decoration: underline;
}
  
img 
{
    border-width: 0;
}

#wrapper 
{
    margin: 0px auto;
    width: 900px;
    background-color: rgb(183,213,239);
    position: relative;
}

#header
{
	height: 90px;
	background-color: #e1e8ee;
	background-image: url(Bilder/Master/header.jpg);
	background-repeat: no-repeat;
}

#logorechts 
{
    position: absolute;
    right: 20px;
    top: 0px;
}

#left
{
	width: 140px;
	padding: 30px 5px 5px 5px;
	min-height: 616px;
	height: 100%;
	float: left;
}

#menu 
{
    height: 1em;
    padding: 5px 0px 5px 150px;
    background-color: #c1d1dc;
    border-top: 1px solid #005ca2;
    border-bottom: 1px solid #005ca2;
    text-align: center;      
}

#menu a 
{
    display: block;
    width: 77px;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
    color: White;
    border-left: 1px solid #005ca2;
    border-right: 1px solid #005ca2;
}

#menu a:hover 
{
    color: #005ca2;
    border-left: 1px solid #005ca2;
    border-right: 1px solid #005ca2;
}

#content
{
    margin-left: 150px;
	padding: 30px 10px 20px 20px;
    background-color: rgb(241,245,246);
    background-image: url(Bilder/Master/background.jpg);
    min-height: 590px;
}

#content h1 
{
    font-size: 1.3em;
    font-weight: normal;
    color: #005ca2;
    /*color: #ffa500;*/
}

#menu_bottom
{
    margin-left: 150px;
    height: 1em;
    padding: 0px 0px 5px 0px;
    background-color: #e1e8ee;
    border-top: 1px solid #005ca2;
    border-bottom: 1px solid #005ca2;
    text-align: center;
}

#menu_bottom a 
{
    font-size: 0.8em;
    text-decoration: none;
    background-color: inherit;
    color: #005ca2;
}

#footer
{
    clear: both;
    height: 80px;
    padding-left: 150px;
    font-style: italic;
    font-size: 0.8em;
    text-align: center;
    background-color: White;
    padding-top: 7px;
}

#footer a
{
    text-decoration: none;
}

.dataleft 
{
    width: 150px;
    float: left;
}

.dataright 
{
    width: 200px;
    float: left;
}

.formzeile 
{
    clear: both;
}

.Abschnitt 
{
    border: 1px dotted gray;
    width: 700px;
    padding: 5px;
}
