﻿* {
	border:0pt none transparent;
	margin:0pt;
	padding:0pt;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#dee1ce;

	text-align:center; /* center container in IE5 */
}

/************[ Container für alles, horizontal zentriert ]************/
#container {
	position:relative; /* needed for positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	background-color:#eeffae;
	
	text-align:left;
	font-family:arial,sans-serif;
	font-size:medium;
	color:#000000;
	
	height:auto !important; /* real browsers */
	height:99%; /* IE6: treaded as min-height*/

	min-height:99%; /* real browsers */
	
}

.keyw { 
	visibility:hidden; 
	color:#eeffae;
	position:absolute; 
	bottom:15px; right:15px; 
}

/****************[ Navigation ]***************************************/

#navi {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	background-color:#eeffae;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}

#navi #logo {
	height:110px;
	width:180px;
	margin:5px 5px 0;
	padding:0px;
}

#navi li {
	list-style: none;
}


#navi .menu {
	margin:6px 6px 0;
	padding:2px 4px 4px;
	border:1px solid #658000;
	background-color: #ffffcc;
	/* Das muss in inneren Elementen ggf. überschrieben werden: */
	font-size:1.0em;
	font-weight: bold;
	
}


#navi .menu p {
	margin:  4px 2px 0;
	padding:0px; /* wichtig, damit die Link-Einfärbung bis aussen geht */
	border:1px solid #658000;
	font-size:0.8em;
	font-weight: normal;
	color: #000000;
	background-color:#eeffae;
	
}

#navi .menu #alpha {
	margin: 2px 0 0;
	color: #000000;
}

#navi .menu #alpha tbody {
	
	border:1px solid #658000;
	border-collapse:separate;
	border-spacing:2px; /* wird lt. selfhtml von IE (auch 7) nicht interpretiert */
	empty-cells:show;
	font-size:1em;
	font-weight:bold;
	table-layout:fixed;
	text-align:center;
}

#navi .menu #alpha td {
	width: 26px;
	background-color:#eeffae;
	border:1px solid #658000;
	height:22px;
	line-height:21px;
	overflow:hidden;
	padding:0px; /* wichtig, damit die Link-Einfärbung bis aussen geht */
	vertical-align:middle;
	white-space:nowrap;
}
* html #navi .menu #alpha td { /* Korrektur IE 5/6 */
  width:28px;     /* Version 5.x */
  height:24px;
  w\idth:26px;    /* Version 6 */
  he\ight:22px;
}



#navi .menu a {
	display:block;
	text-decoration:none;
	color: #000000;
}

#navi .menu a:hover, #navi .menu a:active, #navi .menu a:focus {
	background-color: #c0e0c0;
}



#navi .menu a .indent {
	display:block;
	padding:0px 0px 0px 4px;
}


/******************[ Rechte Seite ]*******************/

#main {
	position:absolute;
	left:200px;
	top:0px;
	
	height:auto !important; /* real browsers */
	height:99%; /* IE6: treaded as min-height*/

	min-height:99%; /* real browsers */
	
	margin-top:1%;
	
	width:674px;
	
	margin-right:6px;
	
	
}

#main p {
	margin-top:10px; 
	margin-bottom:0px; 
}
#main h1 { 
	margin-top:70px; 
	margin-bottom:40px; 
	font-size:2.2em; 
	text-align:center; 
}

#main a {
	color: #000000;
}

#pdf_full, #full {
	position: absolute; 
	top: 0%; 
	left: 0px;
	width: 100%;
}

#pdf_full {
	height: 100%;
}

#full {
	background-attachment:scroll;/*mit fixed bezieht sich center auf viewport*/
	background-color:#eeffae;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/hg.jpg);
	font-size:0.8em; 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#full img#woerter {
	display: block; 
	margin:110px auto 40px;
}

#full img#jereimps {
	display: block; 
	margin:110px auto 0;
}

#full #infotext {
	width: 76%;
	margin-left: auto;
	margin-right: auto;
}

#full #news {
	margin-top: 40px;
	font-size: 0.9em;
/*	padding-left: 20px;*/
}

#full .hein { 
	text-align:right; 
	padding-right:60px; /* padding schadet hier nicht */
	font-size:0.9em; 
}

#full p#base { 
	margin-top:20px; 
	padding-right:60px; /* padding schadet hier nicht */
	font-size:0.8em; 
	text-align:right; 
}

.mini { 
	font-size:0.7em; 
 	width:100%;
}



#kontakt {
	position:relative;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
}

#kontakt h1 {
	margin-top:20px;
	margin-bottom:10px; 
}

#kontakt form p {
	width:100%;
}

#kontakt form textarea { 
	width:97%;
	height:120px;
	font-size:1.1em;
	font-family:'Times New Roman',Times,serif;
	background-color:#ffffdd; 
	padding:5px;
	border:2px inset #dbed99; 
	overflow:auto; 
}

#kontakt form .textfeld { /* 'input[type=text]' versteht IE6 nicht */
	/*width:70%;*/
	font-size:1.0em; 
	font-family:sans-serif;
	background-color:#ffffdd; 
	padding-left:5px;
	border:2px inset #dbed99; 
}

#kontakt form .button { /* 'input[type=submit]' versteht IE6 nicht */
	position:absolute; 
	right:6%; 
	border:2px outset #dbed99; 
	width: 7em;
}



#audio {
	position: absolute; 
	top: 10%;
	left: 880px;
		
	width: 70px;
	
	height:auto !important; /* real browsers */
	height:90%; /* IE6: treaded as min-height*/

	min-height:90%; /* real browsers */
	
	background-color:#eeffae;
	background-attachment:scroll;/*mit fixed bezieht sich center auf viewport*/
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../img/sound01.jpg);
	
}

#audio object {
	
	width:20px;
	height:300px;
	
	margin: 140px 24px 0px;
}

.info {
	position:relative;
	margin-top:70px;
	border:1px dotted #000000; 
	padding: 8px; 
	font-style:italic;
}

















