body {
	margin: 0;
	padding: 0;
	color: #666;
	font: 62.5% Arial, "Comic Sans MS", Arial, Helvetica, sans-serif;
	background: #fff url(/gfx/bgBody.gif) repeat-x 50% 60px;
	text-align: center;
	}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(/gfx/bgContainer.gif) repeat-y 50% 0;
	}

/* ===== header */

#header {
	height: 60px;
	background: #fff;
	}
#header h1 {
	font-size: 16px;
	color: #1B81AA;
	margin: 0 0 0 310px;
	padding: 20px 0 20px 65px;
	background: url(/gfx/logoDiakonie.gif) no-repeat 0 50%;
	}

/* ===== content */

#content {
	margin-left: 310px;
	font-size: 1.2em;
	border-top: 1px solid #D0D4D7;
	}
#content h2 {
	clear: left;
	font-size: 1.4em;
	color: #81919B;
	margin: 0;
	padding: 20px 0 0 0 !important;
	padding: 0;
	}
ul#globalnav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #1B81AA;
	border-bottom: 1px solid #D0D4D7;
	float: left;
	width: 385px;
	padding-left: 65px;
	}
ul#globalnav li {
	display: inline;
	}
ul#globalnav li a {
	float: left;
	color: #fff;
	text-decoration: none;
	background: url(/gfx/arrowFC0.gif) no-repeat 0 50%;
	padding: 3px 20px 2px 10px;
	}
ul#globalnav li a:hover {
	background-position: 1px 50%;
	}
#content div {
	padding: 20px 20px 0px;
	line-height: 1.5em;
	}
div#adresse {
	margin: 0 -20px;
	padding: 0 20px;
	color: #fff;
	background: #1B81AA;
	position: relative;
	height: 100px;
	}
div#adresse img {
	display: inline;
	}
div#adresse dl {
	position: absolute;
	top: 5px;
	left: 140px;
	margin: 0;
	padding: 0;
	}
div#adresse dl dd {
	margin: 0;
	padding: 0;
	}

/* ===== sidebar */

#sidebar {
	width: 310px;
	height: 420px;
	background: #C7CCD0 url(/gfx/bgSidebar.gif) repeat-y 50% 0;
	border-top: 1px solid #D0D4D7;
	position: absolute;
	top: 60px;
	left: 0;
	font-size: 1.2em;
	}
#sidebar img {
	position: absolute;
	top: 0;
	right: 1px;
	z-index: 5;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 148px;
	border-top: 1px solid #fff;
	text-align: right;
	position: absolute;
	top: 20px;
	left: 1px;
	z-index: 10;
	}
#sidebar ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 123px;
	padding: 3px 15px 3px 10px;
	background: url(/gfx/arrowFFF.gif) no-repeat 138px 50%;
	border-bottom: 1px solid #fff;
	}
#sidebar ul li a:hover, #sidebar ul li a.current {
	background-color: #D4DADE;
	background-position: 139px 50%;
	}

/* ===== footer */

#footer {
	font-size: 1.2em;
	border: 1px solid #D0D4D7;
	border-width: 1px 0;
	}
#footer p {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	line-height: 2em;
	}
#footer p span {
	margin-left: 160px;
	}
