* {
	margin: 0px;
	padding: 0px;
/* 	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:3px;
}
.content li li {
	margin-top:10px;
}
.content p,li,ul,label,div {
	color: #202020;
}

div {
	border:none;
}

a {
	text-decoration: none;
	font-style: normal;
	color: #512a91;
}
a:hover {
	text-decoration: underline;
}
a:link { }
a:active { }
a:visited { }

a img {
	border:none;
}

sub, sup {
  line-height: 0px;
  font-size: 70%;
}


h1 {
	font-size: 18px;
	color: #111;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:10px;
	text-align:left;
}

h1 sub, h1 sup {

}

h2 {
	font-size:16px;
	color: #111;
	margin-top:15px;
	margin-bottom:10px;
}
h3 {
	font-size:14px;
	color: #111;
	margin-bottom:5px;
}

p {
	margin-bottom: 7px;
	text-align:left;
}

hr {
	margin: 5px 0 5px 0;
	border: 2px solid #2c415c;
}


/*TEXT STYLES*/

.smalltext {
	font-size: 11px;
	font-weight:normal;
}


/*****************************/
/*           LISTS           */
/*****************************/
ul {
	margin-top:10px;
	margin-bottom:10px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	list-style-image:url(/system/gfx/bullet.png);
}

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:750px;
	margin-bottom:15px;
	padding:4px 8px;
	clear:both;
}




/*****************************/
/*          Startseite       */
/*****************************/

.box {
/* 	border: 1px solid #d1eefc; */
	width: 180px;
}

.box img {
	border: 1px solid #0091DE;
}


