/****************************************/
#navi{
	height:15px;
	padding-top: 40px;
	margin-left: 10px;
}
#navi ul.menu a{
	display:block;
	height:15px;
}

/****************************************/
.menu, .menu  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	float: left;
	display: block;
	position: relative;
	margin-right: 0px;  /* Abstand zwischen den Buttons, -1px gibt saubere 1px Trennlinie  */
}

/* Darstellung der Links */
.menu a {
 	display: block;
/*	padding-top: 8px;*/
	padding-top: 0px;
	font-size:15px;
	text-transform: lowercase;
	font-weight:normal;
	text-align: center;
	color:#909090;
/*	border-bottom:1px solid #900;*/

/*	border-left: 1px solid #909090;*/
 	text-decoration: none;
}

/* Verhalten beim mouseover */
.menu a:hover,  .menu a:focus {
	font-weight:bold;
	color:#900;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menu a {
 float: left;
}
.menu ul a {
 float: none;
}
/*  */
.menu a {
 float: none;
}
/* */
.active a {
	color:#900;
	font-weight:bold;
	border-right: 1px solid #900;
	border-left: 1px solid #900;
	border-bottom: 0;
}
a.active   {
	color:#900;
	font-weight:bold;
/*	border-right: 1px solid #900;
	border-left: 1px solid #900;*/
	border-bottom: 1px solid #900;
}

p.navi_int {
/*	margin:20px 0 0 150px;*/
	margin:20px 0 0 30px;
}
.navi_int a {
	color:#909090;
	font-size: 14px;
	font-weight:normal;
	text-decoration:none;
/*		border: 1px solid #000;*/
}
.navi_int a:hover {
	color:#900;
	text-decoration:none;
}


/****************************************/
/*  Breite der Schaltflaechen  */
#news{
	width:180px;
} 
#about {
	width:130px;
}
#archiv {
	width:100px;
}
#links {
	width:140px;
}
#contact {
	width:100px;
}
#privacy{
	width:100px;
}
/*#empty {
	width:100px;
}*/

