a:link {
color: #006600;
text-decoration:none; }
a:visited {
color: #006600;
text-decoration:none; } 
a:hover {
color: #006600;
text-decoration:underline; } 
a:active { color: #006600; font-weight: bold; } 

a.fuss:link {
color: #FFFFFF;
text-decoration:none; }
a.fuss:visited {
color: #FFFFFF;
text-decoration:none; } 
a.fuss:hover {
color: #FFFFFF;
text-decoration:underline; } 
a.fuss:active { color: #FFFFFF; font-weight: bold; } 



body {
	background-color: white;
	margin: 0px;
	padding: 0; padding-top: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 12px;
}

.titel {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	}
	
.wichtig {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	}
	
.ort {
	font-size: 11px;
	color: #999999;
	}
.fuss_text {
	font-size: 12px;
	color: #FFFFFF;
	}

h1, h2 {
	font-variant: small-caps;
	text-align: left;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}


#content {
	background-color: white;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 350px;
height: 340px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: right;
background-color: white;
margin: 0.3em auto;
padding: 2px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 100%;
height: auto;
position: left;
color: black;
padding: 1px;
}

/* general page style ends here */
