#back {
 background-image:  url(bilder/logo_back.gif); background-repeat:no-repeat;
 background-position:left center; background-attachment:fixed;
}

body {
	font:12px Verdana, Arial, Helvetica, sans-serif
	scrollbar-shadow-color: #6699FF;
    scrollbar-face-color: #336699;
    scrollbar-highlight-color: #6699FF;
    scrollbar-3dlight-color: #6699FF;
    scrollbar-darkshadow-color: #6699FF;
    scrollbar-track-color: #6699FF;
    scrollbar-arrow-color: #6699FF
}

.content {
	width:670px;
	margin:auto;
	margin-top:20px;
	padding:0px;
	border:none;
	font:12px verdana;
}

.heading {
	font-size: medium;
	font-weight: bold;
	color: #6699FF;
	margin:10px 0px;
}

a {
	text-decoration: none;
	font-style: normal;
	color: #336699;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	font-style: normal;
	font-weight: bold;
}

a:active {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}

h2 {
	font-size: smaller;
	color: #FFFFFF;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

td {
	font-family: Verdana;
	font-size: 12px;
}

