body
{
 font-family: Helvetica, sans-seriff;
 background: #CCFFFF;
 margin: 0;
 padding: 0;
 text-align: justify;
}

h1
{
 margin: 0;
 font-size: 180%;
 text-align: left;
}

h2
{
 font-size: 120%;
 text-align: left;
}

img
{
 border: none;
 margin: 1px;
}

.header
{
 width: 1200px;
 height: 180px;
 margin-top: 0px;
}

.tl
{
 background: url(bilder/tl.gif) no-repeat;
}

.br
{
 background: url(bilder/br.gif) 100% 100% no-repeat;
 padding:10px;
}

.br2
{
 background: url(bilder/br.gif) 100% 100% no-repeat;
 padding:30px;
}

.logo
{
 position: relative;
 float: left;
 margin-right: 15px;
 margin-left: 5%;
}

.rgt
{
 margin-top: 20px;
}

.menu
{
 float:left;
 position: relative;
 list-style: none;
 height: 100%;
 width: 17%;
 margin: 0;
 padding: 0;
}

ul.menu li.highlight
{
 width: 100%;
 position: relative;
 display: block;
 padding: 0.5em;
 border-bottom: 0.1em solid #000000;
 color: #00000;
 font-weight: bold;
}

ul.menu li.nothighlight a
{
 width: 100%;
 position: relative;
 display: block;
 padding: 0.5em;
 border-bottom: 0.1em solid #000000;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration:none;
}

ul.menu li.nothighlight a:hover
{
 color: #000000;
 background-color: silver;
 filter: alpha(opacity=50);
 opacity:0.5;
}

ul.menu li.highlighttop
{
 width: 100%;
 position: relative;
 display: block;
 padding: 0.5em;
 border-bottom: 0.1em solid #000000;
 border-top: 0.1em solid #000000;
 color: #000000;
 font-weight: bold;

}

ul.menu li.nothighlighttop a
{
 width: 100%;
 position: relative;
 display: block;
 padding: 0.5em;
 border-bottom: 0.1em solid #000000;
 border-top: 0.1em solid #000000;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration:none;
}

ul.menu li.nothighlighttop a:hover
{
 color: #000000;
 background-color: silver;
 filter: alpha(opacity=50);
 opacity:0.5;
}

.banner
{
 position: relative;
 float: right;
}

.container
{
 background: #105A8C;
 width:95%;
 margin: auto;
 margin-top: 0px;
}

.main
{
 background: #FFFFFF;
 padding:10px;
 margin-left: 20%;
 margin-right: 12%;
}

.big
{
 font-size: 120%;
 color: #000000;
}

a:link {
color : #000000; 
text-decoration : none; 
} 
a:hover {
color : #000000; 
text-decoration : underline; 
} 
a:visited {
color : #000000; 
text-decoration : none; 
} 
a:visited:hover {
color : #000000; 
text-decoration : underline; 
} 

.link
{
 color: #000000;
}

.link2
{
 color: #000000;
 text-decoration: none;
}

a.link2:hover
{
 text-decoration: underline;
}

.rltd
{
 font-size: 80%;
 width: 45%;
 text-align: center;
 margin: auto;
 margin-top: 20px;
}

.l
{
 position: relative;
 float: left;
 margin: 10px;
 margin-top:0;
}

.r
{
 position: relative;
 float: right;
 margin: 10px;
 margin-top:0;
}
.textSMALL {
font-size : 8pt; 
font-family : Verdana, Sans-Serif; 
} 
