@charset "ISO-8859-1";
/*
 *  File created by Heiko Sobecki
 *  Copyright VES visa-express service 
 *  Last Change: 2009-12-08 - HS
 */

#tabmenue {
	float:left;
	width:100%;
	background: inherit;
	font-size:93%;
	font-family: Arial;
	line-height:normal;
	/*border-bottom:1px solid #293A7B;*/ 			/* OHNE TICKER */
	border-bottom:1px solid #9996be;	/* MIT TICKER */
	font-size: 12px;
}
 
#tabmenue dir {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
  
#tabmenue li {
	display:inline;
	margin:0;
	padding:0;
}

#tabmenue a {
	float:left;
	background:url("../images/tab_links.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}

#tabmenue a span {
	float:left;
	display:block;
	background:url("../images/tab_rechts.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #fff;
}

#tabmenue a span {
	float:none;
	font-weight: bold;
}

#tabmenue a:hover span {
	color:#293A7B;
}

#tabmenue a:hover {
	background-position:0% -42px;
}

#tabmenue a:hover span {
	background-position:100% -42px;
}

#tabmenue #current a {
	background-position:0% -42px;
}

#tabmenue #current a span {
	background-position:100% -42px;
	color:#293A7B;
}

/*
 * SMALLMENUE
*/

#smallmenue {
	margin: 10px 50px;
	font-size: 12px;
	font-family: Arial;
}

#smallmenue a {
	text-decoration: none;
	font-weight: bold;
	color: #369;
}

#smallmenue a:hover {
	text-decoration: underline;
	color: #036;
}

#smallmenue span#scurrent a {
	text-decoration: underline;
	color: #036;
}
