* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
/*	font-family: Verdana;*/
	font-size: 12px;
	color:#9ea0a1;
}

.content li {
	margin-bottom:3px;
}
.content li li {
	margin-top:10px;
}
.content label {
	font-size: 12px;
}
/*
.content img {

}*/

div {
	border:none;
}

a {
	text-decoration: none;
	font-style: normal;
/* 	font-weight:bold; */
/* 	color: #fff; */
}
a:hover {
	text-decoration: none;
	color: #555;
}
a:link { }
a:active { }
a:visited {  }
/* .content a:visited { color:#000000; } */

a.back {border:0px;display:block;background-image:url(/system/gfx/back.gif);width:20px;height:20px}
a.back:hover {background-image:url(/system/gfx/back_hover.gif)}

sub, sup {
  line-height: 0px;
  font-size: 70%;
}


h1 {
	font-size: 16px;
	font-weight:bold;
/* 	color: #0D9C0A; */
	margin-top:0px;
	margin-bottom:10px;
}

h1 sub, h1 sup {

}

h2 {
	font-size:13px;
	font-weight:bold;
/* 	color: #3d79c2; */
	margin-bottom:10px;
	line-height:100%;
}

h1 + h2 {
	margin-top:-10px;
/* 	margin-bottom:20px; */
}

p + h1 {
	margin-top:20px;
}

h3 {
	font-size:14px;
	font-weight:normal;
/* 	color: #3947a5; */
	margin-bottom:0px;
	line-height:130%;
}

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:square;
	margin-left:20px;
/* 	margin-top:15px; */
	
/* 	list-style-image:url(/system/gfx/bullet_fuer_ulList.gif); */
}

li {
	margin: 0px 0px 0px 0px;
	line-height:110%;
}
