html, body {
  font-family: "Lucida Sans", sans-serif;
}

body {
	color: #000;
	background: #fff;
	text-align: left;
}

/* wird benötigt fuer grid-layout */
* {
  box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media screen and (max-width: 600px) {
  [class*="_sm-0"] {
    display: none; }

  [class*="_sm-1"] {
    width: 8.3333%; }

  [class*="_sm-2"] {
    width: 16.66667%; }

  [class*="_sm-3"] {
    width: 25%; }

  [class*="_sm-4"] {
    width: 33.33333%; }

  [class*="_sm-5"] {
    width: 41.6667%; }

  [class*="_sm-6"] {
    width: 50%; }

  [class*="_sm-7"] {
    width: 58.3333%; }

  [class*="_sm-8"] {
    width: 66.66667%; }

  [class*="_sm-9"] {
    width: 75%; }

  [class*="_sm-10"] {
    width: 83.33333%; }

  [class*="_sm-11"] {
    width: 91.6667%; }

  [class*="_sm-12"] {
    width: 100%; } }

@media screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

nav {
  display: block;
}

.navi_oben li {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  color: #000;
  margin: 0 0 5px 0;
  padding: 0 0.8em;  
}

#seite {
	margin: 0px
}

#header {
	background-image: url(/web/20221016224320im_/https://www.westwind.or.at/fileadmin/template/main/background.jpg);
	height: 100px;
	text-align: right;
	text-align: top;
}

#navi_oben {
	width: 100%;
	font-size: 1em;
	clear: both;
	border-bottom: 1px #666 solid;
	line-height: 0px;
}

#navi_oben ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi_oben ul li{
	display: inline;
	list-style-type: none;
	margin: 0;
	line-height: 1em;
}

#navi_oben ul li a {
    text-decoration: none;
	background: transparent;
    color: #000;
    margin: 0 0 5px 0;
	padding: 0 0.8em;   
}

/* linke Spalte */
#links {
	float: left;
	width: 200px; 
}
	
/* rechte Spalte */
#rechts {
	float: right;
	width: 300px;
	height: auto;
}

/*#rechts h2 {
	font-size: 0.9em;	
}*/

/* mittlere Spalte */
#mitte{
	width: auto;
	margin-left: 200px; 
	margin-right: 300px; 
	padding-right: 5px;	
}

#footer {
	clear: both;
}

#footer P{
	color: #666;
	background: #fff;
	margin: 0 1em;
	padding: 1em 0;
	border-top: 1px dotted #999;
	line-height: 2em;
	text-align: center;
	font-size: 10px;
}

#navilinks {
    font-size: 12px;
	overflow: hidden; /* Inhalte sind unsichtbar, wenn die Breite nicht ausreicht */
	list-style-type: none;
}

.clear {
    clear: both;
}

/*
     FILE ARCHIVED ON 22:43:20 Oct 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:40:08 Jul 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.425
  load_resource: 2527.477
  PetaboxLoader3.resolve: 2493.458
  PetaboxLoader3.datanode: 22.707 (2)
  loaddict: 20.846
*/