/* CSS Document */

body
{	background-color: #ffca00;
	background-image: 
    url('images/bg2_wein.png'); 
    background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: center 150px;
	font-family:Tahoma,Trebuchet MS,Verdana,Arial,Helvetica;
	font-size:11px;
	color:#000000;
    scrollbar-base-color: #ffcc00;
    scrollbar-face-color: default;
    scrollbar-track-color: default;
    scrollbar-arrow-color: #d70f18;
    scrollbar-3dlight-color: #69841f;
    scrollbar-darkshadow-color: default;
    scrollbar-highlight-color: default;
    scrollbar-shadow-color: default;

}
h1
{ 	font-size:13px;
	font-weight:bold;
}
h2
{ 	font-size:11px;
	font-weight:bold;
}
body a:link, body a:visited, body a:hover, body a:active
{
	font-family:Tahoma,Trebuchet MS,Verdana,Arial,Helvetica;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#69841f;
}
body a:hover, body a:active
{
	color:#d70f18;
	font-weight:bold;
}

table
{
	font-family:Tahoma,Trebuchet MS,Verdana,Arial,Helvetica;
	font-size:11px;
	color:#000000;
}


