/*** Body Format **/
body {
	background-color:#E2ECF8;
	margin: 0;
	padding: 0;
	margin-top:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-bottom:0pt;
}

/*** Kopfzeile **/
.kopfzeile {
	background-color:#003399;
	font-family: Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height:25px;
	}

/*** generelle Links **/
a:link {
	font-family:Arial, Tahoma;
	text-decoration: none;
	color:#0F66D8;
	font-size:14px;
	font-weight:normal;
}

a:hover {
	text-decoration: underline;
	}

/*** Druckersymbol **/
.print {
border:none;
margin-left:10px;
	}
 
/*** Aufzählungszeichen mit eigenem gif **/
.aufz {
margin-left:10px;
list-style-image: url(images/aufz.gif);
	}

/*** Abstand zu <ul> **/
ul {
margin-top:0px;
margin-left:-35px;
line-height:20px;
	}

/** Zeilenhöhe in Tabellen **/
tr.special td{
padding-top: 0px;
line-height:20px;
	}
	
/** alternatives iFrame **/
.iframe {
	width: 100%;
	height: 600px;
	overflow: auto;
}
