@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body {
    font: 12px Verdana, Tahoma, Arial, sans-serif;
    background: white;
    color: black;
    text-align: center;
    line-height: 130%;
}

pre {
	padding: 2ex 1em 1ex 1em;
	margin: 2ex 0 3ex 0;
	background-color: #eeeeee;
	border: 1px solid #333333;
}

sub {
    vertical-align: baseline;
}

a {
    color: #4e4e4e;
    font-weight: bold;
}

a:visited {
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 88%;
    max-width: 1286px;
    background: white;
    margin: 0 auto;
    text-align: left;
}

.bottomad {
	margin: 13px 4px 4px 4px;
	width: 100%;
	min-height: 90px;
    text-align: center;
}

#header {
	position: relative;
    background-color: #339933;
	background-position: top;
	background-attachment: scroll;
 	background-image: url(http://static.knallwade.de/images/aufmacher.jpg);
	height: 100px;
	line-height: 105%;
}

#header .title {
    background-color: transparent;
    font-size: 18px;
	font-family: Verdana, sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    padding: 12px 4px 14px 14px;
    cursor: pointer;
    text-decoration: none;
}

#header .searchbox {
	position: absolute;
	top: 6px;
	right: 14px;
	text-align: right;
	line-height: 110%;
}

#header td,
#header th {
	border: 0;
}

#header table {
	border: 1px dashed black;
}

dt {
	margin: 2ex 0 0 0;
	font-weight: bold;
}

dd {
	margin: 1ex 0 0 2em;
	
}

ul.menu {
	position: absolute;
	bottom: 0;
	left: 6px;
	margin: 0;
	padding: 1em 8px 4px 0;
}

ul.menu li {
	display: inline;
	margin: 0;
}

ul.menu li.page_item a {
	padding: 4px 8px 4px;
	border: 1px dotted white;
	background-color: transparent;
	color: white;
	margin: 0;
	text-decoration: none;
}

ul.menu li.page_item a:hover {
	background-color: #333333;
	color: #eeeeee !important;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333333 !important;
	background: white;
	text-decoration: none;
}

#footer {
    background-color: #666666;
    background-image: url(http://static.knallwade.de/images/aufmacher_unten.jpg);
    background-position: bottom;
    background-attachment: scroll;
    background-repeat: repeat-x;
    max-height: 32px;
    overflow: hidden;
    margin-top: 20px;
    padding: 8px 8px 8px 8px;
    color: white;
    font-size: 95%;
}

#footer a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#maincontent {
    text-align: left;
	padding: 12px 0 0 0;
}

#toolbar {
    float: right;
    max-width: 252px;
    width: 252px;
    background: transparent;
    padding: 12px 0 20px 0;
    text-align: right;
    margin: 0 0 0 20px;
}

#sidebar {
    float: left;
    width: 182px;
    background: transparent;
    padding: 12px 0 20px 0;
    border: 0;
}

#sidebar a {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #4e4e4e;
}

#sidebar .tagcloud {
	font-size: 12px;
    text-align: left;
}

#sidebar a.tag {
	font-family: Georgia, serif;
    font-weight: normal;
    font-style: italic;
    vertical-align: middle;
    text-transform: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

#sidebar a:visited {
    color: #666666;
}

#toolbar a.otherlink,
#sidebar a.monthlink {
    font-weight: normal;
    text-transform: none;
    font-size: smaller;
}

#toolbar .header,
#sidebar .header {
	font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #307821;
	font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}

#sidebar .header a {
	font-weight: normal;
    color: #307821;
    text-decoration: none;
}

#toolbar img {
	border: 1px solid #333333;
}

#toolbar img.noborder {
    border: 0;
}

#toolbar .caption {
    font-style: italic;
    color: #4e4e4e;
    margin: 2px 0 16px 0;
    padding: 0;
    line-height: 100%;
    font-size: 11px;
}

#toolbar .title {
    font-weight: bold;
    background-color: white;
    border: 0;
    color: #4e4e4e;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 0;
}

#toolbar .content {
    padding: 4px 0 14px 0;
}

#toolbar a {
    text-decoration: none;
}

#toolbar a:hover {
    text-decoration: underline;
}

#toolbar ul  {
    list-style-type: none;
    text-indent: 0;
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
}

.email {
	font-family: monospace;
	font-size: 11px;
	color: black;
	background-color: #eeeeee;
	border: 1px #666666 solid;
	padding: 1ex 1em 1ex 1em;
	margin: 1ex 0 2ex 0;
} 

p {
	padding: 0;
	margin: 4px 0 8px 0;
}

.facts {
    font: 14px Geneva, Arial, sans-serif;
    color: #60705c;
    font-weight: bold;
}

ol, ul {
	margin: 4px 0 8px 14px;
}

ul {
	list-style-type: square;
}

li {
	margin-left: 20px;
    text-indent: 0px;
}

.tophairline {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #4e4e4e;
    margin-top: 20px;
    padding-top: 8px;
}

a.footnote {
    vertical-align: .6ex;
    font-size: smaller;
    font-weight: bold;
    text-decoration: none;
}

a.footnote:before {
	content:"[";
}

a.footnote:after {
	content:"]";
}

ol li.footnote {
    font-size: smaller;
    line-height: 100%;
    width: 85%;
}

strong {
    color: #4e4e4e;
}

