* {
	margin: 0;
	padding: 0;
/* 	border: none; */
	font-family: Arial, Helvetica, sans-serif;
/* 	font-weight:normal; */
/*	font-family: "Times New Roman", Times, serif;*/
	font-size: 14px;
/* 	font-style: normal; */
/* 	overflow:hidden; */
}

.content li {
	margin-bottom:10px;
}
.content li li {
	margin-top:10px;
}
.content p,li,ul,label,div {
	color: #202020;
}


a {
	text-decoration: none;
	font-style: normal;
	color: #660000;
}
a:hover {
	text-decoration: underline;
}
a:link { }
a:active { }
a:visited { }

sub, sup {
  line-height: 0px;
  font-size: 70%;
}


h1 {
	font-size: 24px;
	color: #660000;
	text-decoration: none;
	margin-bottom:8px;
	text-align:left;
/* 	font-family: "Times New Roman", Times, serif;*/ */
/* 	text-transform:uppercase; */
}

h1 sub, h1 sup {

}

h2 {
	font-size:18px;
	color: #660000;
	margin-bottom:5px;
	margin-top:15px;
}
h3 {
	font-size:16px;
	color: #660000;
	margin-bottom:5px;;
}

p {
	margin-bottom: 7px;
}

hr {
	margin: 5px 0 5px 0;
	border: 2px solid #660000;
}



table {
	margin:0;
	padding:0;
}

td {
	font-size: 14px;
	text-align:left;
}


/*TEXT STYLES*/

.smalltext {
	font-size: 11px;
	font-weight:normal;
}


/*****************************/
/*           LISTS           */
/*****************************/
ul {
	text-align: left;
	margin: 0px 0px 8px 0px;
}

ol {
	margin: 5px;
	text-align: left;
	list-style: decimal;
}

li {
	margin: 0px 0px 0px 25px;
}



.balken {
	background-color:#202020;
	color:#eee;
	font-size:14px;
	font-weight:bold;
	width:100%;
	margin-bottom:15px;
/* 	padding:4px 8px; */
	clear:both;
}
