html {
/*wie Wand: */
	scrollbar-track-color:#051A26;

/*wie Wand oder etwas deutlicher */
	scrollbar-face-color:#051A26; 
	scrollbar-highlight-color:#051A26;
	scrollbar-shadow-color:#051A26;

/*deulich sichtbar */	
	
	scrollbar-darkshadow-color:#145565;
	scrollbar-3dlight-color:#145565;
	scrollbar-arrow-color:#145565;
	
	
	
	}

body {	
	color: #ffffff;	
	background-color: #051A26;
	background-image:    url(iframehg.jpg);
	background-attachment: fixed;
	margin-left: 1px;
	* width:360px;
}

a {color: #6ACACA;}	
a:hover{	color: #ffffff;}

li {list-style-image: url(lipu.gif);} 

.toplinks {
	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: #ffffff;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #145565;
	padding-left: 12px;	
}

p {
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #145565;
	padding-left: 12px;	
}


blockquote {
	
	border-width: 1px 1px 1px 6px;
	border-style: solid;
	border-color: #629C9B;
	padding: 4px 4px 4px 8px;
	}
	
#framewarning {
	font-weight: bold;
	text-align: center;
}

#framewarning a {
	color: #FF0000 ! important;
}

.editthis a {	
	color: #999999;
	text-decoration: none;
}

@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  body, .menu-current { color:#000 ! important; }
}