/*Stylesheet-verweis im Head:
<link rel="stylesheet" href="stylesheet.css" type="text/css">
*/

BODY
{
		scrollbar-base-color:silver;  
		scrollbar-track-color:white;  
		scrollbar-face-color:white;  
		scrollbar-highlight-color:silver;  
		scrollbar-3d-light-color:white;  
		scrollbar-dark-shadow-color:white;  
		scrollbar-shadow-color:silver;  
		scrollbar-arrow-color:silver;
		background-color: #FFFEFE;
		color: #000000
}

.txt_visit { font-family: AGaramond,Times new roman,Helvetica,Arial,sans-serif; line-height: 130%; font-size: 16px; color: #000000}
.txt { font-family: AGaramond,Times new roman,Helvetica,Arial,sans-serif; line-height: 130%; font-size: 16px; color: #ffffff}
.txt_head { font-family: English111 Vivace BT,AGaramond,Times new roman,Helvetica,Arial,sans-serif; line-height: 130%; font-size: 30px; color: #ffffff}

.abs_txt { margin-left:20px; margin-right:60px }

A:link {text-decoration: none; color: #ffffff}
A:visited {text-decoration: none; color: #ffffff}
A:active {text-decoration: underline overline; color: #ffffff}
A:hover {text-decoration: underline overline; color: #ffffff}

.bg_rot { background: #fe242b }
.bg_grau { background: #9C9A9C }