body {
	background-image: url(../img/kachel.png);
}
/*
	blendet letztes LI in der hauptnavi aus
*/
li.hidden {
	display:none;
}
.bread {
	height: 15px;
	width: 900px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-indent: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	vertical-align: text-bottom;
}
#breadcrumb {
	padding: 0px;
	margin: 0px;
}
#breadcrumb a {
color: white;
}
.content {
	background-color: #FFFFFF;
	width: 600px;
	/*height 100%;*/
}


.menu {
background-color: #000000;
width: 150px;
}


.menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}

.menu a {
color:#CCCCCC;
text-decoration: none;
font-size: 1.3em;
/*text-align: center; */
display: block;
padding-top: 3px;
	background-position: -150px 0;
	background-repeat: no-repeat;
background-image: url(../img/menu.png);
}


.menu liÊ{
border: 1px solid #666666; 
border-top-width: 1px;
margin: 0px;
/*height: 28px;*/ 
}

.menu a:hover {
background-position: 0px 0;
color: #FFFFFF;
background-image: url(../img/menu.png);
background-repeat: no-repeat;
text-decoration: none;
}

/*.menu a:active {
Êbackground-position: 0px 0;
Êcolor:white;
Êbackground: url("../img/menu.png") Êno-repeat;
Ê
}*/


.navi2 {
	background-color: #000000;
	width: 114px;
	height: 100%;
}

.navi2 ul {
	padding: 0px;
	list-style: none;
	width: 114px;
	float: right;
	display: block;
}

.navi2 li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 20px;
}	

	
.navi2 a {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-type: circle;
	display: block;
}
.navi2 a:hover {
	background-image: url(../img/hover.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.footer {
	background-color: #333333;
	height: 22px;
	margin-top: 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center; 
	padding-top: 10px;	
}
.topnav {
	background-color: #FFFFFF;
	margin-top: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right; 
	margin-bottom: 5px;
}

.rand {
	border: 1px solid #000000;
}

