html, body {
	height: 100%; 
	width: 100%
}

html {
    font-size: 100.1%;
}

body {
	font-family: 'lucida grande', geneva, verdana, arial, sans-serif;
	line-height: 170%;
	margin:0; 
	padding:0; 
	background-color: #fff;
	height:100%;
	text-align: center;
	color:#585858;
	font-size: 80%;
	border-top: 6px solid #00aaff;
}


div, span, ul, li, dt, dd, h1, h2, h3, h4, h5, h6, p, a, tr, td {
	margin: 0;
	padding: 0;
 	outline: none;
}


/* ---- Site Elements --- */


#background {
	width: 100%;
	height: 100%;
	text-align: center;
}


#wrapper {
	width: 980px;
	min-width: 980px;
	text-align: left;
	margin: 50px auto 0 auto;
	overflow: hidden;
}

#imprint {
	clear: both;
	margin: 60px 0 30px 0;
}

.red {
	color: #cc0000;
}


.small {
	font-size: 0.8em;
}

.center {
	text-align: center;
}

.just {
	text-align: justify;
}


/* ---- Text ---- */


p {
	margin-bottom: 6px;
	text-align: justify;
}


h1 {
	color: #0076c6;
	font-style: normal;
	margin-bottom: 20px;
	font-size: 1.3em;
	font-family: geneva, tahoma, verdana;
}


h2 {
	color: #000;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #054f90;
}



h3 {
	margin-bottom: 8px;
	font-size: 1.1em;
	color:  #000;
}


h4 {
	font-size: 1em;
	margin-bottom: 1.5em;
}

.blau {
	color: #1abab6;
}


.underline {
	width: 100%;
	border-bottom: 1px solid #ccc;
}



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


a,
a:visited {
	color: #00aaff;
	text-decoration: none;
}

a:hover,
a:active {
	color: #b2906a;
	text-decoration: underline;
}

.linklist a,
.linklist a:visited,
.link1,
.link1:visited {
	color: #b2906a;
	text-decoration: none;
	padding-left: 26px;
	background: url("../images/link1.gif") left 50% no-repeat;	
}

.linklist a:hover,
.linklist a:active,
.link1:hover,
.link1:active {
	color: #00aaff;
	text-decoration: underline;
}


a img,
a:visited img {
	padding: 2px;
	border:  1px solid #ccc;
	text-decoration: none;
}

a:hover img,
a:active img {
	border:  1px solid #b2906a;
	text-decoration: none;
}


