/* 001-struktur.css - wm- v.1.0 - 090712 */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, "sans serif";
	text-align: center; /* nur fuer IE5 und aeltere Browser, damit Inhalte zentriert angezeigt werden */
	background-image: url(../grafik/001-wpbody.gif);
	background-repeat:repeat-y;
	background-position: center;
	background-color: #666; 
}

#seite {
	width: 765px;
	text-align: left;
	margin: 0 auto; /* stellt alles zentriert dar; oberer und unterer Rand 0, links und rechts automatisch */
	margin-top: 2.5px;
	background-color: #fff;
}

.i_menu {
	clear: both; 
	float: left; 
	width: 150px;
	height: 485px;
	background-image: url(../grafik/001-wpimenu.gif);
	background-repeat:repeat-x;	
	font-variant: small-caps; 
	line-height: 1.5em;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
}

.i_menu p {
	padding: 10px 0 20px 10px; <!--10,0,20,10-->
	color: #fff;
	font-weight: 500;
	text-indent: 5px;
	font-size: 9pt;
}

.i_menu li {
	list-style-type: none;
	color: #333;
	text-indent: 10px;
	font-size: 8pt;
	background-color: #ddd;
	border: 1px;
	border-color: #666;
	border-bottom-style: dotted;
  padding: 3px 0 3px 2px;
}

.i_menu a {
  display: block;
	color: inherit;
  text-decoration: none;
}

.i_menu li:hover {
	background-color: #fff;
	color: #000;
	text-decoration: underline;	
}

.i_menu p:hover {
	text-decoration: underline;	
}

#inhalt {
	/* Formatierungen in Datei layout.css , Erwähnung hier nur als Hinweis auf Dokumentstruktur*/
} 

#footer	{
  vertical-align: middle;
	position: absolute bottom;
	bottom: 0;
  width: 600px;
}
