a {
	text-decoration: none;
	outline: none;
}

.navi-home a, .navi-proj a, .navi-galy a, .navi-podc a, .navi-files a {	
    display: block;
    text-indent: -5000px;
    width: 160px;
	height: 36px;
	position: absolute;
}

.navi-home a {
	background: url(imgs/button_home.png) 0 0 no-repeat;
	left: 0px;
}

.navi-home a:hover {
	background-position: 0 -36px;
}

.navi-home a:active {
	background-position: 0 -72px;
}

.navi-home a.selected {
	background-position: 0 -108px;
}

.navi-proj a {
	background: url(imgs/button_projects.png) 0 0 no-repeat;
	left: 193px;
}

.navi-proj a:hover {
	background-position: 0 -36px;
}

.navi-proj a:active {
	background-position: 0 -72px;
}

.navi-proj a.selected {
	background-position: 0 -108px;
}

.navi-galy a {	
    background: url(imgs/button_gallery.png) 0 0 no-repeat;
	left: 386px;
}

.navi-galy a:hover {
	background-position: 0 -36px;
}

.navi-galy a:active {
	background-position: 0 -72px;
}

.navi-galy a.selected {
	background-position: 0 -108px;
}

.navi-podc a {	
	background: url(imgs/button_podcast.png) 0 0 no-repeat;
	left: 579px;
}

.navi-podc a:hover {
	background-position: 0 -36px;
}

.navi-podc a:active {
	background-position: 0 -72px;
}

.navi-podc a.selected {
	background-position: 0 -108px;
}

.navi-files a {	
	background: url(imgs/button_forum.png) 0 0 no-repeat;
	left: 772px;
}

.navi-files a:hover {
	background-position: 0 -36px;
}

.navi-files a:active {
	background-position: 0 -72px;
}

.navi-files a.selected {
	background-position: 0 -108px;
}

#sidebar-navi a {}

#sidebar-navi a:link {
	color: #000;	
}

#sidebar-navi a:active {
	color: #000;
}

#sidebar-navi a:hover {
	color: #F00;
}

#sidebar-navi a:visited {
	color: #000;
}

#sidebar-navi a.selected {
	color: #F00;
}

#body-content a:link {}

#body-content a:active {}

#body-content a:hover {}

#body-content a:visited {}

#body-content a.selected {}

#gal_navi {
	width: 280px;
	height: 32px;
	margin: auto;
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.galfst a, .gallst a {
    display: block;
    text-indent: -5000px;
    width: 46px;
	height: 32px;
}

.galprv a, .galnxt a {
    display: block;
    text-indent: -5000px;
    width: 32px;
	height: 32px;
}

.galfst a {
	background: url(imgs/galskpbeg.png) 0 0 no-repeat;
	position: absolute;
	left: 0px;
}

.galfst a:hover {
	background-position: 0 -32px;
}

.galfst a:active {
	background-position: 0 -32px;
}

.galprv a {
	background: url(imgs/galbck.png) 0 0 no-repeat;
	position: absolute;
	left: 52px;
}

.galprv a:hover {
	background-position: 0 -32px;
}

.galprv a:active {
	background-position: 0 -32px;
}

.galnxt a {
	background: url(imgs/galfwd.png) 0 0 no-repeat;
	position: absolute;
	right: 52px;
}

.galnxt a:hover {
	background-position: 0 -32px;
}

.galnxt a:active {
	background-position: 0 -32px;
}

.gallst a {
	background: url(imgs/galskpend.png) 0 0 no-repeat;
	position: absolute;
	right: 0px;
}

.gallst a:hover {
	background-position: 0 -32px;
}

.gallst a:active {
	background-position: 0 -32px;
}

.galfst a.selected, galprv a.selected, galnxt a.selected, gallst a.selected {
	background-position: 0 -64px;
}

#footer a:link {
	color: #FFF;
}

#footer a:active {
	color: #F00;
}

#footer a:hover {
    color: #F00;
}

#footer a:visited {
    color: #FFF;
}

#footer a.selected {
	color: #F00;
}