a { text-decoration: none; }

.col1 { color: #ff8800; }
.col2 { color: #59795a; }

h1, h2, h3 {
	font-size: 26px;
	margin-bottom: 0.5em;
	color: #59795a;
}
h2 { font-size: 20px; }
h3 { font-size: 18px; }

h2, h3 {
	margin-top: 1em;
}

h1 span,
h2 span,
h3 span {
	display: block;
	font-size: 50%;
	font-weight: bold;
	color: black;
}


#Content ul, p {
	margin: 0px;
	margin-bottom: 0.75em;
	line-height: 1.4em;
}
#Content ul {
	margin-left: 20px;
}

#Content p {
	text-align: justify;
}
#Content p.uppercase {
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2em;
}
#Content div.right p {
	padding-left: 0.5em;
	padding-right: 0.5em;
}



#Content table {
	width: 100%;
	margin-bottom: 1.5em;
}
#Content table th {	
	background: #ff4b00;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
}
#Content table th span {
	text-transform: none;
}
#Content table td {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
#Content table td.bold { font-weight: bold; }
#Content table td.right { text-align: right; }
#Content table td.small { font-size: 90%; }


#Footer ul {
	float: right;
	list-style: none;
	margin: 0px;
}

#Footer ul li, #Footer span {
	float: left;
	/*text-transform: uppercase;*/
	font-size: 11px;
	color: #5e5e5e;
	list-style: none;
}
#Footer ul li {
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #5e5e5e;
}
#Footer ul li a {
	color: #5e5e5e;
}


#Content a, .infobox a {
	color: #2e751a; 
}
.infobox a {
	font-weight: bold;
}

#Content .infobox table,
.infobox table {
	padding: 0px;
}
#Content .infobox table td,
.infobox table td {
	padding: 0px;
	padding-bottom: 4px;
	padding-right: 7px;
	margin: 0px;
}


#Content form input {
	width: 272px;
	border: 1px solid #aaa;
	font-size: 12px;
}

#Content form hr {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0px;
	border-top: 1px solid #ccc;
	width: 455px;
}


.bg_orange,
#Content .bg_orange {
	background: #fe7600;
	background: #ff930d;
}
.orange {
	color: #fe7600;
}


.error {
	padding: 1em;
	border: 1px solid red;
	background: #fff5f5;
}


div.zitat {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 1em;
}

div.zitat p:last-child {
	margin-bottom: 0px;
}