/* Design-Stylesheet www.raumdeko.de */

/* ---------- Basis-Elemente --------- */
body { 
	font: 12pt/16pt Arial, Helvetica, sans-serif; 
	color: #030392; 
	background: #ffffff; 
	margin: 0px; 
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #9ACAFE; 
	SCROLLBAR-SHADOW-COLOR: #9ACAFE; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #030392; 
	SCROLLBAR-DARKSHADOW-COLOR: #030392; 
	SCROLLBAR-BASE-COLOR: #FFFFFF;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #030392;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0272EE;
	}
	
/* -------- Spezifische DIVs ----------- */

.headLine { 
	font: 16pt/32pt;
	font-weight: bold; 
	color: #030392;
	margin-left: 20px; 
	}
	
.content {
	width: 360px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 12px;
	}
	
.bottommenue {
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
}
ul {
	font-size: 12px;
	list-style: square;
}
