/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	 }
.homebut {
	font-family: Arial;
	font-size: 13px;
	line-height: 44px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 44px;
	width: 100%;
}
.homebut:hover {
	font-family: Arial;
	font-size: 13px;
	line-height: 44px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 44px;
	width: 100%;
	background-image: url(images/navihover.jpg);
	background-repeat: repeat-x;
}
.rightnavi {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.rightnavi:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.homebutacty{
	font-family: Arial;
	font-size: 13px;
	line-height: 44px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 44px;
	width: 100%;
	background-image: url(images/navihover.jpg);
	background-repeat: repeat-x;
}
.sitemapnavi {
	font-family: tahoma;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/sitemapbut.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	height: 30px;
	width: 170px;
	text-indent: 35px;
}
.sitemapnavi:hover {
	font-family: tahoma;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/sitemapbut.gif);
	background-repeat: no-repeat;
	background-position: 12px 10px;
	display: block;
	height: 30px;
	width: 170px;
	text-indent: 35px;
}


.navigation {
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.sitemapsubnavi {
	font-family: tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(images/subnavi.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	text-indent: 30px;
	display: block;
	height: 25px;
	width: 100%;
}
.sitemapsubnavi:hover {
	font-family: tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(images/subnavi.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	text-indent: 30px;
	display: block;
	height: 25px;
	width: 100%;
}

.portfoliohed {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.navibg {
	background-image: url(images/navibar.jpg);
	background-repeat: repeat-x;
}
