

body{ 

	scrollbar-base-color:#000000;
	scrollbar-face-color: #000000; 
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: red;	
		
	scrollbar-shadow-color: red;	
	scrollbar-highlight-color: red; 	
	scrollbar-3dlight-color: #000000;	
	scrollbar-darkshadow-color: #000000; 	

	font:15px Verdana, Arial, Helvetica, sans-serif;
	color: yellow;
	background-color: #000000; 
			
}

a {
	color: yellow;
	font-weight:bold;
	text-decoration:underline;
}
	
a:hover {
	color: red;
	text-decoration:underline;
}
a:visited {
	color: white;
	text-decoration:underline;
}

.rot{
	color: red;
}
.rot_fett{
	color: red;
	font-weight:bold;
}

.white{
	color: white;
}


td {
	font:15px Verdana, Arial, Helvetica, sans-serif;
	color: yellow;
}


hr {	
	clear:both;
	background-color:red; /* Mozilla 1.4 */
	color:red; /* IE 6 */
	border: red; /* Opera 7.11 */
	height: 1px;	/* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}




/* ------------ styles wie FCK ---------------- */

.pageName {
	font:30px Arial, Helvetica, sans-serif;
	color: #ff3300;
	font-weight: bold;
}

/* ------------ split2page ---------------- */
.split2page_First{
	color: yellow;
}
.split2page_Last{
	color: yellow;
}
.split2page_highlighted{
	color: white;
}
a.split2page:link, a.split2page:visited, a.split2page:active{
	color: red;
	text-decoration: underline;
}
a.split2page:hover{
	color: yellow;
	text-decoration: underline;
}

.gaestebuch_eintrag{
	padding-top: 15px;
	/*padding-bottom: 15px;*/
	width : 600px;


}
.gaestebuch_eintrag_links {
	vertical-align : middle;
	float : left;
	width : 150px;
	margin : 0px;
	padding : 0px;
	font-weight:bold;

}
.gaestebuch_eintrag_rechts {
	float : left ;
	width : 450px;
	margin : 0px;
	padding-left : 20px;
	text-align : left;
	padding-bottom: 15px;
	/*border: solid 1px black;*/
}

.gaestebuch_formular{

	padding-left : 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border: solid 1px black;*/
	width: 520px;
	clear:both;	
}
.gaestebuch_formular_links {
	vertical-align : middle;
	float : left;
	width : 120px;
	margin : 0px;
	padding : 0px;
	font-weight:bold;

}
