/* CSS Document */

body {
	width: 100%;
	height: 100%;
	font-size: 75%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	z-index: 0;
}

body, div, p, img, ul, li, span {
	margin: 0px;
	padding: 0px;
}

#columnmiddle p {
	margin: 0em 0em 2em 0em;
}


#columnmiddle p.liste {

}

a img {
	border: 0px;
}

h1 {
	position: absolute;
	top: -100px;
}

h2 {
	color: #005091;
	font-size: 1.8em;
	font-weight: normal;
	margin: 2em 0em 1em 0em;
}

h3 {

	font-size: 1.1em;
	font-weight: bold;
	margin: 0em 0em 0em 0em;
	color: #000;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0em 0em 0.7em 0em;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #005091;
	margin: 2em 0em 0.4em 0em;
}

blockquote {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
}

hr {
	width: 100%;
	color: #bbb;
	background-color: #bbb;
	height: 1px;
	border: 0px;
}

table {
	width: 100%;
	padding: 0px 0em;
	margin: 0em 0em 0em 0em;
}

th, td {
	vertical-align:top;
}

#adressdiv table,
#adressdiv2 table {
	width: 90%;
}

.col01 {
	width: 85%;
}


.adresstabelle .col01 {
	width: 63%;
}
.adresstabelle .col02 {
	width: 13%;
}
.adresstabelle .col03 {
	width: 2%;
}
.adresstabelle .col04 {
	width: 22%;
}

table.lines tr td {
	border-bottom: 1px solid #ddd;
}

table.lines tr.emptyrow td {
	border-bottom: 0px;
}


table.adresstabelle td,
table.adressenliste td,
table.personentabelle td {
	padding: 2em 0em 2em 0em;
	border-bottom: 1px solid #ddd;
}

table.personentabelle tr.firstrow td,
table.adressenliste tr.firstrow td {
	padding: 0em 0em 2em 0em;
}

.note {
	color: #777;
	font-size: 0.9em;
	padding-left: 0.4em;
}


.specialinfo {
	background-color: #4996d0;
	color: #fff;
	padding: 0.2em 0.4em;
	font-weight: bold;
	line-height: 1.2em;
}

#fahrplandiv th {
	text-align: left;
}

a,
a:link,
a:visited {
	color: #4996d0;
}

a:hover,
a:active {
	color: #000;
}

a.extern, 
a.extern:link, 
a.extern:visited {
	text-decoration: none;
	padding-left: 15px;
	background-image:url(img/linkpfeil.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

a.extern:hover,
a.extern:active {
	color: #000;
	background-image:url(img/linkpfeil_o.gif);
}

a.dokument,
a.dokument:link,
a.dokument:visited {
	text-decoration: none;
	padding-left: 15px;
	background-image:url(img/pdficon.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

a.dokument:hover,
a.dokument:active {
	color: #000;
	background-image:url(img/pdficon_o.gif);
}

a.mail,
a.mail:link,
a.mail:visited {
	text-decoration: none;
	padding-left: 17px;
	background-image:url(img/mailicon.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

a.mail:hover,
a.mail:active {
	color: #000;
	background-image:url(img/mailicon_o.gif);
}

a.admin,
a.admin:link {
	background-color: #d60000;
	color: #fff;
	text-decoration:none;
	padding: 2px 8px;
	margin: 0px 1px 0px 0px;
}

a.admin:hover,
a.admin:active {
	background-color: #ad0000;
}

#logindiv input {
	margin: 5px 0px 5px 0px;
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #fff;
}
#logindiv input.loginpassword {
	margin-left: 10px;
}
