
body { background: black;
	color: white;
	font-family: 'DejaVu Sans', Verdana, sans-serif;
	}

.menu { background: black;
	color: white;
	background-image: url(../menue/menue-steinmauer.jpg);
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 230px;
	bottom: 0px;
	overflow: auto;
	text-align: center;
	}

.button_frame { width:190px;
	height:50px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}


a:link {color: #0066FF;}
a:visited {color: #0033CC;}
a:active {color: #FFFF00;}


a.menue:link { color: white; text-decoration: none; font-weight: bold; text-shadow: 2px 2px black; font-size: 16px; outline:none; }
a.menue:visited {color: white; text-decoration: none; font-weight: bold; text-shadow: 2px 2px black; font-size: 16px; outline:none; }
a.menue:active {color: white; text-decoration: none; font-weight: bold; text-shadow: 2px 2px black; font-size: 16px; outline:none; }
a.menue:hover { color: red; }



