
/*********************** CSS - Zentralformatierung (Javascript aktiviert)**********/

body{           margin:0px;
                scrollbar-base-color:#FF0066;            /*Basisfarbe der Scroll-Leiste*/
                scrollbar-3dlight-color:#FFCCCC;         /*Farbe für 3D-Effekte*/
                scrollbar-arrow-color:#FF0066;           /*Farbe für Verschiebepfeile*/
                scrollbar-darkshadow-color:#CC3366;      /*Farbe für Schatten*/
                scrollbar-face-color:#FDFDF9;            /*Farbe für Oberfläche*/
                scrollbar-highlight-color:#FF6699;       /*Farbe für oberen und linken Rand*/
                scrollbar-shadow-color:#FFCCCC;          /*Farbe für unteren und rechten Rand*/
                scrollbar-track-color:#FF0066;           /*Farbe für freibleibenden Verschiebeweg*/
                }

body.start{
                background-color:#FF0066;
                background-image:URL(./bilder/start_opt.gif);
                background-repeat:no-repeat;
                background-position:center;
                }

body.da       {
                background-color:#FF0066;
                background-image:URL(./bilder/da_bg.gif);
                background-repeat:no-repeat;
                background-position:45px 144px;

                }

td{
                font-family:Verdana,sans-serif;
                font-size: 8pt;
                color:#660000;
                text-align:justify;
                }

td.mitte{
                font-family:Arial,sans-serif;
                font-size: 8pt;
                color:#ff0066;
                text-align:justify;
                vertical-align:top;
                padding-left:5px;
                padding-right:30px;
                padding-top:0px;
                text-align:left;
                }
.mitte b { }
/*---------------------------------------------rahmen-----*/
table.unten{    margin:0px;
                border-top:1px solid #ffffff;
                background-color:#FF0141;
                }

table.rot{      margin:0px;
                background-color:#FF0066;
                }

table.sp_rot{   margin:0px;
                background-color:#FF0066;
                background-image:URL(./bilder/sp_bg.gif);
                background-repeat:no-repeat;
                background-position:0px 292px;
                }

#rr{            margin:0px;
                border:1px solid #000000;
                }
#rw{            margin:0px;
                border:1px solid #ffffff;
                }

table.pro{      margin:0px;

                background-color:white;
                }

table.ro{       margin:0px;
                border-right:1px solid #ff0066;
                border-top:1px solid #ff0066;
                }

table.rl{       margin:0px;
                border-right:1px solid #ff0066;
                border-left:1px solid #ff0066;
                background:white;

                }

td.lu{          margin:0px;
                border-left:1px solid #ff0066;
                border-bottom:1px solid #ff0066;
                text-align:center;
                }

td.lul{          margin:0px;
                border-left:1px solid #ff0066;
                border-bottom:1px solid #ff0066;
                text-align:right;
                padding-right:10px;
                }
/*-------------------------------------menue----------------*/
#unterpunkt{
                background-color:#FFCCCC;
                border-bottom-width:1px;
                border-bottom-style:solid;
                border-bottom-color:#FFFFFF;
                font-size:8pt;
                font-weight:bold;
                padding-top:3px;
                padding-bottom:3px;
                text-align:left;
                }

#unterpunkt01{
                background-color:#FFCCCC;
                color:#FFCCCC;
                border-bottom-width:1px;
                border-bottom-style:solid;
                border-bottom-color:#FFFFFF;
                font-size:8pt;
                font-weight:bold;
                padding-top:3px;
                padding-bottom:3px;
                text-align:left;
                }

/*---------------------------textformatierung--------------------*/
p{              font-family:Verdana,sans-serif;
                font-size: 8pt;
                color:#660000;
                }

h1{             font-family:Verdana,sans-serif;
                font-size: 9pt;
                color:#ff0066;
                }

h2{             font-family:Verdana,sans-serif;
                font-size: 8pt;
                color:#660000;
                }
h3{             font-family:Verdana,sans-serif;
                color:#ffffff;
                }
h4{             font-family:Verdana,sans-serif;
                font-size: 13pt;
                font-weight:bold;
                color:#ff0066;
                }

i{              font-family:Verdana,sans-serif;
                font-size: 8pt;
                color:#ffffff;
                text-align:justify;

                font-style:normal;
                }
.flyer {
		height:544px;
                 width:371px;
                 background: url(bilder/flyer_2005_03_05.gif);
                 background-position:0px 0px;
                 position:absolute;
                 top:0px;
                 left:0px;
		}

/*------------------Hyperlinks in weiss-------------*/

a:link { color:#ffffff; text-decoration:none; }
a:visited { color:#ffffff; text-decoration:none; }
a:hover { color:#ffffff; text-decoration:underline; }
a:active { color:#ffffff; text-decoration:none;}


a:link.pink, 
a:visited.pink, 
a:hover.pink, 
a:active.pink { 
	color:#ff0066;
	text-decoration:none;
	font-weight:bold;
	}