BODY {
	margin: 0px 0px 0px 0px;
	background-color : #FFFFFF;
	color : #3C4B4D;
	scrollbar-3dlight-color: #d0d9db;
	scrollbar-base-color: #D6E5AA;
	scrollbar-darkshadow-color: #becbcd;
	scrollbar-face-color: #eaecee;
	scrollbar-highlight-color: #becbcd;
	scrollbar-shadow-color: #89A2A5;
	scrollbar-track-color: #becbcd;
	scrollbar-arrow-color: #89A2A5;
	}

td,tr,p,div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	width: 100%;
	line-height: 24px;
	margin-bottom : 12px;
}

h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666633;
	text-align: left;
	width: 100%;
	line-height: 20px;
	}	

h3 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666633;
	text-align: left;
	width: 100%;
	line-height: 18px;
	}

h4 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666633;
	text-align: left;
	width: 100%;
	line-height: 16px;
	}
	
h5 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	width: 100%;
	line-height: 16px;
	}

h6 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666633;
	text-align: left;
	width: 100%;
	line-height: 14px;
	}


ul {
	list-style-type: square;
	padding-bottom : 3px;
	margin-left : 16px;
	text-indent : 0px;
	padding-left : 0px;
}
	
ol {
	list-style-type: decimal;
	padding-bottom : 3px;
    }

li {
	width: 99%;
	vertical-align: text-top;
	list-style : square outside;
	text-align:left;
} 

.list{
background-color:#90b2c3;
color:#fafafa;
width:300px;
padding:5px;
margin-bottom:8px;
list-style:none;
border:3px solid black;
text-align:left;
}
	
	
/* Links */
a:link, a:visited {
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover {
	color: White;
	text-decoration: underline;
	font-weight: bold;
	background : #0066CC;
}

hr {
	background: #495C5F; height:2px; border: 1px inset;
	}

hr.separator {
	background: #495C5F;
	height: 1px;
	width: 75px;
	border: 0px;
}


.rahmen {
	border: 1px solid #9A9881;
}


.footer {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	line-height: 14px;
	border-top: 1px solid #333300;
	margin-top : 4px;
	padding-top : 4px;
}