.mark {
	background-color: #FFFD64;
	border: 1px solid #DEDC1E;
}

.title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .1em;
    color: #173A10;
    text-transform: uppercase;
    padding: 8px 4px 8px 0;
}

.subtitle {
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 1.5ex 4px 1.5ex 0;
    color: #173A10;
}

.heading {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 2.5ex 4px 0 0;
    color: #307821;
}

.superheading {
	font-family: Geneva, Arial, sans-serif; 
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 3ex 0 .5ex 0;
    color: #173a10;
}

.litheading {
    font-weight: bold;
    padding: 3.5ex 0 1ex 0;
    color: #307821;
}

.divisor {
    text-align: center;
    margin: 4ex 0 3ex 0;
    color: #307821;
}

.runinheading {
    font-weight: bold;
    color: #307821;
    display: inline;
}

#topnav {
    position: absolute;
    top: 10px;
    left: 81%;
}

#topnav a img {
	border: 1px solid #4e4e4e;
}

.content {
    padding: 0;
    background-color: white;
    color: black;
    margin-bottom: 16px;
}

.floating {
	margin: 1ex 1em 1ex 1em;
	padding: 4px 4px 4px 4px;
	float: right;
	width: 250px;
}

.floating img {
	border: 1px solid black;
	padding: 0;
	background-color: #dddddd;
}

.floating .caption {
	font-weight: bold;
	font-size: 95%;
	margin: 4px 0 14px 0;
	width: 240px;
	line-height: 110%;
}

.inlinepic {
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 0;
}

.inlinepic img {
	border: 1px solid black;
	padding: 0;
	background-color: #dddddd;
}

.inlinepic .caption {
	font-weight: bold;
	font-size: 95%;
	margin: 4px 0 14px 0;
	width: 400px;
	line-height: 110%;
}

.illustration {
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 0;
	clear: both;
}

.illustration .picture {
	background-color: #dddddd;
	background-position: top;
	background-attachment: scroll;
	background-image: url(http://static.knallwade.de/images/platzhalter-250x250.jpg);
	float: left;
	margin-left: 4px;
	margin-right: 10px;
	border: 1px solid black;
	padding: 0;
}

.illustration .caption {
	font-weight: bold;
	line-height: 110%;
	margin: 14px 0 4px 10px;
}

.intro {
    font-weight: bold;
    line-height: 118%;
}

.lastchange {
    margin-top: 27px;
    font-size: smaller;
    color: #666666;
}

blockquote {
    font-style: italic;
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #333333;
    padding-left: 2em;
    margin: 3ex 2em 3ex 1em;
}

#header form {
    margin-bottom: 14px;
    font-size: 11px;
    color: white;
    font-weight: bold;
}

#header input[type=text] {
    font-size: 11px;
    color: black;
    font-weight: normal;
}

#header input[type=submit] {
    font-size: 11px;
    color: white;
    background-color: #4e4e4e;
    border: 1px solid black;
    margin-top: 4px;
    font-weight: normal;
    padding: 2px 4px 2px 4px;
}

table {
    empty-cells: show;
    border: 1px solid black;
    border-spacing: 0;
    border-collapse: collapse;  
}

thead {
	background-color: #dddddd;
}

tfoot {
	background-color: #eeeeee;
}

table.noborder {
    border: 0;
}

table.noborder td {
    border: 0;
}   

th {
    margin: 0;
    padding: 4px 4px 4px 4px;
    border: 1px solid black;
    font-weight: bold;
    text-align: left;
    color: black;
    vertical-align: top;
}

td {
    margin: 0;
    padding: 4px 4px 4px 4px;
    border: 1px solid black;
    color: black;
    vertical-align: top;
}

table.results {
	font-size: smaller;
	border: 1px solid #339933;
	width: 100%;
	margin: 0 0 27px 0;
}

table.results caption {
    background-color: #339933;
    color: white;
    font-weight: bold;
}

table.results tfoot {
	background-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339933;
}

table.results th {
    color: #339933;
	border: 0;
}

table.results td {
	border: 0;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.source {
    color: #666666;
    font-size: 95%;
}

.starbullet {
    margin: 1ex 0 2ex 0;
}

.starbullet:before {
	color: #4A362B;
	font-size: 140%;
    content:"\2605\0020";
}

#map_canvas {
  border: 1px solid #212121;
  background-color: white;
  width: 99%;
  height: 500px;
  margin: auto;
  margin-top: 2ex;
  margin-bottom: 2ex;
}

/************** News *****************/

.newsdate {
  font-size: 10px;
  color: #666666;
  display: inline;
  margin-right: 1em;
}

.newsauthor {
  font-size: 10px;
  color: #666666;
  display: inline;
}

.newstitle {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  background: 0;
  border: 0;
  display: inline;
}

.newstitle a {
  text-decoration: none;
  color: #4e4e4e;
}

.newsintro {
  margin-bottom: 5px;
}

a.newsmore {
  font-size: 10px;
  color: #333333;
  text-decoration: none;
}

.newsempty {
  text-align: right;
  background-color: white;
}

.newsnotempty {
  text-align: right;
  background-color: #cccccc;
}

.calendarholiday {
  text-align: right;
  background-color: #333333;
}

th.calendar {
  text-align: center;
  background-color: #4e4e4e;
  color: white; 
}
