@charset "utf-8";
/* CSS Document */

A:link {
text-decoration: none;
color: #000000;
}

A:visited {
text-decoration: none;
color: #000000;
}

A:active {
text-decoration: none;
color: #000000;
}

A:hover {
	text-decoration: underline;
	color: #ff0000;	
}

.titel_hp {
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 30px;
	font-variant:small-caps;
	margin-top:12px;
	
}

.navigation {
	font-family: Georgia, Times, serif; 
	font-size: 12px;
	font-variant: small-caps;
}

.titel_seite {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 20px;
	font-variant:small-caps;
	line-height: 50%;
}

.copy {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.ueberschrift_klein {
	font-size: 16x;
	font-family: Georgia, Times, serif; 
	font-weight: normal;
	line-height: 200%;
	font-variant: small-caps;	
}

.netzwerk {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 200%;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

.spalte {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.iframe {
    overflow: auto;
	border: none;
	width:498px;
	height: 770px;
}

.seite {
     height: 101%;
}	 
