/* CSS Document */

/*Hintergrund-Bild*/
body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;		/*Hintergrund scrollt nicht mit*/
}

#seite {
	background-image: url(images/bg_mitte.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 920px;
	position: relative;
	left: 50%;					/*mittig*/
	margin-left: -460px;		/*anordnen*/
}

/*Navigation*/
#navigation img {
	border: none;
	float: left;
}

*html #navigation img { margin-left: -6px; }		/*nur für IE: Lücke wegmachen*/
*html #logo img { margin-left: -3px; }				/*nur für IE: Lücke wegmachen*/

/*Schriftzug*/
#schriftzug {
	padding-right: 435px;
	margin-left: 665px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

*html #schriftzug { padding-right: 163px; }		/*nur für IE*/

/*Head-Bild*/
#headbild {
	background-image: url(images/bild_bg.png);
	background-repeat: no-repeat;
	width: 617px;
	height: 199px;
	margin-left: 36px;
	margin-top: -254px;
	padding-left: 5px;
	padding-top: 5px;
}

/*Inhalt*/
#inhalt {
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 13pt;
}

#text {
	font-size: 11pt;
	width: 800px;
	height: 200px;
	overflow: auto;
}

#text a {
	text-decoration: none;
	color: #314b98;			/*blau*/
}

/*Referenz-Bilder*/
.ref_bild {
	float: left;
	padding-right: 40px;
}

.ref_bild img {
	border: 2px solid #314b98;		/*blau*/
}

/*Fußzeile*/
#fusszeile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #404040;
	margin-left: 675px;
	margin-top: 25px;
}