@charset "utf-8";

/*****************************
*	SYSTEM TAGS				 */

body {
	background: white url("../../images/rahmen/hintergrund.gif") repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;	
	color: #666666;
	}
	
img {
	float: left;
	display: inline;
	border: 0;
	}
	
a {
	color: #006AB3;
	}
	
a:hover {
	text-decoration: none;
	}
	
p {
	margin: 5pt 0 5pt 0;
	}
	
/*****************************
*	UEBERSCHRIFTEN		 	 */

h1 {
	font: 18pt "Arial Narrow bold", Arial, Helvetica, Sans-Serif;
	letter-spacing: -0.05em;
	color: #006AB3;
	margin: 0.625em 0 1.25em 0;
	}

h2 {
	font: 15pt "Arial Narrow bold", Arial, Helvetica, Sans-Serif;
	letter-spacing: -0.05em;
	color: #006AB3;
	margin: 0.5em 0 1em 0;
	}
	
h3 {
	font: bold 13pt "Arial Narrow bold", Arial, Helvetica, Sans-Serif;
	letter-spacing: -0.05em;
	margin: 1em 0 0.5em 0;
	color: #006AB3;
	}
	
h4 {
	font: bold 12pt "Arial Narrow bold", Arial, Helvetica, Sans-Serif;
	letter-spacing: -0.05em;
	margin: 1em 0 0.5em 0;
	color: #006AB3;
	}
	
/*****************************
*	RAHMEN				 	 */

#kopf .logo {
	position: absolute;
	top: 0;
	right: 0;
	}
	
#infobereich {
	width: 100%;
	float: left;
	padding-top: 25px;
	font-size: 0.86em;
	line-height: 1.125em;
	}

/*****************************
*	KLASSEN				 	 */

/*### BILDER ###*/
.bild_links {
	clear: both;
	float: none;
	margin: 15px 0 15px 0;
	}	

.bild_rechts {
	clear: both;
	float: none;
	margin: 15px 0 15px 0;
	}
	
.bild_umbruch {
	clear: both;
	float: none;
	margin: 15px 0 15px 0;
	}
	
/*****************************
*	AUSBLENDEN			 	 */

fieldset,
#navigation,
#fuss {
	display: none;
	}
