<!--
/* SET DEFAULT COLOR HERE!
////////////////////////////////////////*/
.violet{
	/* color:#9533b1; */
	
	/* HELLES BLAU */
	/*color:#97aff8;*/
	
	/* DUNKLES BLAU */
	color:#3662e9;
}

/* UNUSED STYLES */
pre,address,h2,h3,h4,h6 {
	width:400px;
	overflow:hidden;
	color:#6F0;
	text-decoration:line-through;
	font-size:11px;
}

td {
	vertical-align:top;
}


html,body {
	height:100%;
	margin:0px;
	background-color:#000;
} 

body,div,table,input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.small {
	font-size:10px;
	line-height:1.5em;
	margin-top:10px;
}


a {
	color:#97aff8;
	text-decoration:none;
}


.lesslinething {
	line-height:1.3em;
}


p {
	padding:0px;
	margin:0px;
	margin-bottom:8px;
}

H1 {
	margin:0px;
	margin-bottom:19px;
	margin-top:3px;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.5px;
}


H5 {
	margin:0px;
	text-transform:uppercase;
	font-size:8px;
	font-weight:normal;
	letter-spacing:1px;
}

#content div.box_content div.c {
	line-height:1.5em;
}

#content div.box_content div.c img {
	margin-top:4px;
}

table, #content div.box_content div.c table tr, #content div.box_content div.c table tr td {
	border:0px;
	padding:0px;
	border-spacing:0px;
	margin:0px;	
}



-->