/* CSS Document */


/*Footer*/

.menudeco {	color: #333333;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
/*erster Menupunk*/
.menu1 a{
	width:81px;
	height:20px;
	border-right-style:solid;
	border-left-style:solid;
	border-width:1px;
	border-color:#dddddd;
	background:url(../elements/navi.gif);
	background-repeat:no-repeat;
}


.menu1 a:hover {
	background-position:0 -20px;
	
}

.menuactive1 a{
	height:20px;
	width:81px;
	border-right-style:solid;
	border-left-style:solid;
	border-width:1px;
	border-color:#dddddd;
	background:url(../elements/navi.gif);
	background-repeat:no-repeat;
	background-position:0 -20px;

}

/*alle anderen Menupunkte*/
.menu a{
	height:20px;
	border-right-style:solid;
	width:81px;
	border-width:1px;
	border-color:#dddddd;
	background:url(../elements/navi.gif);
	background-repeat:no-repeat;
}


.menu a:hover {
	background-position:0 -20px;
	
}

.menuactive a{
	height:20px;
	border-right-style:solid;
	width:81px;
	border-width:1px;
	border-color:#dddddd;
	background:url(../elements/navi.gif);
	background-repeat:no-repeat;
	background-position:0 -20px;

}

/*Menu Schriftformatierung*/
#menutitlelink {
	padding-top:5px;
	padding-left:20px;
    background-color:#F2F2F2;
   	display:block;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
} 

#menutitlelink:hover {
	color: #999999;
} 
 
 /*Rahmen um Body*/
.body{
	border:solid;
	border-width:1px;
	border-color:#dddddd;
}
 /*Rahmen um Header*/
.header{
	padding:5px;
	border:solid;
	border-width:1px;
	border-color:#dddddd;
}



