/* CSS Document */

/*Footer*/
.menudeco {	color: #333333;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
.menudeco2 {	color: #666666;
	width:400px;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	vertical-align: top;
	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;
}
/*Pfeil-Menupunk*/
.menu2 a{
	width:141px;
	display: block;
	border-right-style:none;
	border-left-style:none;
	border-width:1px;
	border-color:#dddddd;
	background:url(../elements/menu2.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0 0 20px;
	color: #333333;
}
.menu2 a:hover {
	background:url(../elements/menu2.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 20px;
	color: #aaaaaa;
}
.menuactive2 a{
	width:141px;
	display: block;
	border-right-style:none;
	border-left-style:none;
	border-width:1px;
	border-color:#dddddd;
	background:url(../elements/menu2.gif) 0 -32px;
	background-repeat:no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0 0 20px;
	color: #000099;
}
ul {
	list-style: none;
}
/*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;
}
.body2{
	border-left-style:solid;
	border-width:1px;
	border-color:#dddddd;
}
/*Rahmen um Header*/
.header{
	padding:5px;
	border:solid;
	border-width:1px;
	border-color:#dddddd;
}

