@charset "UTF-8"
#linktabs{
position:absolute;
display:block;
right:1px;
top:2px;
}

#linktabs ul{
margin:0px;
padding:0px;
list-style-type:none;
}

#linktabs ul li{
display:inline;
line-height: 3em;
float: left;
text-align: left;
border-bottom: 1px solid #AAA;
border-right: 1px solid #AAA;
}

#linktabs ul li a {
display: block;
padding: 10px;
text-decoration: none;
color: #666;
background-image: url(pics_layout/NaviTop.gif);
background-repeat: no-repeat;
font: bold 11px Arial, Helvetica, sans-serif;
}

#linktabs ul li a:hover {
	font-weight:bold;
	color: #fff;
	background-image: url(pics_layout/NaviTopOn.gif);
	background-repeat: no-repeat;
}
#linktabs ul li.long a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	background-repeat: no-repeat;
}

#linktabs ul li.long a:hover {
	font-weight:bold;
	color: #fff;
}

#newsletterbox{
position:absolute;
width:100%;
height:40px;
right:20px;
top:50px;
text-align:right;
z-index:50;
}

/* Background color for NavTabs */
.ColorStartseite{
	background-color: #FCB415;
}
.ColorRed{
	background-color: #F14D22;
}
.ColorGeschichte{
	background-color: #B9D53E;
}
.ColorService{
	background-color: #81CBF1;
}

#button {width:170px;font-size:0.8em;font-weight:200;padding:0px;border:solid 1px #999999;background-color:#FFF;text-align:center; cursor:pointer;}
#button a{color:#D74F4F;background-color:#FFF;text-decoration:none;display:block;padding:2px;}
#button a:hover{text-decoration:none;background-color:#5C5C5C; color:#FFF;}
#button a:active{text-decoration:none;background-color:#5C5C5C; color:#FFF;}
#button a:focus{text-decoration:none;background-color:#5C5C5C; color:#FFF;}