/* CSS Document **************************************************/


/* LINKER BEREICH - MENÜ UND LOGO ************************************************************************ */


#logo {
	width:300px;
	height:220px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:0;
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#menu {
	width:247px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:53px;
	margin-right: 0px;
}
#menu li {
	width:225px;
	font-family:trebuchet ms, arial, sans serif;
	text-align:left;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	border-width:0 0 0 2px;
	border-style:solid;
	border-color:#FFFFFF;
	background:none;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li a {
	display:block;
	font-family:trebuchet ms, arial, sans serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	line-height:30px;
	border-width:0 0 0 2px;
	border-style:solid;
	border-color:#FFFFFF;
	background:none;
	margin:0px;
	padding:0px 25px;
}
#menu li a:hover {
	border-width:0 0 0 2px;
	border-style:solid;
	border-color:#EE7F01;
	background: #EEEEEE;
	color:#EE7F01;
	text-decoration:none;
}

