@charset "UTF-8";
@media screen {
	
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-image:url(pic/hintergrund_verlauf.jpg);
    background-color: #b3b3b3;
	background-repeat:repeat-x;
	background-attachment: fixed;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555251;
	height: 100%;
}

#skyline {
	background-image:url(pic/bochum.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	background-attachment: fixed;
	width: 100%;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	min-height: 100%;
	height:auto !important;
	height:100%;
	overflow: hidden !important;
}

#wrapp {
	width: 1002px;
	margin: 0px auto;
	text-align: left;
}

#schattenoben {
	background-image:url(pic/schattenoben.png);
	background-position: bottom right;
	width: 1002px;
	height: 9px;
}

#logo {
	width: 192px;
	height: 157px;
	float: left;
}
#logodruck {
    display:none;
}

#header {
	width: 795px;
	height: 153px;
	float: left;
	background-color: #555251;
	border-top: #FFF solid 5px;
	border-right: #FFF solid 10px;
	border-left: #FFF solid 5px;
}

#leer {
	clear: both;
	width: 992px;
	height: 22px;
	background-color: #555251;
	border-top: #FFF solid 5px;
	border-left: #FFF solid 10px;
}

#navi_h {
	width: 992px;
	height: 26px;
	background-color: #881e2e;
	border-right: #FFF solid 10px;
}

#leer2 {
	width: 997px;
	height: 5px;
	border-left: #881e2e solid 5px;
	clear: both;
	background-color: #ffffff;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

#innen:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
}
#innen {
	display: block;
	width: 1002px;
	background-image:url(pic/hintergrund_innen.png);
	background-repeat:repeat-y;
    clear: both;
}

#navi_sub {
    margin: 10px 5px 0px 10px;
	width: 182px;
	float: left;
}

#content {
    margin: 10px 8px 0px 5px;
	width: 583px;
	float: left;
}
#pfad {
	font-size:11px;
}

#content .pdf_link {
    text-align:right;
}

#content .image_container { 
    max-width: 600px;
}

#content .caption {
	font-size:11px;
	padding: 0px 4px 12px 4px;	
}

#content ul li {
	list-style-image:url(pic/lisquare.gif);
	padding: 2px;
	margin-left: 40px;
}

#content ol li {
	list-style-type: decimal;
	padding: 2px;
	margin-left: 40px;
}

#news {
	width: 199px;
	float: left;
	/* text-align: justify; */
	margin: 10px 0px 10px 10px;
}
#news h1 {
 	color: #FFFFFF;
	background: #555251;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 2px 0px;
    text-shadow: #555251 3px 4px 3px;
	border: 0px;
	text-align: left;
}
#news h2 {
	letter-spacing: 1px;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#news ul {
	list-style-type: none;
}
#news li {
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px 5px 10px;
	background-color: #CCCCCC;
	margin-bottom:2px;
}
#news li p {
	font-size:11px;
	background-color: #CCCCCC;
	font-weight: normal;
}
#news li a {
	text-decoration: none;
	color: #861530;
}
#news li a:hover {
    color: #330000;
}
#news .info {
	font-size:11px;
	color: #8F8F8F;
}

#news .pagination {
	padding: 5px 10px 5px 10px;
	background-color: #CCCCCC;
	font-size: 11px;
	font-weight: normal;
}
#news .pagination ul {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
}
#news .pagination li {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	display:inline;
}
#news .pagination li a {
	text-decoration: none;
	color: #861530;
}
#news .pagination p {
	font-size:11px;
	display:inline;
}

#leer3 {
	width: 980px;
	height: 10px;
	border-left: #881e2e solid 5px;
	clear: both;
	background-color: #ffffff;
	text-align: right;
	padding: 7px 0px 0px 0px;
}

#footer {
	clear: both;
	width: 969px;
	margin: 0px auto;
}

h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
}
h1 {
    text-shadow: #AFAFAF 3px 4px 3px;
	font-size: 18px;
	letter-spacing: 1px;
	border-left: 5px solid #861530;
	margin: 14px 0px 14px 0px;
	padding: 0px 0px 0px 6px;
	text-align: left;
}
h2 {
	font-size: 14px;
	margin: 15px 0px 6px 0px;
	text-align: left;
}
h3 {
	font-size: 12px;
	color: #861530;
	text-align: left;
}

a {
	color: #861530;
	text-decoration: none;
}
a:hover {
	color: #861530;
	text-decoration: underline;
}

#content img {
    margin: 5px 5px 5px 5px; 
}
#news img {
    float: left;
    padding: 8px 5px 0px 0px;
}

/* Routenplaner */
#routenplaner_start {
    width: 300px;
    background: #CCCCCC;
}
#routenplaner_end {
    width: 300px;
    background: #CCCCCC;
}

/*   Tabellenformate - überarbeiten!   */

table {
	margin: 10px 0px;
	border: 1px solid #666666;
	border-collapse: collapse;
}
th {
	background-color: #CCCCCC;
	padding: 4px;
    font-weight: bold;	
	border: 1px solid #666666;
}
td {
	vertical-align: top;
	border: 1px solid #666666;
	padding: 4px;
}
table h1 {
	margin: 5px 10px 5px 0px;	
	border: 0px none;
	font-size: 110%;		
}
table h2 {
	margin: 5px 10px 5px 0px;	
	border: 0px none;
	font-size: 12px;		
}
table p {
	margin: 5px 0px 5px 0px;
}

}
