@charset "utf-8";
html
{
   overflow:scroll;
   overflow-x:visible;
   overflow-y:scroll;
}

body
{
   text-align: center;
   font-family: "verdana", "arial", sans-serif;
   font-size: 10pt;
   background-color:#FFFFFF;
}

div
{
   padding: 0;
   margin: 0;
}

img
{
   border-width:0;
}

a
{
   color:black;
   font-weight:bold;
   text-decoration:none;
}

#pagewrapper
{
   width: 100%;
   text-align: left;
}

#content 
{
   margin-top: 0px;
   background-color: white;
   clear:right;
}

/* Überschrift in content */
#content h2 {
   font-size: 20pt;
   font-weight: bold;
   color: #AC0640;
   padding: 3px;
   margin:5px;
}

#content h3 {
   font-size: 12pt;
   font-weight: bold;
   color: #AC0640;
   margin:5px;
}

/* Absätze: */
#content p {
   text-align: left;
   padding: 0;
}

/* unsortierte Auflistung im content */
#content ul {
   text-align: left;
   list-style-type: square; 
}

/* Hervorhebungen */
#content strong {
   font-family: "verdana", "arial", sans-serif;
   font-weight: bold;
   color: #AC0640;
}

#menu
{
   display:none;
}

#footermenu
{
   display:none;
}

#footer
{
   padding: 15px 80px 0px 80px;
   clear:both;
}

#subside
{
   display:none;
}

