/**
 * CSS styles for www.noblehorses.de.
 * 
 * @author Maik Wendelken
 * @copyright Wendelken Internet Service <www.wendelken.net>
 * @version 1.0.0
 * 
 * created 2008-08-30
 */

/* Mainnavigation */

#navigation {
	width: 130px;
	margin:10px 0 0 10px;
	padding:5px 10px 0 0;
	font-size:12px;
}

#navigation ul {
	list-style-type: none;
	margin-left: 0;
	padding-left:10px;
}

#navlist a {
	display: block;
	color: #666;
	padding: 1px 0 5px 8px;
	background-image: url(../img/pfeil_braun.gif);
	background-position: 0px 4px;
	background-repeat:no-repeat;
}

#navlist a { width: 130px; }

#subnavlist a {
	display: block;
	color: #666;
	padding: 1px 0 5px 10px;
	margin-left: 0px;
}

#subnavlist a { width: 120px; }

#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited {
	color: #666;
	text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover {
	font-weight:bold;
	text-decoration: none;
	background-position: 0px -33px;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover {
	text-decoration: none;
}

#navlist a.active, #subnavlist a.active {
	font-weight:bold;
	color: #000;
	text-decoration: none;
	background-position: 0px -33px;
}

/* Sprachumschaltung */

ul.sprachmenu {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding:0;
}

ul.sprachmenu li{
	float:left;
	margin: 10px 10px 10px 0;
	padding:0;
}

