/* CSS Document */
body {
	background-color: #367AC5;
	margin: 0;
	padding: 0;
}
#inhalt {
	padding: 0px;
	height: 600px;
	width: 100%;
	margin-top: -325px;
	position: absolute;
	top: 50%;
	background-image: url(bilder/startseitenmotive/st_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	left: 50%;
	margin-left: -50%;
}
#content {
	width: 1150px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-top: 550px;
	margin: auto;
	position: relative;
}
#logo {
	position: absolute;
	height: 100px;
	width: 450px;
	top: 0px;
	right: 0px;
	text-align: left;
}

* html #content {
	width: 1150px;
	background-image: url(bilder/permanent/kirschbaum_koeln.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-top: 550px;
	margin:auto;
}
#bg2 {
	background-color: #367AC5;
	position: absolute;
	top: 0px;
	width: 400px;
	height: 100px;
	left: 0px;
}

#inner {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 300px;
	bottom: 0px;
	left: 42%;
	background-image: url(bilder/startseitenmotive/buttonHover.jpg);
	margin: auto;
}

#inner a {
	color: #FE0000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(bilder/startseitenmotive/buttonA.jpg);
	display: block;
	height: 28px;
	padding-top: 7px;
	width: 300px;
}
#inner a:hover {
	background-image: url(bilder/startseitenmotive/buttonHover.jpg);
	width: 300px;
	height: 28px;
}
#text {
	margin-top: 1400px;
	position: absolute;
	margin-left: 25px;
	width: 600px;
	padding: 10px;
	background-color: #EFEFED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 13px;
}
