﻿
* {
	margin:0;
	padding:0;
}


#container {
	width: inherit;
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto 0 auto;
	padding: 0px;
	color: #5B5B5B;
	background-color: white;
}

#container img{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: 0px;
	vertical-align: bottom;
	line-height: 0px;
}

#kopfleiste {
	width: inherit;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	background-color: inherit;
	background-image: url(bilder/glueck.png);
	background-position: 830px 15px;
	background-repeat: no-repeat;
}

#kopfleiste h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 150%;
	font-family: "Batang";
	/*font-style: "italic";*/
	line-height: 30px;
	color: #555555;
}