/* CSS Document */
/*
grün: 74DE1C
hautfarben: F5C6AD   F4DD84
rosa: F6B5DD
gelb: FDD894   FCFCCA
*/

A:link { color: #FDD894; text-decoration: none; } 
A:visited { color: #FDD894; text-decoration: none; }
A:hover { color: #FCFCCA; text-decoration: none; } 
A:active { color: #FCFCCA; text-decoration: none; } 

/*
A:link { color: #FBA4FA; text-decoration: none; } 
A:visited  { color: #F27FC3; text-decoration: none; }
A:hover { color: #FBA4FA;text-decoration: bold ;} 
A:active { color: #FBA4FA; background: none; text-decoration: bold; } 
*/

a.weiss:link { font-color: white; text-decoration: none; } 
a.weiss:visited  { font-color: white; text-decoration: none; }
a.weiss:hover { font-color:white;text-decoration: underline ;} 
a.weiss:active { font-color: white; background: none; text-decoration: underline; }

a.men:link { color: yellow; text-decoration: underline; } 
a.men:visited  { color: yellow; text-decoration: underline; }
a.men:hover {color:orange;text-decoration: none ;} 
a.men:active {color: white; background: none; text-decoration: underline; }

a.ein:link { color: #FF00FF; text-decoration: none; } 
a.ein:visited  { color: #FF00FF; text-decoration: none; }
a.ein:hover {color: #FF00FF; text-decoration: underline; } 
a.ein:active {color: #FF00FF; text-decoration: underline; }

a.tour:link { color: white; font-size:25; text-decoration: none; } 
a.tour:visited  { color: white; font-size:25; text-decoration: none; }
a.tour:hover {color:orange; font-size:25; text-decoration: underline ;} 
a.tour:active {color: orange; background: none; text-decoration: underline; }

/*
grün: 74DE1C
hautfarben: F5C6AD   F4DD84
rosa: F6B5DD   F523A4     FD80CD
gelb: FDD894   FCFCCA
*/

body {
scrollbar-base-color:#FFF9E9;
scrollbar-face-color:#666666;
scrollbar-track-color:#FFF9E9;
scrollbar-shadow-color:#000000;
scrollbar-dark-shadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-3d-light-color:333333;
scrollbar-highlight-color:#000000; 

border:0px;
margin:0px 0px 0px 0px;
background-image:url(bg.jpg);
background-repeat:repeat-x;
}

p,ul,ol,li,div,td,th,address,nobr,i { font-size:9pt; color:#FFF9E9; font-family: Arial, Helvetica;}

body { margin-top:0px; margin-bottom:0px;font-size:  }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


h1 { 
font-size:18pt; 
font-family: Comic, Arial;
font-variant: small-caps;
font-color: #FFF9E9;
margin-top: 20px;
}
h2 { font-size:16pt; }
h3 { font-size:12pt; }

.linie_dashed {
border-left-width: 0px; 
border-style: dashed; 
border-bottom-width: 1px; 
border-top-width: 0px; 
border-right-width: 0px; 
border-color: #E1E1E0;
padding-bottom: 10px;
padding-left: 5px;
}

.linie_top {
padding-top: 10px;
padding-left: 5px;
}

.nav_dashed {
border-left-width: 0px; 
border-bottom-width: 0px; 
border-top-width: 0px; 
border-right-width: 1px; 
border-style: dashed; 
border-color: #E1E1E0;
}

.nav_dashed_left {
border-left-width: 1px; 
border-bottom-width: 0px; 
border-top-width: 0px; 
border-right-width: 0px; 
border-style: dashed; 
border-color: #E1E1E0;
}