html { 
	padding:0px;
	margin:0px;
	}

body {
	font-family: Courier, Andale Mono, Arial, Sans-Serif;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: black;
	letter-spacing: 1px;
	overflow: hidden;
	}
	
p {
	padding:0px;
	margin: 0px;
	font-size: 13px;
	line-height: 17px;
	}
	
	
h1{

font-weight: bold;
font-size: 16px;
}	

.active{
color: gray;
}


#containerTexte{
	position: fixed;
	left: 37%;
	width: 63%;
	z-index: 2000;
	top: 70px;
	padding: 0px;
	background-color: #ffffff;
	height: 540px;
	display: block;
	overflow: auto;

}

#Innen_bio{
	z-index: 2100;
	left: 30px;
	height: 400px;
	width: 2200px;
}



.textBreit {
position: relative; /*absolute*/
width: 530px;
left: 0px; /*100px*/
top: 0px;
height: auto;
float: left;
padding-top: 0px;

}

.textBreit_aussen {
position: relative;
float: left;
width: 550px;
left: 0px;
top: 0px;
height: 400px;
}




#navi_start { 
position: absolute;
top: 80px; 
left: 30px;
line-height: 30px;
font-size: 27px;
width: auto;
height: auto;
z-index: 1000;
}


#sack { 
position: absolute;
top: 80px; 
left: 400px;
width: auto;
height: auto;
z-index: 1000;
border: 1px solid gray;
}

#flyer { 
position: absolute;
top: 250px; 
left: 740px;
width: auto;
height: auto;
z-index: 500;
}

#karte { 
position: absolute;
top: 495px; 
left: 950px;
width: auto;
height: auto;
z-index: 1500;
}

#karte_gruen { 
position: absolute;
top: 120px; 
left: 1100px;
width: auto;
height: auto;
z-index: 200;
}

#laemmli { 
position: absolute;
top: 10px; 
left: 950px;
width: auto;
height: auto;
z-index: 200;
}

#karte_bad { 
position: absolute;
top: 120px; 
left: 1420px;
width: auto;
height: auto;
z-index: 200;
}

#onair { 
position: absolute;
top: 370px; 
left: 1220px;
width: auto;
height: auto;
z-index: 200;
}

#k { 
position: absolute;
top: 370px; 
left: 1560px;
width: auto;
height: auto;
z-index: 200;
}

/*link auf weisser Fl”che im Lauftext*/	
a, a:link 
	{text-decoration: none;
	color: black;
	}

a:visited 
	{text-decoration: none;
	color:black;
	}

a:hover
	{text-decoration: none;
	color: gray;
	}
	
a:active
	{text-decoration: none;
	color: black;
	}


