@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

html, body {
    font-family:Arial,sans-serif; 
    font-size: 13px;
}

#schattenoben {
    display:none;
}

#logo {
    display:none;
}
#logodruck {
    width: 100%;
}

#header {
    display:none;
}

#leer {
    display:none;
}

#navi_h {
    display:none;
}

#navi_sub {
    display:none;
}

#content {
    width: 100%;
	float: left;
}
#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;
}

#pfad {
    display:none;
}

.pdf_link {
    display:none;
}

#news {
    display:none;
}
#leer2 {
    display:none;
}
#leer3 {
    display:none;
}
#footer {
    display:none;
}

h1, h2, h3 {
	font-weight: bold;
}
h1 {
	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;
	background-color: #ffffff;
	text-align: left;
}

#content img {
    margin: 5px 5px 5px 5px;
}

/* Routenplaner */

#routenplaner_start {
    width: 300px;
    background: #CCCCCC;
}
#routenplaner_end {
    width: 300px;
    background: #CCCCCC;
}


/* ------------------------------------------- */
/*   Tabellenformate - nochmal überarbeiten!   */
/* ------------------------------------------- */
table {
	margin: 10px 0px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}

tr.table_bg {
	background-color: #CCCCCC;
}

td {
	vertical-align: top;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

td.zelle_zentriert {
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

table h1 {
	margin: 5px 10px 5px 5px;
	padding: 0px 10px 0px 0px;
	border: 0px none;
	font-size: 110%;
}

table h2 {
	margin: 5px 10px 5px 5px;
	border: 0px none;
	font-size: 12px;
}

table p {
	margin: 5px 10px 5px 5px;
	font-size: 12px;
}

table p.sub {
	margin: 5px 10px 0px 20px;
	font-size: 12px;
}

.back {
    display:none;
}

