body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: black;
	background-color: white;
	background-image: url(images/body_back3.gif);
	background-repeat: repeat-x;
}

#oben {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 0px 10px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 70px; /* 64px + 7px + 4px = 65px */
	border-style: solid;
	border-color: #0001AA;
	border-width: 2px 0px 2px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height: 11px;
	background-color: white;
	color: #003300;	     

	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
	Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
	IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
	declaration. The incorrect IE5/Win value is above, while the correct value is 
	below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 59px; /* the correct height */
}
	/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
	length values to user agents that exhibit the parsing error exploited above yet get 
	the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
	a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#oben {height: 59px;}

#toplinks {
	background-image: url(images/toplinks.jpg);
	background-repeat: no-repeat;
	position: relative;
	text-align: left;	
	top: 1px;
	width: 40%;
	height: 50px;
	float: left;
	color: black;
/*	background-color: white;*/
}

#topmitte {
	background-image: url(images/ZBiO.gif);
	background-repeat: no-repeat;
	background-position: center;	
/*	background-color: white;	*/
	position: relative;
	text-align: center;
	text-indent: -2000px;	
	top: 1px;
	width: 20%;
	height: 50px;
	float: left;
	font-size: 0%;
	color: white;
}

h1#top {
	line-height: normal;
}

#toprechts {
	background-image: url(images/toprechts.jpg);
	background-repeat: no-repeat;
/*	background-color: white;*/
	background-position: right;	
	position: relative;
	text-align: right;	
	top: 1px;
	width: 40%;	
	height: 50px;
	float: left;
	color: black;
}

#main1 {
	margin: 0px; 
	padding: 0px;
	background: white url("images/menu_bg.gif") top left repeat-y;
}


#menu {
	float: left;
	width:162px;
	margin:0; 
	padding: 10px;
	color: black;
	background-color: transparent;		
}

#aktuell {
	float: right;
	width: 170px;
	margin-right: 0px; 
	padding: 10px;
	color: black;
	background-color: transparent;
	text-align: center;	
}

/*#andere {
	background-color: white;
	color: #003300;
	padding: 1px 10px 10px 10px;
	margin-top: 0px;
	margin-left: 152px;
	margin-right: 0px;
}
*/

/*html>body #andere {
	margin-left: 154px;
	margin-right: 0px;
}
*/

.unten {
	text-align: center;
	background-color: white;
	color: black;
}

.cleaner {
	clear: both;
	height: 1px;
	border-top: 1px solid #003300;
	margin: 0px; 
	padding: 0px;
	background: white;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0px; 
	padding: 0px;
	background: white;
}

hr.unten {
	width: 75%;
	text-align: center;
}

hr.archiv {
	width: 75%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #003300;
}

/* Wetter  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
img.bildzentriertThin {	margin: 0px 0px 10px 0px;border: solid 1px #999}
#wetterperioden {width:100%}
.wetterperiode {float:left;margin-right:5px;text-align:center;min-width:50px}
.tag {font-weight:bold}
.zeit, .temp, .wind {text-align:center;}
.vertTrenner {float:left;margin-right:5px}

td.wetterzeit, th.wetterzeit, td.wetterwetter, td.wettertemp, td.wetterwind {
	width: 100px;
	text-align: center;
}

tr.time th {
	font-weight: normal;
}

.wetter_tbl {
	border-collapse: collapse;
	border-right: solid 1px white;
}

.tagestrenner {
	border-right: solid 1px #003300;
}

.copyright {
	text-align: center;
}

.webcam {
	text-align: center;
}

p {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}

p.archivhinweis {
/*	clear: both;*/
	text-align: center;
	font-style: italic;
	margin-top: 150px;
}

p.datum {
	font-weight: bolder;
}

p.editorialeinleitung {
	font-weight: bolder;
}

h2#menu-titel{
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	background-color: transparent;
	color: #003300;	
	margin-top: -1px;
	border-bottom: 1px solid #003300;
	border-top: 1px solid #003300;	
}

h2.aktuell-titel {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	background-color: transparent;
	color: #003300;	
	margin-top: -1px;
	border-bottom: 1px solid #003300;
	border-top: 1px solid #003300;	
}

h2.untertitel, h3.nav-titel {
	font-weight: bold;
	font-size: 100%;
	background-color: transparent;
	color: #003300;	
	padding-top: 1px;
}

h3.nav-titel {
	font-weight: bold;
	font-size: 100%;
	background-color: transparent;
	color: #003300;	
	border-bottom: 1px dotted #003300;
	padding-top: 1px;
}

