/* Defaults */
body, div, p, h1, h2, h3, ul, ol, li, a, img, input, iframe, form {
	margin: 0px;
	padding: 0px;
}

img, iframe {
	border: none;
}


body {
	font-size: 12px; line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto; margin-right: auto; margin-top: 20px;
	width: 960px;
	text-align: center;
	color: #000000; background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	background-color: #FFFF00;
}

th, td {
	vertical-align: top;
}

div, p {
	text-align: justify;
}

#potw_popup {
	width: 800px;
	padding-left: 5px; padding-right: 5px
}

#potw_popup h2 {
	margin-bottom: 10px;
}

#potw_popup p {
	width: 790px;
	margin-top: 5px;
}

#body {
	text-align: left;
	width: 960px;
}

#left {
	width: 150px;
	float: left;
	position: fixed;
	z-index: 20;
}

#logo {
	width: 150px;
	height: 120px;
	margin-bottom: 6px;
	text-align: center;
	border: 1px solid #999999;
	background:url(../img/layout/header_bg_left.jpg) no-repeat;
}

#logo a:hover, #google a:hover {
	text-decoration: none;
	background: none;
}

#logo img {
	width: 139px;
	height: 32px;
	position: relative;
	top: 43px; left: 0px;
}

#header {
	width: 800px;
	height: 120px;
	margin-bottom: 6px;
	border: 1px solid #999999;
	background:url(../img/layout/header_bg_right.jpg) no-repeat;
}

#header img.opener {
	width: 550px;
	height: 100px;
	position: relative;
	top: 10px; left: 125px;
}

#empty_grey {
	width: 150px;
	height: 20px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	margin-bottom: 6px;
}

#position {
	width: 800px;
	height: 20px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-size: 11px; line-height: 14px;
	margin-bottom: 6px;
}

div#navi1 {
	float: left;
	padding-left: 3px; padding-top: 3px;
}

div#navi2 {
	float: right;
	padding-right: 3px; padding-top: 3px;
	right: 0px;
}

#navigation {
	width: 150px;
	float: left;
	border: 1px solid #999999;
	height: 415px;	
}

#navigation #search_navi {
	padding: 3px;
	margin-bottom: 4px;
}

#navigation #search_navi h3 {
	font-size: 11px; line-height: 14px;
	margin-bottom: 2px;
	color: #000000;
	font-weight: bold;
}

#navigation .navi_input {
	width: 140px;
	margin-bottom: 2px;
}

ul#menu {
	width: 150px;
}

ul#menu li {
	width: 150px;
	list-style: none;
    position: relative;
	float: left;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: -1px;
}

ul#menu ul.submenu {
	position: absolute;
	left: 150px; top: -1px;
	width: 150px;
	display: none;
}

ul#menu ul.submenu li {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: left;
}

ul#menu li:hover ul.submenu {
	display: block;
	text-align: left;
}

ul#menu a {
	width: 146px;
	display: block;
	font-size: 13px;
	text-decoration: none;
	padding: 2px;
}

ul#menu a:hover {
	text-decoration: none;
}

ul#menu li a {
	color: #FFFFFF; background-color: #115CAD;/*#0067AC;*/
}

ul#menu li a:hover {
	color: #FFFFFF; background-color: #0089CE;
}

ul#menu ul.submenu li a {
	color: #FFFFFF; background-color: #0089CE;
}

ul#menu ul.submenu li a:hover {
	color: #FFFFFF; background-color: #115CAD;/*#0067AC;*/
}

#ads_menu {
	text-align: center;
	font-size: 7pt;
	margin-top: 5px; margin-bottom: 5px;
	width:150px;
	height:200px;
	clear:both;
}

iframe#ads_iframe {
	width:140px;
	height:184px;
}

#right {
	width: 800px;
	float: right;
}
	
#content {
	width: 800px;
	border: 1px solid #999999;
	margin-bottom: 20px;
	min-height: 415px;
	position: relative;
}

#content #banner {
	margin-left: 125px;
	width: 550px; height: 100px;
}

#content h1 {
	font-size: 18px; line-height: 21px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

#content h2 {
	font-size: 16px; line-height: 29px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}

#content h2.startpage {
	width: 100%;
	background-color: #CCCCCC;
	font-size: 14px; line-height: 20px;
	text-indent: 10px;
}

#content h3 {
	font-size: 14px; line-height: 17px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}

#content div {
	margin-left: 5px; margin-right: 5px; margin-top: 10px;
}

#content p, #content ul, #content table {
	margin-top: 10px;
}

#content li {
	margin-left: 15px;
}

