body {
	background: #647D9B;
	color: #000000;
	margin: 0;
	padding: 0;
	font: 12px/175% "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	}

/* layout */

#container {
	margin: 0 auto;
	width: 770px;
	background: url(media/bg-container.jpg) repeat-y left top;
	}

#top {
	height: 27px;
	margin: 0 10px;
	padding: 0;
	background: url(media/bg-top.jpg) no-repeat left top;
	}

#header {
	height: 150px;
	margin: 0 10px;
	padding: 0;
	background: url(media/bg-header.jpg) no-repeat left top;
	line-height: 150%;
	}

#content {
	padding: 5px 25px;
	}

#sidebar {
	float: right;
	width: 212px;
	margin: 25px 10px 10px 10px;
	padding: 5px;
	background: #9CC2F1;
	display: inline;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	}

#footer {
	clear: both;
	margin: 0 12px;
	padding: 5px;
	background: #DFDFDF;
	color: #000000;
	text-align: center;
	font-size: 90%;
	border-top-: 2px solid #B1B1B1;
	}

/* main navigation */

#header ul {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 214px;
	list-style: none;
	}

#header li {
	border-bottom: 1px solid #E1E1E1;
	}

#header li a:link,  #header li a:visited {
	width: 204px; /* width minus padding */
	padding: 4px;	
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: none;
	}

#header li a:hover {
	background: #9CC2F1;
	color: #000066;
	}

/* general formatting */

h1 {
	font-size: 150%;
	color: #4E829C;
	margin-top: 3em;
	}

h2 {
	font-size: 130%;
	color: #4E829C;
	margin-top: 2em;
	}
	
h3 {
	font-size: 115%;
	color: #4E829C;
	margin-top: 2em;
	}

.wichtig {
	color: #990000;
	}

.small {
	font-size: 90%;
	}
	
.druck {
	font-family: "Courier New", Courier, mono;
	}

.left {
	text-align: left;
	}
	
.right {
	text-align: right;
	}

.top-space {
	margin-top: 6em;
	}

/* links */

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	
a:link {
	color: #4E829C;
	}

a:visited {
	color: #888888;
	}
	
a:hover {
	color: #990000;
	border-bottom: 1px solid;
	}

/* images */

.img-left {
	float: left;
	padding: 10px 10px 10px 0;
	}

.img-right {
	float: right;
	padding: 10px 0 10px 10px;
	}

/* lists */
	
dt {
	margin-top: 3em;
	font-weight:bold;
	}

dd {
	margin-left: 10px;
	}