p.newstitel {
	font-weight: bold;
	border-bottom: 1px dotted #003300;
	color: #003300;
	background-color: transparent;	
}

p.news {
	margin-top: -8px;
}

a {
	color: #0001AA;
	text-decoration: none;
	background-color: transparent;	
	border: none;
}

a[href^="map_"]
{
	padding-left: 13px;
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	background-position: left;
}

A:HOVER {
	color: #0001AA;
	background-color: transparent;	
	text-decoration : underline;
	border: none;	
}

a.newslink {
	text-align: left;
	border: none;	
}

ul.menu {
	margin-top: -7px;
	list-style: none;	
	text-indent: -40px;
	text-align: left;
}

ul.aufzaehlung {
	list-style: decimal;
}

#archivlist {
	padding: 0 1px 1px;
	margin-left: 0;
}

#archivlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
}

input, select {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	text-align: left;		
}

input.button {
	color: White;
	background-color: #003300;
	text-align: center;
}

.ueberschrift {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bolder;
	border-bottom: 1px solid #003300;	
	text-align: left;
	color: #003300;
	background-color: white;
	margin-top: 4px;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	color: #003300;
	background-color: white;
	margin-top: 4px;
}

img.bildrechts {
	margin: 0px 0px 10px 10px;
	float: right;
	right: 10px;
	border: solid 2px #003300;
}

img.bildlinks {
	margin: 0px 10px 10px 0px;
	float: left;
	left: 10px;
	border: solid 2px #003300;
}

img.bildzentriert {
	margin: 0px 0px 10px 0px;
	border: solid 2px #003300;
}

img.bildrechtsThin {
	margin: 0px 0px 10px 10px;
	float: right;
	right: 10px;
	border: solid 1px #003300;
}

img.bildlinksThin {
	margin: 0px 10px 10px 0px;
	float: left;
	left: 10px;
	border: solid 1px #003300;
}

img.bildzentriertThin {
	margin: 0px 0px 10px 0px;
	border: solid 1px #003300;
}

img.bildrechtsOhneRahmen {
	margin: 0px 0px 10px 10px;
	float: right;
	right: 10px;
	border: none;
}

img.bildlinksOhneRahmen {
	margin: 0px 10px 10px 0px;
	float: left;
	left: 10px;
	border: none;
}

img.bildzentriertOhneRahmen {
	margin: 0px 0px 0px 0px;
	border: none;
}

p.bildzentriert, div.bildzentriert {
	text-align: center;
}

p.textzentriert {
	text-align: center;
}

#suche {
/*	border: thin solid green;*/
	height: auto;	
	text-align: center;
}

#suchform {
/*	border: thin solid green;*/
	height: auto;	
	text-align: center;
}


#nrk {
/*	border: thin solid green;*/
	height: auto;	
	text-align: left;	
}

#aftpst {
/*	border: thin solid green;*/
	height: auto;	
	text-align: left;	
}

#spon {
/*	border: thin solid green;*/
	height: auto;	
	text-align: left;
}

.waehrungouter {
	border: #003300 solid 1px;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px 30px 30px;
	width: 500px;
	height: auto;
	text-align: center;
	font-size: 11px;
}

.waehrung {
	text-align: center;
	font-size: 11px;
	height: auto;
}

.oanda {
	text-align: center;
	border: none;
	font-size: 11px;	
}

.norsk {
	font-style: italic;
}

strong#waehrungmitte {
	position: relative;
	top: -60px;
	font-size: 11px;	
}

#eintag {
	text-align: center;	
	width: 99%;
}

#tbleintag {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table#eliteserie2004 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;	
}

td.eliteserie2004 {
	width: 75px;
	vertical-align: top; 
}

#browserintegr {
	margin-left: 20px;
	margin-right: 20px;	

}

#panel {
	background-color: white;
	color: black;	
	top: 0px;
	padding: 10px;
	
}

#menupanel {
	width:132px;
	margin:0; 
	padding: 10px;
	color: black;
	background-color: transparent;		
}

div.imgnofloat150 {
/*	clear: both;*/
	background-color: #003300;
	text-align: center;	
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;		
}

