@charset "utf-8";
.picture {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	float: right;
	padding: 3px;
}
.pictursRht {
	margin: 5px;
	padding: 2px;
	float: left;
}
.image {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
#navigation {
width: 100%;
background: #000;
height: 46px;
padding: 10px 0px 0px 12px;
}
#menu, #menu ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}
#menu li {
float: left;
font-size: 12px;
font-weight: bold;
}
#menu a {
display: block;
line-height: 38px;
padding: 0px 17px 0px 17px;
color: #D41F00;
font-family: Arial, sans-serif;
font-weight: 100;
}
#menu a:hover {
	padding: 0px 7px 0px 17px;
	margin-right: 5px;
	background-image: url(images/Menu/navb1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu a:hover span {
color: #D41F00;
background: url(images/Menu/navb2.png) no-repeat top right;
padding: 13px 5px 13px 0px;
position: relative;
left: 12px;
}
.font70percent {
	font-size: 70%;
}
