/*  Reset allgemein - NICHTS VERAENDERN */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Reset - NICHTS VERAENDERN */
a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	/*
	height: 100.01%;
	margin-bottom: -1px;
	*/
	overflow-y: scroll;
}
body {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}


/* Standard - NICHTS VERAENDERN */

.nospace {
	margin: 0;
	padding: 0;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li {
	background-repeat:no-repeat;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}


/* Basic Layout */


body, div, td {
	font-family :'Lucida Grande', Lucida, Arial, sans-serif;
	color:#000033;
}

div#header {height:60px; margin:-10px 0 0 0;padding-left:10px; z-index:22;}
#header h1 {color:#fff;font-size :1em; z-index:22;}
#header span {float:right; margin:-23px 25px 0 0; color:#fff;font-size :0.8em;}
#header a {color:#fff;}
#header p {color:#fff;}
div#footer{background:transparent; color:#333;}
div#footer p{margin:0;padding:5px 10px;}

div#wrapper{position:absolute;}

/* -------------------- Links -------------------- */

a:link, a:visited {
color:#0E4C84;
text-decoration: underline;
}
a:active {
color : #000;
}
a:hover {
color:#D36A25;
}

a span {
text-decoration : underline;
}


#footer a {
text-decoration:none;
color:#0E4C84;
font-weight:bold;}


/*        Footer       */


div#footer{
	width:100%;
	bottom: 0px;
	height: 20px;
	position: absolute;
	font-size: 0.7em;
}

/*   Special Classes    */

.float-divider {
	clear: both;
	display:block;
}
