body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #003663; 
}

p {
	font-size: 12px;
	line-height: 20px;
}
td {
	font-size: 12px;
	line-height: 20px;
}


h1 {font-size: 14px;
    font-weight: bold; 
}

h2 {font-size: 12px;
    font-weight: bold; 
}

h3 {
font-size: 18px;
}

.navi {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display:block; width:100%
	}

li {
font-size: 12px;
line-height: 20px;
list-style-type: square;
list-style-position: outside;
}

.fuss {
font-size: 10px;
}

/* Trenn-Linie z.B: zw den Dokumenten */
.trenner {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #006699;
}

A:link {color: #ffffff; text-decoration: none; } 
A:visited {color :#ffffff ; text-decoration: none; } 
A:hover {color: #ffffff;text-decoration: none;} 
A:active {color: #ffffff ; text-decoration: none;}

A.content:link { color: #003663; text-decoration: none; border-bottom: 1px dotted #003663; } 
A.content:visited {color : #003663; text-decoration: none; border-bottom: 1px dotted #003663; } 
A.content:hover {color: #003663;text-decoration: none;border-bottom: 1px dotted #003663;} 
A.content:active {color: #003663; text-decoration: none;border-bottom: 1px dotted #003663;}

/* Linkdefinition für Links in Listen*/
A.listcontent:link { color: #003663; text-decoration: underline;} 
A.listcontent:visited {color : #003663; text-decoration:underline;} 
A.listcontent:hover {color: #003663;text-decoration: underline;} 
A.listcontent:active {color: #003663; text-decoration: underline;}

A.small:link {font-size: 11px; color: #003663; text-decoration: none; border-bottom: 1px dotted; } 
A.small:visited {font-size: 11px;color : #003663; text-decoration: none; border-bottom: 1px dotted; } 
A.small:hover {font-size: 11px;color: #003663;text-decoration: none;border-bottom: 1px dotted;} 
A.small:active {font-size: 11px;color: #003663; text-decoration: none;border-bottom: 1px dotted;}

html {
        overflow: -moz-scrollbars-vertical;
}