body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #0B8785;
}
#aktuell { color: #008080; font-size: large; text-decoration: none }
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	color: #184B4C;
}

h1 {
	letter-spacing: -2px;
	font-size: 3.2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height:150%;
}

blockquote {
	margin: 2.5em 0 0 2.5em;
	padding-left: 1em;
	border-left: 5px solid #16B1B0;
}

a  { color:#184B4C; text-decoration: none }

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left{
	float:left;
	margin-right: 10px;
}

/* Header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	background-image: url(images/bogen2.gif); background-repeat: no-repeat; background-position: left;
}
.rightimg{
	background-image: url(images/bogenr.gif); background-repeat: no-repeat; background-position: right;
	height: 100px;
}
#banner{
	margin:0 0 0 14em;
	padding-top:0.3em;
	width: 232px;
	float:  none;
	/*top: 0.1em;
	left: 30em;
	height: 93px;*/
	font-size: 1.4em;
	line-height: 150%;
	color:#F9A14F;
	letter-spacing: 0.16em;
}

#banner h1  {
	margin:0 0 0.03em 0;
	font-size: 2.25em;
}

#banner a {
	text-decoration: none;
	color: #184B4C;
}

/* Menu */

#menu {
	width: 770px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 5px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 30px;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0B8785;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(images/img05.gif);
}

#extra {
	background: url(images/img06.gif) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 530px;
	background: url(images/img03.gif) no-repeat;
}

.inhalt {
	padding: 20px 20px 0 20px;
}

.inhalt ol, .inhalt ul {
	list-style-position: inside;
}

.inhalt .title {
}

.inhalt .title h2 {
}

.inhalt .title p {
}

.inhalt .title p a {
}

.inhalt .entry {
}

.inhalt .links {
	padding: 2px 2px;
	/*background: #CDFAFB;*/
	text-align: right;
	margin:0;
}

.inhalt .links a {
	text-decoration: none;
	font-weight: bold;
	color: #0B8785;
}

.inhalt .links a:hover {
	text-decoration: underline;
}

.inhalt .links .more {
}

.inhalt .links .comments {
}

.links {
float: left;
margin-right: 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: url(images/img04.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding:10px 20px 10px 20px;
}


#sidebar li li {
	font-size:12px;
	padding-left:15px;
}
#sidebar li li.h3{
	font-size:12px;
	font-weight: 600;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding:0;
}
#sidebar h2 {
	height: 30px;
	padding: 6px 0 0 10px;
	background: url(images/img07.jpg) no-repeat;
	font-size: 1.6em;
}

#sidebar p{
	padding: 20px;
	font-size:12px;
	line-height: 130%;
}
#sidebar table{
	font-size:12px;
	padding:10px 10px 10px 20px;
}
/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../newsprint/images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}