div.imgfloatlinks150 {
	float: left;
	background-color: #003300;
	text-align: center;	
	width: 150px;
	padding: 2px;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* für map_Oslowebcams.shtml -- mit border */
div.imgfloatlinks150webcams {
	float: left;
	background-color: #003300;
	text-align: center;	
	width: 150px;
	padding: 2px;	
/*	margin-right: 10px;*/
	margin-top: 1px;
	margin-bottom: 0px;
	border: 2px solid white;
	height: 150px;
}

/* wg. IE */
div.imgfloatlinks150webcams img { border: 0px; }
div.imgfloatlinks150webcams a { color: white; }
/***/

div.imgfloatrechts150 {
	float: right;
	background-color: #003300;
	text-align: center;	
	width: 150px;
	padding: 2px;	
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgnofloat167 {
/*	clear: both;*/
	background-color: #003300;
	text-align: center;	
	width: 167px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;		
}

div.imgfloatlinks167 {
	float: left;
	background-color: #003300;
	text-align: center;	
	width: 167px;
	padding: 2px;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgfloatrechts167 {
	float: right;
	background-color: #003300;
	text-align: center;	
	width: 167px;
	padding: 2px;	
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgnofloat188 {
/*	clear: both;*/
	background-color: #003300;
	text-align: center;	
	width: 188px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;		
}

div.imgfloatlinks188 {
	float: left;
	background-color: #003300;
	text-align: center;	
	width: 188px;
	padding: 2px;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgfloatrechts188 {
	float: right;
	background-color: #003300;
	text-align: center;	
	width: 188px;
	padding: 2px;	
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgnofloat250 {
/*	clear: both;*/
	background-color: #003300;
	text-align: center;	
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;		
}

div.imgfloatlinks250 {
	float: left;
	background-color: #003300;
	text-align: center;	
	width: 250px;
	padding: 2px;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgfloatrechts250 {
	float: right;
	background-color: #003300;
	text-align: center;	
	width: 250px;
	padding: 2px;	
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px
}

div.imgnofloat262 {
/*	clear: both;*/
	background-color: #003300;
	text-align: center;	
	width: 262px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;		
}

div.imgfloatlinks262 {
	float: left;
	background-color: #003300;
	text-align: center;	
	width: 262px;
	padding: 2px;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgfloatrechts262 {
	float: right;
	background-color: #003300;
	text-align: center;	
	width: 262px;
	padding: 2px;	
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px
}

div.imgnofloat320 {
/*	clear: both;*/
	background-color: #003300;
	text-align: center;	
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;		
}

div.imgfloatlinks320 {
	float: left;
	background-color: #003300;
	text-align: center;	
	width: 320px;
	padding: 2px;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgfloatrechts320 {
	float: right;
	background-color: #003300;
	text-align: center;	
	width: 350px;
	padding: 2px;	
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px
}

div.imgnofloat350 {
/*	clear: both;*/
	background-color: #003300;
	text-align: center;	
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;		
}

div.imgfloatlinks350 {
	float: left;
	background-color: #003300;
	text-align: center;	
	width: 350px;
	padding: 2px;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgfloatrechts350 {
	float: right;
	background-color: #003300;
	text-align: center;	
	width: 350px;
	padding: 2px;	
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px
}

div.imgnofloat500 {
/*	clear: both;*/
	background-color: #003300;
	text-align: center;	
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;		
}

div.imgfloatlinks500 {
	float: left;
	background-color: #003300;
	text-align: center;	
	width: 500px;
	padding: 2px;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px	
}

div.imgfloatrechts500 {
	float: right;
	background-color: #003300;
	text-align: center;	
	width: 500px;
	padding: 2px;	
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px
}

div.imgfloatlinks150 p, div.imgfloatlinks150webcams p, div.imgnofloat150 p, div.imgfloatrechts150 p, 
div.imgfloatlinks167 p, div.imgnofloat167 p, div.imgfloatrechts167 p, 
div.imgfloatlinks188 p, div.imgnofloat188 p, div.imgfloatrechts188 p, 
div.imgfloatlinks250 p, div.imgnofloat250 p, div.imgfloatrechts250 p,
div.imgfloatlinks262 p, div.imgnofloat262 p, div.imgfloatrechts262 p,
div.imgfloatlinks320 p, div.imgnofloat320 p, div.imgfloatrechts320 p,
div.imgfloatlinks350 p, div.imgnofloat350 p, div.imgfloatrechts350 p,
div.imgfloatlinks500 p, div.imgnofloat500 p, div.imgfloatrechts500 p {
	text-align: center;
	color: White;	
	margin: 3px 1px 1px 1px;
	padding: 1px;
	border-top: 1px solid white;
}


#map_frame {
	background-color: #003300;
/*	text-align: center;*/
/*	padding: 2px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 25px;	
	border: 2px solid #003300;
	width: 98%;
}

#map_frameWebcams {
	background-color: #003300;
/*	text-align: center;*/
/*	padding: 2px;*/
	margin-left: auto;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 3px; 
	margin-bottom: 2px;	
	border: 2px solid #003300;
	width: 466px;
	float: left;
}


#map_frame p, #map_frameWebcams p {
	background-color: #003300;
	text-align: center;
	color: White;	
	margin: -11px -1px -2px -1px;
	padding: 1px 1px 1px 1px;
	border-top: 1px solid white;
}


div.fotoserverformular {
	text-align: center;
	padding: 10px;
	font-size: 11px;
}

div.fotoserverouter {
	border: #003300 solid 1px;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: auto;
	text-align: center;
	font-size: 11px;
}

#sundataouter {
	border: #003300 solid 1px;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 190px;
	font-size: 11px;
}

#sundataoslopos {
	position: absolute;
	top: 10px;
	left: 20px;	
	font-size: 11px;
	height: auto;
}

#sundatabremenpos {
	position: absolute;
	top: 10px;
	right: 20px;	
	font-size: 11px;
	height: auto;
}

#sundataunten {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 50px; 
	border-top: #003300 solid 1px;		
}

th.sundata {
	border: solid 1px white;
	color: white;
	border-collapse: collapse;
	background-color: #003300;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

th.bier {
	border: solid 1px white;
	color: white;
	border-collapse: collapse;
	background-color: #003300;
}

td.bier {
	border-bottom: solid 1px #003300;
	border-right: solid 1px #003300;	
	border-collapse: collapse;	
}

#bild1-1 {
	position: relative;
	top: 20px;
	left: 10px;
	border: 2px solid #003300;		
}

#bild1-2 {
	position: relative;
	top: 30px;
	left: 20px;
	border: 2px solid #003300;
}

#bild1-3 {
	position: relative;
	top: 50px;
	left: 40px;
	border: 2px solid #003300;	
}

#bild1-4 {
	position: relative;
	top: 40px;
	left: 60px;
	border: 2px solid #003300;
}

#bild2-1 {
	position: relative;
	top: 50px;
	left: 180px;
	border: 2px solid #003300;
}

