/**
 * BRANDSOME
 * lastcheck:   18.09.2009 10:00 
 *
 * reset
 *
 * desc:        
 * Das CSS setzt verschiedenste Elemente zurück in den eigentlichen Ursprungszustand.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: top;
}

/* body */
body {
	text-align: left;
	color: #193183;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #000000;
}
/* Allgemeine Elemente */
a:link, a:active, a:visited, a:hover {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-weight:bold;
}
/* Struktur */
.maincontent{
	margin: 0;
}
.text {
	margin: 0 0 0 0;
}

.logo {
	margin: 0;
	
}
