/* HTML-Tags */

body {
	font-family:Arial,sans-serif;
	font-size:72%;
	line-height:1.6em;
	color:#726752;
}

h1,h2,h3,h4,h5,h6,dl,dt,dd,img,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
}
h1,h2,h3,h4,legend,caption {
	line-height:1.3em;
	font-weight:bold;
	padding-top:1.2em;
	padding-bottom:0.5em;
	text-align:left;
}
h1 {
	font-size:1.3em;
	color:#2c5923;
	border-bottom:1px solid #2c5923;
	padding-bottom:0.1em;
	margin-bottom:0.5em;
}
h2,caption {
	font-size:1.2em;
	color:#7bb13a;
	font-style:italic;
}

acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
img { 
	border:none; 
}
a,a.external-link,a.active, a.email {
	color:#7bb13a;
}
a.external-link {
	padding-left:15px;
	background:url(../img/link.gif) left center no-repeat;
}

a.email {
	padding-left:18px;
	background:url(../img/email.gif) left center no-repeat;
}
ul {
	margin-left:0.5em;
	padding-left:0.5em;
	list-style-type:square;
	color:#2c5923;
}
ul a {
	color:#2c5923;
}
dt {
	margin-right:0.3em;
}
dd {
	padding:5px;
	padding-top:0;
}
form br {
	clear:both;
	line-height:1.8em;
}
label {
	font-weight:bold;
	display:block;
}
label.obligatory {
	color:#7bb13a;
}
caption {
	padding-bottom:1em;
}
th {
	text-align:left;
	color:#fff;
	background-color:#7bb13a;
	border:1px solid #fff;
	font-weight:normal;
	font-size:1.1em;
	padding-left:0.3em;
}
th.active {
	background-color:#2c5923;
}
th.active img.arrow {
	position:relative;
	z-index:1;
	top:-1.5em;
	float:left;
}
th a {
	color:#fff;
}
td.second {
	background-color:#dad5cc;
}
td {
	vertical-align:top;
	border:1px solid #fff;
	padding-left:0.3em;
}


/* Allgemeingueltige Klassen */

.marked {
	color:#660000;
}
.Dunkelgruen {
	color:#2c5923;
}
.Hellgruen {
	color:#7bb132;
}
.Dunkelgrau {
	color:#726752;
}
.Hellgrau {
	color:#dad5cc;
}
.Fett {
	font-weight:bold;
}
.Kursiv {
	font-style:italic;
}
.Unterstrichen {
	text-decoration:underline;
}
.monitor,.print {
	display:none;
}

/* Admin Panel */
#adminPanel {
	display:none;
}

#seasons {
	display:none;
}
#hCenter img {
	width:250px;
	height:auto;
}
#infobox span {
	display:none;
}
td {
	display:block;
}
th {
	display:none;
}
div.breadcrumb {
	margin-top:1em;
}
