html {
/*wie Wand: */
	scrollbar-track-color:#F7982A;

/*wie Wand oder etwas deutlicher */
	scrollbar-face-color:#F7982A; 
	scrollbar-highlight-color:#F7982A;
	scrollbar-shadow-color:#F7982A;

/*deulich sichtbar */	
	
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	
	
	
	}

body {	
	color: #000000;	
	background-color: #F7982A;
	background-image:    url(stadtplan.jpg);
	background-attachment: fixed;
	margin-left: 1px;
	* width:360px;
}

a {
	color: #cc0000;
	font-weight: bold;
}	
a:hover{	color: #ff0000;}

li {list-style-image: url(lipu.gif);} 

.toplinks {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:8px;
	padding-left: 12px;
	
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;	
}

.toplinks a {
	/*text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;*/
}

.toplinks a:hover {
	text-decoration: underline;
}

.menu-current  {
	color: #000000;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	padding-left: 12px;	
}

p {
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	padding-left: 12px;	
}

p img {	
	border-left-width: 0px;	
	margin-left: -12px;
}


blockquote {
	
	border-width: 1px 1px 1px 6px;
	border-style: solid;
	border-color: #FF6600;
	padding: 4px 4px 4px 8px;
	}
	
#framewarning {
	font-weight: bold;
	text-align: center;
}

#framewarning a {
	color: #FF0000 ! important;
}

.editthis a {	
	color: #FFCC66;
	text-decoration: none;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
}

@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  body, .menu-current { color:#000 ! important; }
  a, h1, h2, h3, h4, h5, h6, li { color:#FF9900! important; }
}