/* lokale Version */
body {background-color:#FFFFFF; margin-top:33px; margin-left:8px;}
table {margin-left:5px; margin-right:5px;}
td {margin-left:8px; margin-right:8px;margin-top:8px;margin-bottom:8px}
/*   */
/* body = alle folgenden Angaben beziehen sich auf jeden HTML-Tag, der einen eigenen Absatz erzeugt */
/* background-color = Hintergrundfarbe */
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* margin-left und margin-right = entsprechend Abstand links und rechts */
/* 10px = 10 Pixel, Wert aenderbar */
/* background-image = Hintergrundbild */
/* background-repeat = Wiederholung des Hintergrundbildes */
/* repeat-x = Wiederholung erfolgt auf der x-Achse, Wert Änderbar */
/* background-attachment = Feststellung des Hintergrundbildes */
/* fixed = Hintergrundbild bewegt sich nicht */
/* table = alle folgenden Angaben beziehen sich auf jeden HTML-Tag innerhalb einer Tabelle */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,nobr,b,i,u
     { font-family:Arial,sans-serif;color:#676d6f; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:18pt; color:#676d6f; }

/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */
/* #728dc5 = JuWe-Blau dunkel, wert aenderbar */

h2 { font-size:14pt; color:#676d6f; }

/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */
/* #728dc5 = JuWe-Blau hell, wert aenderbar */

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }
ul { color:#676d6f; }
li { color:#676d6f; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* #313131 = JuWe-Anthrazit, wert aenderbar */

/* a:link { color:#313131; text-decoration:underline; } */
/* a:visited { color:#313131; text-decoration:underline; } */
/* a:active { color:grey; text-decoration:none; } */

a:link { FONT-WEIGHT: bold; COLOR: #676d6f; TEXT-DECORATION: none }
a:visited { FONT-WEIGHT: bold; COLOR: #676d6f; TEXT-DECORATION: none }
a:hover { FONT-WEIGHT: bold; COLOR: #e14351; TEXT-DECORATION: none }
a:active { FONT-WEIGHT: bold; COLOR: #e14351; BACKGROUND-COLOR: #e6e8e8}


/* a:link = verweise zu noch nicht besuchten seiten */
/* a:visited = verweise zu bereits besuchten seiten */
/* a:active = verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #313131 = JuWe-Anthrazit, wert aenderbar */
/* #313131 = JuWe-Anthrazit, wert aenderbar */
/* grey = dunkelgrau, wert aenderbar */
/* text-decoration = textstil */
/* underline = unterstrichen, default-wert, wert aenderbar */
/* none = nicht unterstrichen, wert aenderbar */

body {
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#e6e8e8;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}

.PEbutNot {border:1px solid menu;filter:Gray() Alpha(Opacity=50)}
.PEbutDown{background-color:gainsboro;border:1px inset window;cursor:hand}
.PEbut{border:1px solid;border-color:buttonhighlight buttonshadow buttonshadow buttonhighlight;cursor:hand}

