body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
}
body,td,div,p,pre,ul {font-size: 13px;}

h1 {
	font-size: 18px;
	color: #AB393A;
}
h2 {
	font-size: 16px;
	font-style: italic;
	color: AB393A;
}
h3 {font-size: 14px; font-style: italic;
	color: AB393A;}

.fa {font-size: 13px; color: #CCCCCC} 
.small {font-size: 12px;}
.mini {	font-size: 11px;}
.minimini {
	font-size: 10px;
	list-style-position: inside;
	list-style-image: url(images/pfeile_re.gif);
	list-style-type: none;
	color: #000000;

}



/* ---- Verhalten Link allg.---- */

a { text-decoration: none;	font-weight : bold;}
a:link {
	color:#C6D2D5;
}
a:visited {	color:#D3D3D3}
a:active {color:#DEC3A9}
a:hover{
	color: #FFFFFF;
}



a.karte:link {
	background-color : transparent;
	color : #894959;
}
a.karte:visited { background-color : transparent ; color : #894959; }
a.karte:hover {
	background-color : transparent;
	color : #894959;
	text-decoration: underline;
}


body {
	scrollbar-base-color: #AB393A;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #AB393A;
	scrollbar-darkshadow-color: #5CA3B5;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #AB393A;
	scrollbar-shadow-color: #AB393A;
	scrollbar-track-color: #AB393A;
}
