/* Webcam Dortmund Feuerwache 1 */
/* Copyright (C) 2009-2018 Volker Siebert, Unna, Germany */

body {
	background-color:#fff;
	margin:8px 8px 8px 8px;
	color:#000;
}

/* Schrift fuer BODY und alles sonstige definieren,
   manche aelteren Browser zeigen das sonst falsch an */
body, table, tr, td, th /* , p, ol, ul, li, div */ {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial,Helvetica,sans-serif;
	color:#039;
}

tt, code, pre {
	font-family:"Courier New",monospace;
	font-size:12px;
}

input, textarea, select {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.fixedfont {
	font-family:"Courier New",monospace;
}

small {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}

small tt, small code, small pre {
	font-family:"Courier New",monospace;
	font-size:11px;
}

big { font-size:16px; }
h1 { font-size:24px; }
h2 { font-size:20px; }
h3, h4 { font-size:16px; }

.disclaimer { font-size:11px; }

p, pre, address, blockquote, ul, ol, .withdistance {
	margin-top:6px;
	margin-bottom:6px;
}

h1, h2, h3, h4 {
	margin-top:18px;
	margin-bottom:6px;
}

table, tr, th, td, thead, tbody, tfoot, center, div, form, .nodist li {
	margin-top:0px;
	margin-bottom:0px;
}

img {
	border:0px;
}

.zitat, .adresse {
	border:1px solid black;
	padding:0px;
	background-color:#f8f8f8;
}

.redbox {
	border:2px solid #f00;
	padding:0px 6px;
}

.greenbox {
	border:2px solid #090;
	padding:12px;
}

.bluebox {
	border:2px solid #39f;
	padding:0px 6px;
}

.redtext {
	color:#f00;
}

.greentext {
	color:#090;
}

.bluetext {
	color:#39f;
}

.menu {
	margin:0px;
	padding:4px 24px;
	border-top:1px solid #669;
	border-right:1px solid #669;
	border-bottom:1px solid #669;
	text-align:center;
	font-weight:bold;
}

.menu-start {
	border-left:1px solid #669;
}

.menu-normal, .menu-normal a,
.menu-normal a:link, .menu-normal a:visited,
.menu-normal a:hover, .menu-normal a:active {
	background-color:#ddf;
	color:#000;
	text-decoration:none;
}

.menu-hot, .menu-hot a,
.menu-hot a:link, .menu-hot a:visited,
.menu-hot a:hover, .menu-hot a:active {
	background-color:#88c;
	color:#fff;
	text-decoration:none;
}
