﻿.home #header ul
{
    border:0; margin:0; padding:0; list-style:none;
    border-bottom:solid 1px #DEDEDE; height:29px; padding-left:232px; margin-left:0px;
    
}
.home #header li
{
    border:0; margin:0; padding:0; list-style:none;
    float:left; 
    margin-right:2px;
    color:#333333; 
    font-family: Arial, Helvetica, Sans-Serif; font-size:12px; font-weight:bold;
}
/*
ul, li{border:0; margin:0; padding:0; list-style:none;}
ul{border-bottom:solid 1px #DEDEDE; height:29px; padding-left:290px; margin-left:0px;}
li
{
    float:left; 
    margin-right:2px;
    color:Gray; 
    font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;
    }

*/
.tab a:link, .tab a:visited{
	background:url(Bilder/tab-round.png) right 60px;
	display:block;
	/*font-weight:bold;*/
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#333333;
}
.tab a span{
	background:url(Bilder/tab-round.png) left 60px;
	display:block;
	height:30px;
	margin-right:8px;
	padding-left:8px;
}
.tab a:hover{
	background:url(Bilder/tab-round.png) right 30px;
	display:block;
	cursor:pointer;
}
.tab a:hover span{
	background:url(Bilder/tab-round.png) left 30px;
	display:block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
 
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(Bilder/tab-round.png) right 0 no-repeat;
} 
 
.active a span, .active a:hover span{
	background:url(Bilder/tab-round.png) left 0 no-repeat;
}


