@charset "UTF-8";
/* CSS Document */
#links {
	float : left;
	height : 1000px;
	width : 260px;
	margin-top : 45px;
	margin-right : 0px;
	padding : 0 0 0 5px;
	position:relative;
	left:0px;
}

#linkskontakt{
	position:absolute;
	top:520px;
	left:0px;
	width:254px;
	padding : 0 0 0 5px;

	}
.navi {
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:bolder;
	margin:3px 0 3px 0;
	}
.navi01 {
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:normal;
	margin:5px 0 3px 5px;
	}	
	

li {
margin: 0px;
	padding: 3px 0 3px 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 250px;
	float: left;
	background-image: url(img/Linie.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-weight:bold;
	}
	
ul {
	background-image: url(img/Linie.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 3px 0 3px 5px;
	font-weight:normal;
	}
	
#links a {
	color:#FFFFFF;	
	text-decoration:none;
	}
#links a:hover {
	color:#FFCC33;
	text-decoration:none;
	}
#links a:active { 
	color:#993300;
	text-decoration:none;
	}
links a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	

#linkskontakt a {
	color:#FFFFFF;	
	text-decoration:none;
	}
#linkskontakt a:hover {
	color:#FFCC33;
	text-decoration:none;
	}
#linkskontakt a:active { 
	color:#993300;
	text-decoration:none;
	}
#linkskontakt a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	
