@charset "utf-8";
/* CSS Document */

body {
	background-color: #DBDBDB;
	margin: 20px;
	background-attachment: fixed;
	background-image: url(pics/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow-y:scroll;
    height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0B0B0B;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}
h1 {
	font-size: 20px;
	color: #000033;
}
h2 {
	font-size: 16px;
	color: #000033;
}
.bold {
    font-weight: bold}
.small {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.termin_mic {
	background-color: #CCCCCC;
}
tr {
	text-align: left;
	vertical-align: top;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	font-weight: bold;
	background-color: #CCCCCC;
}
#navi {
	border: 1px solid #ABABAB;
	left: 20px;
	top: 160px;
	width: 160px;
	padding: 10px;
	position: absolute;
	z-index: 20;
	background-color: #E2E2E2;
}
#mic {
	left: -5px;
	bottom: -2px;
	background-image: url(pics/mic_frei.png);
	position: fixed;
	background-repeat: no-repeat;
	height: 320px;
	width: 175px;
	z-index: 10;
}

#text1 {
	top: 160px;
	position: absolute;
	width: 500px;
	left: 220px;
	padding: 10px;
	border: 1px solid #ABABAB;
	z-index: 10;
	margin-bottom: -10px;
}
#text2 {
	top: 160px;
	position: absolute;
	width: 200px;
	left: 760px;
	padding: 10px;
	border: 1px solid #ABABAB;
	z-index: 20;
	margin-bottom: -10px;
	padding-top: 20px;
}

#text3 {
	top: 160px;
	position: absolute;
	width: 740px;
	left: 220px;
	padding: 10px;
	border: 1px solid #ABABAB;
	z-index: 10;
	margin-bottom: -10px;
}

#header {
	top: 20px;
	position: absolute;
	height: 90px;
	padding: 10px;
	width: 940px;
	left: 20px;
	border: 1px solid #ABABAB;
	z-index: 20;
	background-image: url(pics/header.gif);
	background-repeat: no-repeat;
}
#celtic {
	bottom: 0px;
	background-image: url(pics/celtic.png);
	position: fixed;
	background-repeat: no-repeat;
	height: 500px;
	width: 500px;
	right: 0px;
	z-index: 5;
}
