@charset "utf-8";
/* CSS Document */

#topmainmenu {
	height: 52px;
	padding-left: 100px;
	background-image: url(../images/_custom/navigation/mainnav.png);
	background-repeat: no-repeat;
}

#topmainmenu ul {
	text-align: center;

}
#topmainmenu li {

}
#topmainmenu li a {
	display: block;
	width: 77px;
	height: 38px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 14px;
}
#topmainmenu li a:hover {
	background-image: url(../images/_custom/navigation/mainhover.png);
	background-repeat: no-repeat;
}

#topmainmenu img {
	padding-top: 5px;
}


#topsubmenu {
	height: 18px;
	padding-left: 115px;
	padding-top: 6px;
	font-size: 9px;
	background-image: url(../images/_custom/navigation/subnav.jpg);
}

#topsubmenu a {
	color: #FFF;
}

#topsubmenu ul {
}
#topsubmenu li {
}

/* footer */
#footer_nav {
	float: left;
	margin-top: 24px;
	margin-left: 180px;
}
#footer_nav li {
	list-style-type: none;
	float: left;
}
#footer_nav li a {
	height: 9px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
}
#footer_nav_imprint a {
	width: 28px;
	background-image: url(../images/_custom/footer_nav/imprint.png);
}
#footer_nav_faq a {
	width: 16px;
	background-image: url(../images/_custom/footer_nav/faq.png);
}
#footer_nav_contact a {
	width: 30px;
	background-image: url(../images/_custom/footer_nav/contact.png);
}
#footer_nav_jobs a {
	width: 18px;
	background-image: url(../images/_custom/footer_nav/jobs.png);
}


/* Profilebar */
#profile_bar {
	background-repeat: no-repeat;
	margin-top: 2px;
	height: 35px;
	background-image: url(../images/_custom/profilebar/profilbar.gif);
}
#profile_bar a {
	display: block;
	margin-top: 8px;
	background-repeat: no-repeat;
	float:left;
	width: 75px;
	height: 27px;
	margin-right: 17px;
	margin-left: 17px;
}
.pb_profile a {
	background-image: url(../images/_custom/profilebar/profile_0.gif);
}
.pb_profile a:hover {
	background-image: url(../images/_custom/profilebar/profile_1.gif);
}
.pb_galleries a {
	background-image: url(../images/_custom/profilebar/galleries_0.gif);
}
.pb_galleries a:hover {
	background-image: url(../images/_custom/profilebar/galleries_1.gif);
}
.pb_lastposts a {
	background-image: url(../images/_custom/profilebar/lastposts_0.gif);
}
.pb_lastposts a:hover {
	background-image: url(../images/_custom/profilebar/lastposts_1.gif);
}
.pb_buddys a {
	background-image: url(../images/_custom/profilebar/buddys_0.gif);
}
.pb_buddys a:hover {
	background-image: url(../images/_custom/profilebar/buddys_1.gif);
}
.pb_gbook a {
	background-image: url(../images/_custom/profilebar/gbook_0.gif);
}
.pb_gbook a:hover {
	background-image: url(../images/_custom/profilebar/gbook_1.gif);
}