/*
 * Headings
 */
h1 {
	font-size: 23px;
	font-weight:100;
	font-family:Verdana;
	border-bottom:2px solid #eaeaea;
	padding-bottom:2px;
	margin-bottom:5px;
}

h2 {
	font-size: 20px;
	font-weight:normal;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
/*
 * Paragraphs, etc
 */
p{
	font-size:13px;
	line-height:1.5em;
}
i{
	
}
b{
	
}
/*
 * Hyperlinks
 */
a:link{
	color:#005baf;
	text-decoration:none;
}
a:visited{
	color:#003b60;
	text-decoration:underline;
}
a:focus{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
a:active{
	font-weight:bold;
 	color:#000000;
	text-decoration:underline;
}


a.leistungenlink{
	font-size:16px;
	line-height:2em;
}
a.leistungenlink:hover{
	background-image:url(../images/ddsbg.jpg);
	background-repeat:no-repeat;
}
