/*******************************************************************/
/*HTML tags*/
/*******************************************************************/

body, p, div, ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #A40F2D;
	scrollbar-track-color: #FFFFFF;
}
td, th, tr {
font-size:14px
}
a {
	color: #666666;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #A40F2D;
}

/*******************************************************************/
/*Textbox // Scrollbox*/
/*******************************************************************/

#text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 434px;
	left: 495px;
	top: 310px;
	position: absolute;
	text-align: justify;
	z-index: 2;
}
#scrollbox {
	position:absolute;
	left:494px;
	overflow: auto;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 25px;
	font-size: 14px;
	z-index:2018;
	width: 480px;
	text-align: justify;
	top: 305px;
}
#text p, #scrollbox p {
	margin-top: 9px;
	margin-bottom: 0px;
	font-size: 14px;
}
#text ul, #scrollbox ul {
	list-style-type: disc;
	margin-left: 0px;
	list-style-position: inside;
	text-align: left;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 5px;
}
#text li, #scrollbox li {
	margin-top: 5px;
}

/*******************************************************************/
/*LOGO*/
/*******************************************************************/

.logotext {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.peters {
	color: #A40F2D;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}

/*******************************************************************/
/*Seitentitel*/
/*******************************************************************/

#titel {
	font-size: 18px;
	position: absolute;
	left: 495px;
	top: 250px;
	height: auto;
	width: auto;
	z-index: 1;
}
#subtitel {
	font-size: 18px;
	position: absolute;
	color: #CCCCCC;
	height: auto;
	width: auto;
	top: 268px;
}

/*******************************************************************/
/*interne Navigation*/
/*******************************************************************/

#weiter {
	font-size: 12px;
	top: 612px;
	height: auto;
	width: auto;
	position: absolute;
}
#weiter a {
	color: #DD832B;
}
#weiter a:hover {
	color: #A40F2D;
}

/*******************************************************************/
/*Textauszeichnungen*/
/*******************************************************************/

.vierzehn {
	font-size: 14px;
}
.achtzehn {
	font-size: 18px;
}
.orange {
	color: #DD832B; 
}
.hellgrau {
color: #CCCCCC;
font-size:18px;
}
.rot {
	color: #A40F2D; 
}