div#potw {
	width: 387px;
	/*float: left;/**/
}

div#potw a.potw_link:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

div#potw img {
	width: 387px;
	margin-bottom: 5px;
}

div#comment {
	width: 387px;
	/*float: left;/**/
}

div#overview {
	width: 387px;
	/*float: right;/**/
}

#overview li, #comment li {
	list-style: none;
	text-indent: -10px;
	margin-left: 10px; padding-bottom: 3px;
}

#statutes ol {
	padding-top: 10px;
}

#statutes li {
	margin-left: 23px; padding-bottom: 3px;
}


#overview a, #comment a {
	font-weight: bold;
}

#overview a.article, #comment a.article {
	color: #000000;
}

div#bahninfo_new {
	width: 387px;
	/*float: right;/**/
}

#potw_gallery img.potw_thumb {
	width: 387px;
	float: left;
	margin-right: 10px; margin-bottom: 10px;
}

div#potw_gallery hr {
	clear: both;
}

div.page_selection {
	text-align: center;
}

#region_overview li {
	list-style: none;
	font-size: 14px; line-height: 17px;
	padding-bottom: 3px;
}

.article li, .article_preamble li {
	margin-left: 15px;
}

div.category_header {
	text-align: center;
}

div.no_article {
	margin-top: 15px;
}

img.logo {
	width: 400px; height: 60px;
}

#rss_info img.rss {
	width: 333px; height: 289px;
	float: left;
	margin-right: 10px; margin-bottom: 5px;
}

#rss_info table {
	clear: left;
}

h2.article {
	font-size: 14px; line-height: 17px;
	margin-top: 15px; margin-bottom: 10px;
	clear: right;
}

img.image {
	float: right;
	margin-left: 10px; margin-bottom: 5px;
}

div.author {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

div.toplink {
	text-align: center;
}

img.arrow {
    width: 15px; height: 15px;
	vertical-align: bottom;
}

img.gradient {
	width: 100%; height: 5px;
	margin-top: 10px; margin-bottom: 10px;
}

p.ads {
	text-align: center;
	font-size: 7pt;
	margin-top: 5px; margin-bottom: 5px;
}

p.ads_opener {
	text-align: center;
	font-size: 7pt;
	margin-top: 15px;
}

p.hints {
	text-align: center;
	font-size: 10pt; font-weight: bold;
	margin-top: 5px; margin-bottom: 5px;
}

#books img.book_thumb {
	float: left;
	padding-right: 10px; padding-bottom: 5px;
}

#books div {
	clear: both;
	margin-bottom: 5px;
}

#software img.software_thumb {
	float: left;
	padding-right: 10px; padding-bottom: 5px;
}

#software div {
	clear: both;
	margin-bottom: 5px;
}

/* Page: Impressum */
#imprint td{
	padding: 5px;
	text-align: left;
}

/* Page: Sitemap */
#sitemap {
	width: 780px;
}

#sitemap div {
	width: 250px;
}
	
#sitemap .pos_left {
	clear: both;
	float: left;
}

#sitemap .pos_center {
	float: left;
}

#sitemap .pos_right {
	float: right;
}

#sitemap h3 {
	margin-left: 5px; margin-top: 15px;
	background: url(../img/layout/item.jpg) no-repeat 0px 1px;
}

#sitemap ul {
	list-style-type: none;
}

#sitemap li {
	width: 220px;
	margin-left: 15px; margin-top: 10px;
	background: url(../img/layout/item_sub.jpg) no-repeat 0px 1px;
}

#sitemap a {
	color: #000000;
	margin-left: 15px;
}

#sitemap a:hover {
	text-decoration: underline;
	margin-left: 15px;
}

div#empty {
	clear: both;
	padding-bottom: 25px;
}
	
div#footer {
	width: 800px;
	font-size: 11px; line-height: 14px;
	color: #333333;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.center {
	text-align: center;
}

.button {
	color: #FFFFFF;
	background-color: #115CAD;/*#0067AC;*/
	border: 1px solid #999999;
}

.small {
	font-size: 11px;
}

.new {
	color: red;
	font-weight: bold;
	font-style: italic;
}

/* zur Kleinschreibung von Text => eingefügt von jb */
.klein {font-size: 8pt; color:#000000 }


/* Bilder in Beiträgen und Sonderseiten -> CSS-Klasse von jb eingefügt */
img.bilder {
	float: right;
	margin-left: 10px; margin-bottom: 5px;}

/* Bilder in der Chronik -> CSS-Klasse von jb eingefügt */
img.imageborder {
border: 1px solid #000000;
}