/* link elements */
a:link {
	color: #722929;
	}

a:visited {
	color: #722929;
	}

a:hover {
	color: #722929;
	}
a:active{
color: #722929;
	}
.footer a{
text-decoration: underline;
color:#722929;
}

.newsbox a{
text-decoration: underline;
font-size:10px;
font-weight:bold;
}
.tabbox a{
text-decoration: underline;
font-size:10px;
font-weight:bold;
}
.tabbox #artikelmenu a{
text-decoration: none;
font-size:10px;
font-weight:bold;
}
.tabbox{
text-decoration: underline;
font-size:10px;
font-weight:bold;
}

/*----------------topnavigation------------------------------*/

a.nav, a.nav2,a.nav-active, a.nav2-active {
	font-size:11px;
	font-family: tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	background-image:url(../images/bullet2.gif);
	padding-left: 15px;
	background-repeat:no-repeat;
	color:#033333;
	text-decoration: none;
}

a.nav:visited {
	color: #033333;
	text-decoration: none;
	background-image:url(../images/bullet2.gif);
	padding-left: 15px;
	background-repeat:no-repeat;
}
a.nav:hover, a.nav-active, a.nav-active:visited, a.nav-active:hover {
	color: #722929;
	text-decoration: underline;
	background-image:url(../images/bullet.gif);
	padding-left: 15px;
	background-repeat:no-repeat;
} 

a.nav2:visited {
	color:#033333;
	text-decoration: none;
	background-image:url(../images/bullet2.gif);
	padding-left: 15px;
	background-repeat:no-repeat;
}

a.nav2:hover, a.nav2-active, a.nav2-active:visited, a.nav2-active:hover { 
	color: #722929;
	text-decoration: underline;
	background-image:url(../images/bullet.gif);
	padding-left: 15px;
	background-repeat:no-repeat;
}

