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%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



html {
	font-size:62.5%;
	height:100% !important;
	width:100%;
	
}

body {
	font:1em Verdana, Arial, sans-serif;
	text-align:center;
	height:100% !important;
	width:100%;
	background-color:#333333;
}

/****************************************************************************/

#abstand {
	width: 100px;
	float: left;
	margin-bottom:-255px !important;
	height:50% !important;
}


#main {
	width:760px;
	height:535px;
	
	margin: 0px auto;
	padding:0px;
	position:relative;
	text-align:left;
	clear:left;
}


a	{
	color:#FFE100;
	text-decoration:none;
}
a:hover {
	color:#FFE100;
	text-decoration:underline !important;
}
a:visited {
	color:#FFE100;
	text-decoration:none;
}

h1 {
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
h2 {
	font-size:13px;
	color:#fff;
	font-weight:bold;
}


/** HEADER ******************************************************************/

ul.navi li {
	margin-right:30px;
	float:left;
	font-size:1.2em;
	padding-top:0.6em;
}

ul.navi li a {
	text-decoration:none;
	color:white;
}

ul.navi li a:hover, ul.navi li a.active {
	color:#FF00FF;
	text-decoration:none !important;
}

.logo {
	color:white;
	float:right;
	font-size:1.8em;
}

/** FRONT *******************************************************************/

#contentleft {
	clear:both;
	width:445px;
	text-align:right;
	margin-top:35px;
	float:left;
}

#contentright {
	width:245px;
	color:white;
	float:right;
	font-size:13px;
	
}

#contentright p {
	width:245px;
}


/** SUBSITES ****************************************************************/

#content {
	clear:both;
	
	width:100%;
	color:white;
	font-size:12px;
	
	height:475px;
	
}

.bottom {
	position:absolute;
	bottom:0px;
}

table tr td {
	padding:3px 5px;	
}

.textright {
	text-align:right;
}

.vbottom {
	vertical-align:bottom;
}

.smallimgtop {
	margin:6px;
	margin-bottom:6px !important;	
}

.smallimg {
	margin:6px;
	margin-bottom:0px;
}

.smallimgright {
	margin-right:0px;	
}