#bild2-2 {
	position: relative;
	top: 50px;
	left: 200px;
	border: 2px solid #003300;
}

#bild3-1 {
	position: relative;
	top: 70px;
	left: 80px;
	border: 2px solid #003300;
}

#bild3-2 {
	position: relative;
	top: 70px;
	left: 100px;
	border: 2px solid #003300;
}

#bild3-3 {
	position: relative;
	top: 70px;
	left: 120px;
	border: 2px solid #003300;
}

th.webcams {
	border: solid 1px white;
	color: white;
	border-collapse: collapse;
	background-color: #003300;
	text-align: left;
}

td.webcams {
	border-bottom: solid 1px #003300;
	border-right: solid 1px #003300;	
	border-collapse: collapse;	
	color: #003300;
	background-color: white;
}

/*Gästebuch:*/
#gbouter {
	border: #003300 solid 1px;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px 10px 30px;
	width: 500px;
	height: auto;
	text-align: center;
	font-size: 11px;
}	

#gbinner {
	text-align: left;
	font-size: 11px;	
	height: auto;
}

th.gb {
	border: solid 1px white;
	color: white;
	border-collapse: collapse;
	background-color: #003300;
	text-align: right;
	padding-right: 5px;
}

td.gb {
	border-bottom: solid 1px #003300;
	border-right: solid 1px #003300;	
	border-collapse: collapse;	
	color: #003300;
	background-color: white;
}

input.gb, textarea.gb {
	border: none;
	width: 370px;
}

table.gbeintrag {
	position: relative;
	width: 75%;
	left: 10%;
}

th.gbeintragtitel {
	border: solid 1px white;
	color: white;
	border-collapse: collapse;
	background-color: #003300;
	text-align: left;
}

th.gbeintragrest {
	border-bottom: solid 1px #003300;
	border-right: solid 1px #003300;	
	border-collapse: collapse;	
	color: #003300;
	background-color: white;
	text-align: left;
	width: 20%;
}

td.gbeintrag {
	border-bottom: solid 1px #003300;
	border-right: solid 1px #003300;	
	border-collapse: collapse;	
	color: #003300;
	background-color: white;
}

