body {
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #1384aa;
}

.willkommen {
	line-height: 1.5em;
 	text-align: justify;
}

.ueberschrift {
	font-weight: bold;
}

#bild {
	border-width: 1px;
	border-color: #333;
	border-style: solid;
}

#logo {
	float: left;
	position: relative;
	top: 28px;
	left: 5px;
}

#top-navigation {
	float: right;
	margin-top: 49px;
}

#main-box {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
}

#top-navigation-box {
	height:70px;
}

#content-box {
	height: 540px;
	border-style: solid;
	border-color: #333;
	border-width: 1px 0px 1px 0px;
	
}

#bottom-navigation-box {
	padding-top: 6px;
	padding-right: 3px;
	height: 64px;
	text-align: right;
}

