* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url("../images/bg.jpg") #d1e7ec;
	color:#444444;
	font-family: FreeSans, Arial, Tahoma, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

img {
	border: 0px;
}

strong {
	color: #096396;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	color: #096396;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #096396;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #4c91c9;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4c91c9;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3 {
	color: #096396;
}

h1 {
	font-size: 21px;
	line-height: 25px;
}

h2 {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 8px;
}

h3 {
	font-size: 17px;
	line-height: 21px;
}

#header {
	margin: auto;
	margin-top: 120px;
	text-align: center;
	background: transparent url("../images/header.png") no-repeat top center;
	width: 700px;
	height: 17px;
}

#logo {
	margin: auto;
	width: 700px;
	height: 130px;
	text-align: center;
	background: transparent url("../images/body.png") repeat-y center;
}

#slogan {
	position: relative;
	margin-top: -32px;
	margin-left: -10px;
	width: 500px;
	height: 25px;
	color: #096396;
	font-size: 15px;
	line-height: 25px;
}

#navigation-container {
	margin: auto;
	padding-top: 7px;
	text-align: center;
	background: transparent url("../images/body.png") repeat-y center;
	width: 700px;
	height: 40px;
	line-height: 40px;
	color: #dfebec;
}

#navigation {
	margin: auto;
	text-align: left;
	background: transparent;
	width: 640px;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #dfebec;
	border-bottom: 1px solid #dfebec;
	color: #dfebec;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #096396;
}

#navigation a:hover {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #4c91c9;
}

#adsense-content {
	position: relative;
	margin-left: 515px;
	margin-top: 15px;
	text-align: left;
	width: 160px;
	height: 600px;
	background: transparent;
}

#content-container {
	margin: auto;
	width: 700px; /* da is geändert */
	text-align: center;
	background: transparent url("../images/body.png") repeat-y center;
}

#content {
	margin: auto;
	margin-left: 30px;
	padding-top: 15px;
	width: 470px;
	text-align: left;
	background: transparent;
}

#footer {
	margin: auto;
	text-align: center;
	background: transparent url("../images/footer.png") repeat-y center;
	width: 700px;
	height: 17px;
	line-height: 20px;
}

#design {
	margin: auto;
	text-align: center;
	background: transparent;
	width: 700px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

#adsense-spacer {
	margin: auto;
	text-align: center;
	background: transparent;
	width: 700px;
	height: 15px;
}

#adsense-footer {
	margin: auto;
	text-align: center;
	background: transparent;
	width: 728px;
	height: 90px;
}