/*  guentherlayout-css   */

*	{padding: 0; margin: 0; border:0; font-family: verdana;}
html { margin: 0; padding: 0; border: 0; }
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


h1  {font-size: 18px; font-weight: bold; font-variant:small-caps; color: #00b; text-align: left;}
		
h2  {	font-size:16px; font-weight: bold; 	}

h3  {	font-size:12px; font-weight: bold; 	}

#navi h1 {text-align: right; font-size: 20px; }	
#navi h2 {text-align: right;}	

p {font-size: 12px; 
	}

body {height: 101%;
	background-color: #fccd03; background-image: url('bg.jpg'); background-repeat: repeat-x;
	color: #000;
	font-size:100.01%; font-family: verdana, arial;
	}

#container {
  width: 800px; height: 520px; 
  align: left;
  margin: 0 auto; }		/*Zentrierung für die standardkonformen Browser */

  
#navi  { 
	float: left; margin-top:15px; align: right;
	width: 210px;  height: 520px;
  }

#content {
	margin-top:20px; height: 101%;
	margin-left: 235px; align: left;
	}
	
#footer {
	clear: both; background-color: #ffee77;
	}	
	
	
#navi ul li  {font-size:12px; line-height:1.2em; align: right; list-style-type: none;
		}

ul li  {font-size:12px; line-height:1.2em; list-style-position: inside;
		}

	
a.menulink {
text-align: right; display: block;
text-decoration: none; 
font-family:verdana;
font-size:12px; font-weight:bold;
color: #000000;
border: none;
}
a.menulink:hover {color: #33f; font-style: italic;}

.klein {font-size:12px; color: #00b; text-decoration: none;}
