/* CSS Document */



body {	
        background-color:#808080;
	font-family:Verdana, Arial, sans-serif;
	font-weight:1000;
	font-size:8.5pt;
        margin-top:2em;
}


/** Navigationsleiste */

a.nav {
        font-family:Bradley Hand ITC, Verdana, sans serif;
        list-style:none;
        display:inline;
	margin:0;
	padding:0.5em;
	font-size:13pt;
        text-decoration:none;
}

a.nav:Link {color:#808080;}
a.nav:Visited {color:#808080;}
a.nav:Hover {color:#ff8c00;}
a.nav:Active {color:#ff8c00;}

/** Das war die Navigationsleiste */




a:link {
	text-decoration:none;
	color:#808080;
        font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#ff8c00;
        font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#ff8c00;
        font-weight:bold;
}
a:active {
	text-decoration:none;
	color:#ffffff;
        font-weight:bold;
}


/** Titel Überschrift */

h1 {
        font-family:Bradley Hand ITC, Verdana, sans serif;
        font-size:2em;
        margin:0;
	padding:1em;
	text-align:center;
	color:#ffffff;
	background-color:#ff8c00;
}


h3 {
        font-size:12pt;
        font-weight:bold;
        text-align:center;
        color:#000000;
}

/** das war die Titelüberschrift */






/** Textauszeichnungen */

div b {
	color:#000000;
}
.bold {
	font-weight:bold;
}


.little {
        font-size:8pt;
}
.smaller {
	font-size:8.5pt;
}
.bigger {font-size:9pt;
}

.name {
	color:#000000;
	font-weight:bold;
}

.wichtig {
         font-variant:small-caps;
         font-size:11pt;
         font-weight:bold;
}

.bradley {
         font-family:Bradley Hand ITC, Verdana, sans serif;
         font-size:10.5pt;
         color:#000000;
         font-weight:bold;
}

/** das waren die Textauszeichnungen */