/*************************
*   Generell             *
*************************/
body {
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #F6E7B7;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-face-color: #F6E7B7;
	margin:5px;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Century Gothic;
	font-size:12px;
	color:#637580;
	background-attachment: fixed;
	background-image: url(../grafik/bg_yellow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

td, li, p {
	font-family: Verdana, Arial, Century Gothic;
	color: #637580;
	font-size: 14px;
	line-height: 120%;
}

/*****************************
* Überschriften, Links usw.  *
*****************************/
h1 {
	color:#1F5394;
	font-size:20px;
	font-weight:bold;
}

a {
	color:#A62943;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#637580;
	text-decoration:none;
}

a.pagenav {
	font-weight:bold;
	color: #A62943;
	text-decoration:none;
}

.red {
	color:#A62943;
}

.bottom_white {
	padding-top:3px;
	color: White;
	font-size: 9px;
	text-align: center;
}

a.white {
	font-weight: normal;
	color:white;
	text-decoration:none;
}

a.white:hover {
	text-decoration:underline;
}

.size10 {
	font-size:10px;
}

a.smallred {
	color:#A62943;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}

/* Liste mit rotem Punkt und 1,5 Zeilenabstand */

ul.reddot {
	list-style-image: url(../grafik/list_reddot.jpg);
}

ul.reddot li {
	line-height: 1.5;
}