html
{
  background-color: #c0c0c0;
}
div.Background { 
position:absolute;
left: 0px;
top: 0px;
right:0px;
bottom: 0px;
margin: 0px,0px,0px,0px;
  background-image:url(../images/Background.JPG);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-attachment:fixed;

opacity: .2; 
}

.center {
    margin: auto;
    padding: 10px;
text-align: center;
}

body

{
  color: #006464;

}



div.Main {
    position: absolute;
    margin: 0px 0px 0px 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-family: Courier New, Helvetica, Sans-Serif;
    font-weight:500;
}

div.Content

{
  position: absolute;
  margin: 10px 100px 10px 100px;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}


div.Header
{
    position: fixed;
left: 100px;
top:0px;
right:100px;
bottom: 0px;

    margin: 0px 0px 30px 0px;
height: 180px;
}


div.Header   div.Logo
{
  position: relative;
  float: none;
  width: 440px;
  height: 125px;
  text-height:0px;
  color: #FAFAFA;
  background-image: url(../images/Logo.png);
  background-repeat: no-repeat;
}


div.Header > div.Navigation
{
  position: relative;
  width: 100%;
  float: left;
  border-top: 1px dashed #006464;
  border-bottom: 1px dashed #006464;
  color: #006464;
  line-height: 40px;
  font-weight:bold;
  vertical-align: middle;
}


div.Header > div.Image

{
  visibility: hidden;

}


div.Body
{
    position: fixed;
left: 100px;
top:180px;
right:100px;
bottom: 32px;
margin: 0px 0px 0px 0px;
    cursor: pointer;
overflow-y: auto;
}

div.Inner
{
    margin: 0px 10px 0px 10px;
}
div.Footer
{
	left: 100px;
right:100px;
bottom: 0px;
    position: fixed;
    height: 30px;
    border-top: 1px dashed #006464;
    color: #006464;
    line-height: 30px;
    font-size: 12px;
    font-weight:100;
    margin-top: 20px;
    float: left;
}

button {
    color: #006464;
    border: 1px solid #006464;
    font-family: Courier New, Helvetica, Sans-Serif;
    font-size: 100%;
}
div.Button
{
    position: relative;
    float: left;
    margin-right: 20px;
    margin-left: 10px;
    cursor: pointer;
}



div.Button:hover

{

  color: #00AAAA;

}

div.Active
{
    color: #009696;
    cursor: default;
}


div.Active:hover
{
	color: #009696;
}


div.Heading1
{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
    color: #006464;
}


div.Heading2
{
    position: relative;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    color: #006464;
}


div.Heading3
{
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    color: #006464;
}


div.Heading1Image
{
    width: 100%;
    margin: 0px 0px 30px 0px;
}


img.Heading1
{
    width: 100%;
}


div.Heading2Image
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}


img.Heading2
{
    width: 100%;
}


div.Dreispaltig
{
    position: relative;
    float: left;
    width: 33.33%;
    font-size: 14px;
}


div.DreispaltigSpan
{
    position: relative;
    float: left;
    width: 66.66%;
    font-size: 14px;
}

div.left
{
float: left;
height: 350px;

}

div.right
{
float: right;
height:350px;
}

div.nofloat
{
float:none;
height:350px;
margin: 100px 0px 100px 0px;
}

div.Zweispaltig
{
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
}


div.SpalteLeft
{
    margin: 0px 10% 0px 0px;

}

div.SpalteMiddle
{
    margin: 0px 5% 0px 5%;

}


div.SpalteRight
{
    margin: 0px 0px 0px 10%;
}

div
{
    position: relative;
    float: none;
    width: auto;
    display: block;
}

div.BorderTop
{
    border-top: 1px dashed #666666;
}

div.BorderBottom
{
    border-bottom: 1px dashed #666666;
}


fieldset
 {
	border: 2px solid #66BEE6; 
    border-radius: 6px; 
	margin: 0px 0px 20px 0px;
} 


legend
{
    font-size: 14px;
    font-weight: 600;
    color: #606060;
}

h1, h2, h3, h4
{
	color: #006464;

}

input.error, textarea.error {
    border: 1px solid #FF0000;
    color: #006464;
}

input, textarea {
    color: #006464;
    border: 1px solid #006464;
    font-family: Courier New, Helvetica, Sans-Serif;
    font-size: 100%;
}

.error 
{
    color: #FF0000;
}

li
{
 padding-bottom: 10px;
}
