﻿/* menue rechts */

#menu01 {
	background-color:#990099;
	color:#ddd;
	text-align: left;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	padding: 0px;
}

#menu01 ul, #menu01 li {
	list-style-type: none;
	/* margin-left:10px; */
	margin-left:0px;
	padding: 10px;
	color:#ddd;
	list-style-image: none;
}

#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active {
	display:block;
	width:200px;
	color:#ddd;
	text-decoration:none;
	font-size: 12pt;
	font-family:  verdana, arial, helvetica, verdana, tahoma, sans-serif;
	/* height: 28px; */
	height: 30px;
	/* line-height: 12px; */
/*	line-height: 14px; */
/*
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #f7aef7;
*/
    font-weight:bold;
}

#menu01 li a:hover { 
/*
				background:color:c6c6f9; 
*/
				background-color:#990099;
				color:#fff;
				text-decoration:none;
				letter-spacing:0px;
				font-weight:bold;
}

