* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
/*	font-family: Verdana;*/
	font-size: 12px;
	color: #333;
}

.content li {
	margin-bottom:3px;
}
.content li li {
	margin-top:10px;
}
.content label {
/* 	color: #3D79C2; */
	font-size: 12px;
}

.content img {
/* 	border:2px solid #5c9353; */
}

div {
	border:none;
}

a {
	text-decoration: none;
	font-style: normal;
/* 	font-weight:bold; */
	color: #690220;
}
a:hover {
	text-decoration: underline;
}
a:link { }
a:active { }
a:visited {  }
/* .content a:visited { color:#000000; } */

sub, sup {
  line-height: 0px;
  font-size: 70%;
}


h1 {
	font-size: 15px;
	font-weight:bold;
	color: #690220;
	margin-top:0px;
	margin-bottom:20px;
}

h1 sub, h1 sup {

}

h2 {
	font-size:13px;
	font-weight:bold;
	color: #690220;
	margin-bottom:10px;
	line-height:100%;
}

/*h1 + h2 {
	margin-top:-10px;
}*/

p + h1 {
	margin-top:25px;
}

p + h2 {
	margin-top:25px;
}

ul + h1 {
	margin-top:25px;
}

ul + h2 {
	margin-top:25px;
}

h3 {
	font-size:12px;
	font-weight:normal;
	color: #690220;
	margin-bottom:0px;
}

h4 {
	font-size:12px;
	font-weight:normal;
	color: #3947a5;
	margin-bottom:0px;
	line-height:100%;
}

p {
	margin-bottom: 10px;
	text-align:left;
	line-height:130%;
}

hr {
	margin: 5px 0 30px 0;
	height:2px;
	color: #fb6555;
	background: #174163;
	border:0px;
}

strong {
/* 	color: #3947a5; */
}

blockquote {
/* 	margin-left:50px; */
}

/*****************************/
/*           LISTS           */
/*****************************/
ul {
	text-align: left;
	list-style-type:circle;
	margin-left:20px;
/* 	margin-top:15px; */
	
/* 	list-style-image:url(/system/gfx/bullet_fuer_ulList.gif); */
}

li + li {
	margin-top: 5px;
/* 	line-height:110%; */
}
