﻿html, body
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    background-repeat: repeat-x;
    background-color: #486B60;
    background-position: top left;
}

#container
{
    background-position: left top;
    border-bottom: 0px;
    border-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-top: 0px;
    width: 100%;
    height: 100%;

}

#masterhead
{
    width: 100%;
    height: 135px;
    border-bottom: 0px;
    border-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-top: 0px;
    text-align: right;
    padding-bottom: 0px;
    overflow: auto;
    border-color: #FFFFFF;
    border-style: none none solid none;
    border-width: 1px;
    margin: 0px;
}

#headlogo
{
    padding: 5px 20px;
}

#page_content
{
    position: relative;
    min-height: 350px;
}

#footer
{
    border-color: #FFFFFF;
    border-width: 1px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    clear: both;
    padding-top: 1%;
    vertical-align: bottom;
    margin: 0px;
    bottom: 0px;
    border-top-style: solid;
}

#sidebar
{
    border-bottom: 0px;
    border-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-top: 0px;
    position: absolute;
    width: 60px;
    height: 100%;
    float: left;
    display: inline-block;
}

#menuWithBorders
{
    border-bottom: 0px;
    border-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-top: 0px;
    position: absolute;
    width: 200px;
    float: left;
    display: inline-block;
    border-style: none solid none solid;
    border-width: 1px;    
    border-color: #FFFFFF;
    left: 70px;
    top: 0px;
    height: 100%;
    margin: 0px 10px 0px 10px;
}

#menu
{
    padding: 20px 10px 10px 10px;
}

#content
{
    border-bottom: 0px;
    border-left: 0px;
    margin: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 30px;
    padding-top: 10px;
    font-family: Verdana;
    font-size: small;
    color: #FFFFFF;
    left: 260px;
    position: relative;
    height: auto;
    max-width: 800px;
}

a:link
{
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;
}

a:hover
{
	color: #FFFFFF;
	font-weight: bold;
}



.footerText
{
    color: #FFFFFF;
    text-align: right;
    font-family: Verdana;
    font-size: large;
    margin: 10px;
}

.footerImprint
{
	font-size: x-small;
	text-align: right;
	margin: 10px;
}

.footerQuote
{
    color: #CCFFCC;
    font-size: x-small;
    text-align: center;
    vertical-align: text-bottom;
}

.defaultInfo
{
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #CCFFCC;
	text-align: left;
}

.menuItem
{
    color: #FFFFFF;
    margin:  5px 15px 5px 10px;
}

.pictureMain
{ 
	text-align: right;
	float: right;
	position: fixed;
	right: 30px;
 }

