li { line-height:140%; margin-top:5px }

h1 { font-size:150%; font-weight:bold; text-align:center; }
h2 { font-size:140%; font-weight:bold; text-align:center; }
h3 { font-size:130%; font-weight:bold; text-align:center; }
h1:first-letter,h2:first-letter,h3:first-letter { font-size:125%; }

.container {
	position:absolute;
	top:0px; left:5px;
	width:99%;
}

.blankoben {
	position:fixed; top:0px; left:0px; height:29px; width:100%;
	z-index:2;
}
.blankseite {
	position:fixed; top:29px; left:0px; width:89px; height:100%;
	z-index:2;
}

.ecke {
	position:fixed;
	top:5px; left:5px; width:130px; height:80px;
	z-index:2;
}

.oben {
	position:fixed;
	top:5px; left:135px; min-width:500px; width:95%; height:24px;
	z-index:3;
}

.seite {
	position:fixed; 
	top:85px; left:5px; width:84px; height:90%;
	z-index:3;
	background-repeat:repeat-y;
}

.stext {
	position:fixed; 
	top:85px; left:5px; width:84px;
	z-index:4;
}

.oben {
	position:fixed;
	top:5px; left:135px; min-width:500px; width:95%; height:24px;
	z-index:3;
}

.menu {
	position:absolute; top:-14px; left:-30px;
	background:transparent;
	z-index:5;
}

.menu li {
	font-family:Arial Narrow,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
  list-style:none;
  display:inline;
  margin:0 10px;
	line-height:100%;
	z-index:5;
}

.mshadow {
	position:absolute; top:-12px; left:-28px;
	z-index:4;
}

.mshadow li {
	font-family:Arial Narrow,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
  list-style:none;
  display:inline;
  margin:0 10px;
	line-height:100%;
	z-index:4;
}

.kontakt {
	position:fixed;
	left:5px; bottom:0px; width:84px;
	z-index:3;
	background-repeat:repeat-y;
}

.ktext {
	position:absolute;
	left:5px; bottom:6px; width:72px;
	font-family:Arial Narrow,Helvetica,sans-serif;
	font-size:14px;
	text-align:center;
	background:transparent;
	z-index:5;
}

.kshadow {
	position:absolute;
	left:7px; bottom:4px; width:72px;
	font-family:Arial Narrow,Helvetica,sans-serif;
	font-size:14px;
	text-align:center;
	background:transparent;
	z-index:4;
}

.main {
	position:relative;
	left:100px; top:20px;
	min-width:600px; width:86%;
	padding:6px;
	color:black;
	font-family:Century Gothic,Arial,Helvetica,sans-serif;
	line-height:130%;
	text-align:justify;
}

#extra {
	position:fixed;
	top:100px; left:150px; width:500px;
	background-color:#ffffe0;
	padding:15px; text-align:justify;
	font-size:120%;
	border:6px ridge darkgrey;
	line-height:130%;
	z-index:1;
}

