*
{
font-family:verdana, sans-serif;
}

body
{
	background-image:url(../pics/grey.jpg)
}

#menu
{
	position:absolute;
	left:0px;
	top:0px;
	width:420px;
	bottom:30px;
	background-image:url(../pics/kachel.png);
}

#leiste
{
position:absolute;
	left:0px;
	height:30px;
	bottom:0px;
	width:420px;
	background-image:url(../pics/kachel.png);
		text-align:center;


}

.menu_scroll
{
	width:390px;
	max-height:300px;
	overflow-y:scroll;
}


#feld
{
	position:absolute;
	left:430px;
	top:0px;
	right:0px;
	height:100%;
	overflow:scroll;
	font-size:large;
}

.bs
{
	background-color:white;
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:center;
	border-width:0px 0px 4px 0px;
	border-style:solid;

}
	
	
	.bs ul
{
		list-style:none;
		padding:5px 10px 5px 10px;
		margin:0px;
}


.bs li
{
		list-style:none;
		padding:0px;
		margin:0px;
		font-size:small;
}
	
.bstyp
{
	background-color:white;
	font-size:small;
	font-weight:normal;
	text-align:center;
	margin:0px;
	padding: 5px 10px 5px 10px;

}

.bs-name
{
		font-size:small;
		font-weight:normal;
	text-align:center;	margin:0px;
	padding: 0px 2px 0px 2px;
	cursor: pointer;
	}
	

	
	.info
	{
		color:white;
		font-weight:normal;
		font-size:small;
	}
	
	#anleitung
	{
		padding-right:30px;
}
	
	#anleitung p, #anleitung p em, #anleitung p, b
	{
		color:white;
		font-size:small;
	}
	
	#anleitung h1
	{
		color:white;
		font-size:medium;
	}
	
		#anleitung a
	{
		color:white;
		font-size:small;
		text-decoration:underline;
	}