body {
	background: white url(img/bg.gif) repeat-x scroll top;
}

#logo {
	float: left;
	width: auto;
	height: 68px;
	padding: 0 0 0 5px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #a0522d;
	margin: 0.8em 0 0.8em 0;
}

#wrap {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#content {
	width: 790px;
	text-align: left;
	float: left;
}

#google {
	width: 170px;
	padding-top: 20px;
	text-align: right;
	float: left;
}

hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: auto;
	display: block;
	clear: both;
}

#pageHeader {
	width: 960px;
	height: 68px;
	margin: 0 auto 0 auto;
	clear: both;
	text-align: center;
}

/* Menüleiste */
#mainmenu {
	height: 27px;
	width: 960px;
	margin: 0 auto 0 auto;
}

.mmbutton {
	width: 129px;
	height: 27px;
	border-right: 1px solid #E9E9E6;
	border-left: 1px solid Silver;
	font-size: 1.25em;
	line-height: 27px;
	text-align: center;
	float: left;
}

.mmbutton a:link, .mmbutton a:visited {
	width: 129px;
	height: 27px;
	color: #333333;
	text-decoration: none;
	display: block;
}

.mmbutton a:hover {
	background: url(img/mmhover.png) repeat-x;
}

.mmabutton {
	width: 129px;
	height: 27px;
	background: url(img/mmabutton.png) repeat-x;
	border-right: 1px solid #E9E9E6;
	border-left: 1px solid Silver;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	float: left;
}

.mmbuttonh {
	width: 40px;
	height: 27px;
	background: url(img/mmbutton.png) repeat-x;
	border-right: 1px solid #E9E9E6;
	font-weight: bold;
	line-height: 27px;
	text-align: left;
	float: left;
}


#odp {
	background-color: #eeeeec;
	border: 1px solid #d6d6d6;
	padding: 2px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

#odpl {
	padding: 2px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d6d6d6;
	border-top: none;
	font-size: 1em;
}

#odp.search {
	background-color: #eeeeec;
	border: 1px solid #d6d6d6;
	padding: 0px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

#odpl.search {
	padding: 0px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d6d6d6;
	border-top: none;
	font-size: 0.8em;
}

#footer {
	width: 100%;
	height: 150px;
	background: white url(img/footer.jpg) repeat-x scroll top;
	text-align: center;
	margin-top: 10px;
}

.pageFooter {
	text-align: center;
	padding-top: 15px;
	font-size: 1em;
	color: #777777;
}

