
td, li {
	font-family: Times New Roman, Times;
	font-size: 80%;
	color: #000000;
}

body {
	background-image:url(pix/verlauf.jpg); background-repeat:repeat-y;
	background-position: top center;
}

/* ----- Links ----- */

a:link, a:active, a:visited {
	font-family: Times New Roman, Times;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* ----- besondere Links ----- */

a.menu, a.menu:active, a.menu:visited {
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 85%;
}
a.menu:hover {
	font-family: Futura, Helvetica, Arial, sans-serif;
	color: #FF0000;
	font-size: 85%;
}

a.big {
	font-family: Times New Roman, Times;
	font-size: 1.2 em;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

a.big:active, A.big:visited {
	font-size: 1.2 em;
	color: #FF0000;
	text-decoration: underline;
}

a.big:hover {
	font-size: 1.2 em;
	color: #000000;
	text-decoration: none;
}

/* ----- Überschrift ----- */

h1 {
	font-size: 1.2 em;
	color: #FF0000;
}

h2 {
	font-size: 1 em;
	font-weight: bold;
}

h3 {
	font-size: 1 em;
	font-weight: bold;
}

/* ----- Scrolltable ----- */

.scroll {
	width:100%; 
	height:200px; 
	align:left; 
	valign:top; 
	background-color:transparent; 
	overflow:auto;
}

/* ----- Scrollbars ----- */

body {
	scrollbar-DarkShadow-Color:999999; 
	scrollbar-Track-Color:FFFFFF; 
	scrollbar-Face-Color:FFFFFF; 
	scrollbar-Shadow-Color:FFFFFF; 
	scrollbar-Highlight-Color:666666; 
	scrollbar-3dLight-Color:FFFFFF; 
	scrollbar-Arrow-Color:999999;
}