#navigation ul {
	display: block;
	height: 150px;
	width: 502px;
	margin-left: 250px;
}

#navigation ul li {
	display: inline;
}

#navigation #hosting {
	background: url(bg_button_hosting.jpg) left top;
	height: 150px;
	width: 100px;
	display: block;
	float: left;
}

#navigation #hosting:hover {
	background: url(bg_button_hosting.jpg) left bottom;
}

#navigation li.current #hosting {
	background-position: bottom;
}

#navigation #domains {
	background: url(bg_button_domains.jpg) left top;
	display: block;
	float: left;
	height: 150px;
	width: 100px;
}

#navigation #domains:hover {
	background: url(bg_button_domains.jpg) left bottom;
}

#navigation li.current #domains {
	background-position: bottom;
}

#navigation #webdesign {
	background: url(bg_button_webdesign.jpg) left top;
	display: block;
	float: left;
	height: 150px;
	width: 90px;
}

#navigation #webdesign:hover {
	background: url(bg_button_webdesign.jpg) left bottom;
}

#navigation li.current #webdesign {
	background-position: bottom;
}

#navigation #kontakt {
	background: url(bg_button_kontakt.jpg) left top;
	display: block;
	float: left;
	height: 150px;
	width: 101px;
}

#navigation #kontakt:hover {
	background: url(bg_button_kontakt.jpg) left bottom;
}

#navigation li.current #kontakt {
	background-position: bottom;
}

#navigation #impressum {
	background: url(bg_button_impressum.jpg) left top;
	display: block;
	float: left;
	height: 150px;
	width: 111px;
}

#navigation #impressum:hover {
	background: url(bg_button_impressum.jpg) left bottom;
}

#navigation li.current #impressum {
	background-position: bottom;
}
.navi2 {
	color: #373737;
	text-decoration: none;
	text-align: center;
	display: block;
}
.navi2 ul {
}

.navi2 ul li {
	display: inline;
}

.navi2 ul li a {
	font-size: 1.2em;
	color: #373737;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom: 1px dotted #373737;
}

.navi2 ul li a.rex-current {
	color: #FFC60A;
	background: #373737;
}

.navi2 ul li a:hover {
	color: #FFB411;
	background: #373737;
}




#content ul.subnav {
	display: block;
	margin-bottom: 20px;
}

#content ul.subnav li {
	display: block;
	margin-left: 20px;
	list-style: none;
}

#content ul.subnav a {
	color: #373737;
	text-decoration: none;
	display: block;
	height: 2em;
	border-bottom: 1px dotted #373737;
	line-height: 2em;
	padding-left: 20px;
	background: url(pfeil7x7-02.gif) no-repeat 5px 10px;
}

#content ul.subnav a:hover {
	color: #999;
	border-bottom: 1px dotted #999;
}

#content ul.subnav .current {
	color: #DFA136;
	border-bottom: 1px dotted #DFA136;
}

.hidden {
	position: absolute;
	left: -2000px;
	top: -2000px;
}

.nav3 {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px dotted #373737;
}

.nav3 ul {
	margin: 0 20px;

}

.nav3 ul li {
	display: inline;
}

.nav3 ul li a {
	font-size: 90%;
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 0px;
}
.nav3 ul li a:hover {
	color:#373737;
	text-decoration:underline;
}

.nav3 ul li a.rex-current {
	color:#373737;
	text-decoration:none;
	font-weight: bold;
}
