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;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


html {
    font-family: sans-serif;
	min-height: 100.2%;
	margin-bottom: 1px;
}


body {
	line-height: 1;

	}


:focus,
a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold !important;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

button,
input {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


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

.flLeft 	{ float:left;}
.flRight 	{ float:right; }
.floatLeft  { float:left; }
.floatRight { float:right; }

.clboth {  
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.hidden {
    display: none;
}


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

a:link,
a:visited {
	color: #0a008c;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
 	color: #f00;
	text-decoration: none;
}

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

.ie6 .ie6hinweis {
	background-color: #ffffe0;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	color:#000;
	z-index: 1000;
	border: 1px solid #555;
	

}

.ie6 .ie6hinweis p {
 	font-size: 12px;
	line-height: 1.5;
	font-family:sans-serif;
	text-align: center;
	padding: 10px;
	display: inline-block;
	color: #255daa;
	font-weight: bold;
}

.ie6 .ie6hinweis a {
	margin: 0;
	padding: 0;
	display: inline-block;
	background-image: none;
	color: #a02929;
}


