body {
	font-family: "Courier New", Courier, monospace;
	background-attachment: scroll;
	background-position:top;
	background-image: url(pics/bg_olbia.jpg);
	background-repeat:no-repeat;
	margin:0px;
	height:100%;
}

.linie{
	background-color: #B81A6D;
	width: 100%;
	height:1px;
	margin: 3px 0px 3px 0px;
}

.kopfbalken {
border-style:solid;
border-width:1px;
border-color:#000;
	position: absolute;
	left: 50%;
	margin-left:-350px;
	top: 10px;
	height: 270px;
	width: 700px;
}
.inhalt{
border-style:solid;
border-width:1px;
border-color:#000;
	background-color: #fff;
	
	background-image: url(pics/bg_inhalt.jpg);
	background-repeat:no-repeat;
	color:#000;
	font-size: 90%;
	text-align:center;
	font-weight: normal;
	line-height: 150%;
	position: absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
	top: 300px;
	bottom:10px;
	overflow:auto;
}

.inhalt a{
	color: #B81A6D;
	}

h1{font-size: 27px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
}
h2{
font-size: 100%;
font-weight: bold;
line-height: 120%;
}
h3{font-size: 120%;}

a:link {color: #B81A6D;}
a:focus { color: #000;}
a:visited{color: #B81A6D;}
a:hover { color: #000;}

.navi {
	background-color:#000000;
	color: #999;
	position: absolute;
	left: 50%;
	top: 280px;
	width: 700px;
	height:20px;
	margin-left: -350px;
	text-align:center;
}
.navi a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

navi a:visited{color: #fff;}


.auszeichnung1 a{
color: #B81A6D;
font-weight: bold;
}
.languageswitcher {
	background-color:#000000;
	position: absolute;
	left: 50%;
	margin-left:-100px;
	top: 369px;
	font-size: 12px;
	font-weight: bold;
	width: 236px;
	height:20px;
	text-align:center;
	color: #fff;
}

.languageswitcher a{
	color: #fff;
	text-decoration: none;
}

