@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009;
	text-align: right;
}

body {
	background-color: #FFF;
	background-image: url(Bilder/bg_streifen.gif);
	background-repeat: repeat;
    text-align: center;

	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
}
#header {
	height: 159px;
	width: 100%;
}
#anschrift {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
#logo {
	float: left;
}


#menueleiste {
	background-color: #F90;
	height: 30px;
	width: 900px;
}
#contenteinspaltig {
	width: 450px;
	float: left;
	margin-left: 100px;
}
#contentspalte1 {
	width: 410px;
	padding-right: 25px;
	padding-left: 15px;
	float: left;
}
#contentspalte2 {
	width: 410px;
	padding-right: 15px;
	padding-left: 25px;
	float: left;
}
#dummy {
	clear: left;
}

.Ueberschrift {
	font-size: 16px;
	font-weight: bold;
}
#Bild01 {
	width: 260px;
	float: right;
	margin: 5px;
}

