@charset "UTF-8";

body {
	margin:0;
	padding: 0;
	font-size:62.5%;
	font-family: verdana,arial,helvetica,sans-serif;
	background:#fff;
}

img {
	margin:0;
	padding:0;
	border:0;
}

h2 {
	color:#50A7C2;
}

a {
	text-decoration:none;
	color:#fff;
}


div {
	margin:0;
	padding:0;
}

div#root {
	width:1024px;
	font-size:1.2em;
	line-height:1.5em;
}

	div#head {
		background:url(../style/header.gif);
		height:227px;
	}

	div.content{
		background:url(../style/hg.gif);
		background-repeat:no-repeat;
		height:660px;
		padding:0;
		margin:0;
	}

		div.content a {
			color:#000;
		}

		div.content a:hover{
			text-decoration:underline;
		}

		div.start_inhalt {
			margin:0px 10px 15px 100px;
			width:1024;
			padding-top:5px;
			__margin-top:5px;
		}
			div.text {
				float:left;
				width:550px;
				padding-top:20px;
			}

			div.images {
				float:left;
				width:155px;
				position:relativ;
			}
				img.bild1 {
					margin:47px 0px 0 35px;
					__margin-top:42px;
				}

				img.bild2 {
					margin:55px 0px 0 35px;
					__margin-top:54px;
				}

				img.bild3 {
					margin:51px 0px 0 35px;
					__margin-top:48px;
				}

		div.impr {
			display:none;
			margin:0px 10px 30px 100px;
		}
			#zurueck {
				text-align:right;
				margin-top:10px;
			}

			#zurueck :hover {
				text-decoration:underline;
			}

	div#impr_footer {
		background-image:url(../style/footer.gif);
		background-repeat:repeat-x;
		background-color:#50A7C2;
		text-align:center;
		padding:10px;
		font-weight:bold;

	}

	div#footer {
		background-color:#A0D0DE;
		margin-top:2px;
		text-align:center;
		padding:10px;
	}

	div#footer a {
		color:#000;
	}

	div#footer a:hover {
		text-decoration:underline;
	}