@charset "utf-8";
/* CSS Document */

body {
	margin-top:50px;
	background:url(../pix/a1.gif);
	font: 1em arial;
}

.inhalt {
	width:800px;
	border:ridge 2px;
	background-color: #FFFFFF;
	margin: auto;
	}
	
.koli {
	float:left
}

.komi {
	background-color: rgb(165,157,149);
	height: 100px;
	font: 1.2em bold Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	text-align: center;
}

.kore {
	float:right
}

.absatz {
	clear:both;
	text-align: right;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 15px 2px 0px;
}

.li {
	float: left;
	background-color: Rgb(199,194,186);
	width: 150px;
	padding: 0 0 0 10px;
	height: 550px;
	font: 0.8em "MS Sans Serif", Geneva, sans-serif;
}

.mi {
	padding: 0 30px 0 180px;
	margin: 0px;
	border-bottom: solid 1px #FFFFFF;
	
}
.re {
	float:right;
	width:150px;
	border:dashed 1px;
	margin: 50px 10px 0px 10px;
	padding:25px 5px 5px 10px;
	background-color: rgb(118,106,98);
	color:#FFFFFF;
	font:bold .8em Courier;
	
}
.fuss {
	clear:both;
	text-align:center;
	background-color: rgb(165,157,149);

}

a.menu {
	width: 80%;
	display: block;
	background-color: rgb(118,106,98);
	margin-top: 30px;
	
}

a.menu:link {
	color: #FFFFFF;
	text-decoration:none;
	border:outset 1px;
	padding: 05px 0px 05px 10px;
	margin:0px;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration:none;
	border:outset 1px;
	padding: 05px 0px 05px 10px;
	margin:0px;	
}
a.menu:active {
	color: #FFFFFF;
	text-decoration:none;
	border:outset 1px;
	padding: 05px 0px 05px 10px;
	margin:0px;
}
a.menu:focus {
	color: #FFFFFF;
	text-decoration:none;
	border:outset 1px;
	padding: 05px 0px 05px 10px;
	margin:0px;
}
a.menu:hover {
	background-color: #FFFF00;
	color: #1A1A1A;
	font-weight: bold;
	border:inset 1px;
	padding-left:0px;
	text-align:right;
	padding-right:10px;
	margin: 0;
}
a {
	color:#FFFFFF;
	
}
a.text {
	color: black;
}
a.text:hover {
	background-color: yellow;
}
.liste {
	list-style-image: url(../pix/fct02.png);
	list-style-position: outside;
}
.rechts {
	text-align: right;
}
.img {
	padding-left: 30px;
}
.tab {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.klein {
	font-style: italic;
	font-weight: lighter;
	font-size: 0.8em;
}







