@CHARSET "UTF-8";

h1 {
	font-family: Verdana,arial,sans-serif;
	font-size: 16px;
	line-height:31px;
	margin:0px;
	padding-left:5px;
	font-weight: normal;
}

h1.cont  {
	font-family: Verdana,arial,sans-serif;
	font-size: 16px;
	line-height:14px;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom:5px; 
	padding-top:10px; 
	margin:0px;
	color: #4D4C4C;
}

a:link,
a:visited {
	color:#338EC9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.topnavi a:link,
.topnavi a:visited {
	color:#999999;
	text-decoration: none;
}

.topnavi a:hover {
	color:#999999;
	text-decoration: underline;

}


.pointlink a:link,
.pointlink a:visited {
	background-image: url(../../img/pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.pointlink a:hover {
	text-decoration: underline;
	background-image: url(../../img/pfeil_dark.gif);
}




.header .navi .item a:link,
.header .navi .item a:visited {
	color:#4C4C4C;
	text-decoration: none;
}

.header .navi .item a:hover {
	text-decoration: underline;
}

.header .navi .item_highlight a:link,
.header .navi .item_highlight a:visited {
	color:#ffffff;
	text-decoration: none;
}

.header .navi .item_highlight a:hover {
	text-decoration: underline;
}

.contentBody .footer .copyright {
	font-size:11px;
	color:#999999;
}



.buttonBlue a:link,
.buttonBlue a:visited,
.buttonGreen a:link,
.buttonGreen a:visited,
.buttonYellow a:link,
.buttonYellow a:visited  {
	color:#4C4C4C;
	text-decoration: none;
}
	
.buttonBlue a:hover,
.buttonGreen a:hover,
.buttonYellow a:hover {
	text-decoration: underline;
}	
	


.navmenu .navitem a:link,
.navmenu .navitem a:visited,
.breadcrumb a:link,
.breadcrumb a:visited	{
	color:#000000;
	text-decoration: none;
}

.navmenu .navitem a:hover,
.breadcrumb a:hover{
	text-decoration: underline;
}


.startBox h1 {
	font-size: 14px;
	font-weight: bold;
	padding:10px 0px 0px 5px;
	margin-bottom:4px;
}

.startBox a:link,
.startBox a:visited	{
	color:#FFFFFF;
	text-decoration: none;
	padding:0px 0px 0px 7px;
	line-height:19px;
}

.startBox a:hover {
	text-decoration: underline;
}


.startBoxKlein h1 {
	font-size: 10px;
	font-weight: bold;
	margin:2px;
	line-height:20px;
	background-color: #EFEFEF;
	text-align: center;
}


