body {
padding: 0; margin: 0; height: 100%;
background-color: #000033;
background: -moz-linear-gradient(left , #000000, #000066, #000066, #000066, #000000);
background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#000000), to(#000000), color-stop(.5,#000066));
/*filter:progid:DXImageTransform.Microsoft.Gradient
(endColorstr='#000066', startColorstr='#000000', gradientType='1');*/
}

a:link {
color: #000066;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

a:visited {
color: #000066;
text-decoration: none;
font-style: normal;
font-weight: normal;
}


div.frame {
padding: 0; margin: 0;
text-align: center;
}

div.banner {
display: block;
width: 700px;
height: 155px;
margin: auto;
margin-top: 20px;
margin-bottom: 0px;
padding: 10px;
background-color: #CDCDCD;
background: -moz-linear-gradient(left , #CDCDCD, #fff, #CDCDCD);
background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#CDCDCD), to(#CDCDCD), color-stop(.5,#fff));
filter:progid:DXImageTransform.Microsoft.Gradient
(endColorstr='#CDCDCD', startColorstr='#ffffff', gradientType='1');
border: 0;
text-align: left;
}

div.impressum {
display: block;
width: 700px;
height: 19px;
margin: auto;
margin-bottom: 0px;
padding: 5px;
/*background: -moz-linear-gradient(left , #CDCDCD, #fff, #CDCDCD);
background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#CDCDCD), to(#CDCDCD), color-stop(.5,#fff));
filter:progid:DXImageTransform.Microsoft.Gradient
(endColorstr='#CDCDCD', startColorstr='#ffffff', gradientType='1');
background-color: #CDCDCD;*/
border: 0;
font-size: 12px;
font-family: arial, verdana, sans-serif;
text-align: center;
color: #CDCDCD;
alink: #CDCDCD;
link-color: #CDCDCD;
}

div.maintext {
display: block;
width: 700px;
min-height: 350px;
margin: auto;
margin-bottom: 0px;
padding: 10px;
padding-top: 15px;
padding-bottom: 18px;
background-color: #CDCDCD;
background: -moz-linear-gradient(left , #CDCDCD, #fff, #CDCDCD);
background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#CDCDCD), to(#CDCDCD), color-stop(.5,#fff));
filter:progid:DXImageTransform.Microsoft.Gradient
(endColorstr='#CDCDCD', startColorstr='#ffffff', gradientType='1');
color: #000066;
text-align: justify;
font-size: 14px;
font-family: arial,verdana, sans-serif;
border: solid 0px black;
}

h2 {
padding: 0px; margin: 0px;

}

p {
margin-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
}

div.border {
/*background-color: #000066;*/
height: 1px;
width: 700px;
padding: 0;
margin: 0;
margin-top: 0px;
}

div.pics {
width: 680px;
height: auto;
padding: 0px;
/*text-align: center;*/
margin: 0px;
margin-top: 10px; margin-bottom: 20px;
}

h3{
display: block;
color: #FFFFFF;
background-color: #000066;
background: -moz-linear-gradient(top , #000000, #000066);
background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#000000), to(#000066));
filter:progid:DXImageTransform.Microsoft.Gradient
(endColorstr='#000066', startColorstr='#000000', gradientType='0');
text-align: center;
text-decoration: None;
font-family: arial, verdana, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: normal;
width: 172px;
height: 18px;
margin-bottom: 15px;
margin-top: 15px;
}

h3.on {
color: #000066;
background-color: #E9E9EB;
background: -moz-linear-gradient(top ,#FFFFFF, #CDCDCD );
background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#FFFFFF), to(#CDCDCD));
filter:progid:DXImageTransform.Microsoft.Gradient
(endColorstr='#CDCDCD', startColorstr='#FFFFFF', gradientType='0');
font-weight: bold;
}

h3:hover{
display: block;
color: #000066;
background-color: #ffffff;
background: -moz-linear-gradient(top ,#CDCDCD, #fff);
background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#CDCDCD), to(#FFFFFF));
filter:progid:DXImageTransform.Microsoft.Gradient
(endColorstr='#FFFFFF', startColorstr='#CDCDCD', gradientType='0');
text-align: center;
font-weight: bold;
/*filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8; */
}