
/* copyright ArtProLog 2007 Ursula Bartels */


/* NAVIGATION */
#navigationbox {
	display: block;
	height: 27px;
}

#navigationbox li {
	list-style-image: none;
	list-style-type: none;
}

#navigation {
	height: 27px;
	display: block;
}

/* OTHER-NAVIGATION */
#lang,
#other-navigation {
	display: block;
	height: 25px;
	float:left;
}
* html #lang,
* html #other-navigation {
	display: block;
	height: 25px;
	float:left;
	width:50px;
}

#other-navigation ul,
#third-navigation ul {
	margin:0px;
	padding:0px;
}

#other-navigation li,
#third-navigation ul li {
	list-style-image: none;
	list-style-type: none;
	float:left;
}

#other-navigation a.on,
#other-navigation a.on:link,
#other-navigation a.on:visited,
#other-navigation a.on:hover,
#other-navigation a.on:active,
#lang a.on,
#lang a.on:link,
#lang a.on:visited,
#lang a.on:hover,
#lang a.on:active {
	color: #7e2e00;
	font-size:0.9em;
	line-height: 25px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform:uppercase;
	font-weight:bold;
}

#lang a.on,
#lang a.on:link,
#lang a.on:visited,
#lang a.on:hover,
#lang a.on:active {
	padding-left: 0px;
}

#third-navigationbox {
	float:right
}

#third-navigation {
	float:right;
	display:block;
	height:25px;
	padding-right:30px;
}

#third-navigation a,
#third-navigation a:link,
#third-navigation a:visited,
#third-navigation a:hover,
#third-navigation a:active,
#third-navigation a.act,
#third-navigation a.act:link,
#third-navigation a.act:visited,
#third-navigation a.act:hover,
#third-navigation a.act:active {
	color: #7e2e00;
	display:block;
	line-height: 20px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
}

#third-navigation a:hover,
#third-navigation a:active,
#third-navigation a.act,
#third-navigation a.act:link,
#third-navigation a.act:visited,
#third-navigation a.act:hover,
#third-navigation a.act:active {
	color: #fff;
	background-color:#b78a55
}
