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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {}

ol, ul {list-style: none;}

input[type="text"], input[type="password"], textarea, select {background-color: transparent;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {background-color: silver;}

input[type=number] {-moz-appearance: textfield;}
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none;}
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;}

*|*:link, a {
	text-decoration:none;
	font-style:italic;
    /*color: #0033FF;
	/*text-shadow: -1px -1px 1px #EEE9FF, 1px 1px 1px #99AACC, 3px 2px 5px #AAAA99;*/
}

a:hover, a:active, a:focus {
	outline:0;
	/*text-decoration:underline;*/
}

.a-hidden {
   line-height: 0; 
   font-size: 0;
   color: transparent; 
}	

img {vertical-align: baseline;}

em {font-weight:bold;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}

table {border-collapse: collapse; border-spacing: 0;}

.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn overflow:hidden im .container entfernt wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfloatleft { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn overflow:hidden im .container entfernt wird. */
	clear: left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfloatright { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn overflow:hidden im .container entfernt wird. */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.hidden { visibility: hidden; }

.unhidden { visibility: visible; }


/* Für alle Browser außer IE6 und 7*/
/*.clearfix:after {
	content= ".";
	display block;
	clear: both;
	fontsize= 0;
	height= 0;
	visibility: hidden;
}*/

/* Füpr IE 6 und 7*/
/*.clearfix {
	zoom:1;
	}*/


.impressum {
	position:absolute;
	bottom: 0;
	right: 0;
	color: white;
	font-size: 0.6em;
	padding-right: 1.5em;
}

.impressum a{
	color: white;
	font-size: 1em;
	padding-right: 1.5em;
}
