/** BASIC */
body {
	margin: 0px;
	padding: 4px;
/*	background: url(images/subpage1_01.jpg) repeat left top; */
/* 	scrollbar-base-color:#5f0000;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FF9900;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FF9900;
	scrollbar-shadow-color:#FF9900;
	scrollbar-arrow-color:#FF9900;
	overflow:scroll;
	overflow-x:hidden; */
}

/** TEXTS */
body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
}

p, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
    line-height:1.4em;
}


/** LINKS */
a {
	color: #5F0000;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}



/** HEADINGS */
h1, h2, h3 {
	margin: 0px;
	text-transform: uppercase;
	color: #171717;
}

h1 span, h2 span, h3 span , h4 span {
	color: #5D0000;
}

h1 {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 18px;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}

h3 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 12px;
}

h3.top10 {
/*  color: #5D0000; */
    padding: 5px 0px 5px 0px;
	text-transform: uppercase;
    border-top: 1px solid #cfcfcf;
}

h3.block {
	margin-top: 10px;
	margin-bottom: 0px;
/*  color: #5D0000; */
    padding: 0px 2px 0px 2px;
	text-transform: uppercase;
    border-top: 0px solid #cfcfcf;
}

h3.verwmldg {
/*  color: #5D0000; */
    padding: 5px 0px 5px 0px;
	text-transform: uppercase;
    border-top: 1px solid #cfcfcf;
}

h4 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 9px;
}

