body { 
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 120%;
	color: #666;
	background: #CCC8B8;
}

#container {
	margin: 0 10%;
	background: white;
}

#container a {
}

#container a:hover {
}

#container h1 {
}

#container h2 {
	margin: 0;
	padding: 0;
}

#container h4 { 
  margin: 0 0 0 0; 
}

#container h5 { 
  margin: 0 0 0 0; 
}

#top {
  width: 100%;
}

#top .titelzeile {
	
	height: 30px;
	background: #FFF;
	font-size: 150%;
	line-height: 150%;
	padding: 25px 0 0 10px;
	margin: 0 0 25px 25%; 
	letter-spacing: 0.2em;
	
}

#top a {
	text-decoration: none;
	color: rgb(102, 102, 102);
}

#top img.zeit {
/*
 	box-shadow: 2px 2px 8px #000;
	-moz-box-shadow: 2px 2px 8px #000;
	-webkit-box-shadow: 3px 3px 4px #000;  
	*/
}

#topnavi {
  height: 80px;	
	font-size: 125%;
	margin-bottom: 30px;
	margin-left: 25%;
	font-style: italic;
	color: #bbb;
}

#topnavi ul {
	padding: 0;
	margin: 10px 0;
	list-style-type: none;
}

#topnavi li {
	float: left;
	margin-right: 12px;
	margin-left: 10px;
}

#topnavi li a {
  color: #bbb;
	text-decoration: none;
}

#topnavi li a.aktiv {
	color: #749262;
}

#topnavi li a:hover {
	color: #749262;
}

#leftnav {
	clear: both;
	width: 23%;
  float: left;
  margin: 0;
}

#leftnav .lnzt { /* Zwischentitel */
	font-variant: small-caps;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

#leftnav .box {
/*	font-size: 8pt; */
	margin-left: 10px;
}

#leftnav .box b.title {
	font-size: 10pt;
}

#leftnav .box a {
	font-weight: bold;
	color: #547242;
	text-decoration: none;
}

#leftnav .box a:hover {
	color: #94B282;
}

#leftnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 10px; 
}

#leftnav ul li {
	margin-bottom: 10px;
}

#leftnav ul li a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

#leftnav ul li a.aktiv {
	color: #749262;
}

#leftnav ul li a:hover {
	color: #749262;
}

#leftnav ul li.l2 {
}


#leftnav ul li a { /* Hauptnavi Level 1 */
}

#leftnav ul li.l2 a { /* Hauptnavi Level 2 */
}

#leftnav ul li.l3 a { /* Hauptnavi Level 3 */
}

#leftnav ul li a:hover {
}

.texthome2 {
	border-top: 1px solid rgb(227, 108, 10);
	padding-top: 20px;
}

#content {
/*  background-color: #eee;
  height: 100%;
  padding: 1em;
  font-size: 90%; */
  margin-left: 25%;
  margin-right: 40px;
  padding-bottom: 60px;
  padding-right: 20px;
  line-height: 150%;
}

#content img { /* allgemein für Bilder im Content */
	margin: 0;
}

#content img.right {
	margin-left: 5px;
}

#content img.left {
	margin-right: 5px;
}

#content img.block {
	margin: 0 20px 20px 0;
}

#content .quote {
	color: #1671B9; 
	font-style: italic;
	text-align: center;
	max-width: 600px;
}

#content .quote-main {
	color: #1671B9; 
	font-style: italic;
	text-align: center;
	max-width: 700px;
	min-height: 245px;
}

#content a {
	font-weight: bold;
	color: #547242;
	text-decoration: none;
}

#content a:hover {
	color: #94B282;
}

#content li {
}

#content span.tags {
/*  font-weight: 900;
  color: #FFDD00;
  font-size: 140%;
  background-color: #000; */
}

#content span.bildleg {
/*  margin: 1em 0 1 0;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  line-height: 120%;
  font-weight: bold; */
}

#content h1 {
	font-size: 180%;
	line-height: 140%;
	margin-top: 0;
}

#content h2 { 
  margin: 0 0 .5em 0; 
  font-size: 130%;
}

#content h3 {
	margin: 0;
	padding: 0;
}

#content p { 
  margin: 0 0 .5em 0; 
  font-size: 90%;
}

#content td {
  vertical-align: top;
}

#content td.datumzelle {
	text-align: right;
	margin-right: 15px;
	padding-right: 15px;
}

#content a { 
/*  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  color: #222;
	border-bottom: 1px dotted #BBBBBB;
	font-weight: normal; */
}

#content a:hover { 
/*	border-bottom: 1px solid #EEBB00; */
}

#formular {
  border: 1px solid #AAA;
}

#content .pm-icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#formular input {
 font-weight: bold;
 color: #666;
 border: 1px solid #AAA;
 background-color: #FFFFFF;
}

#formular input.sendknopf {
 font-weight: bold;
 color: #FFFFFF;
 border: 1px solid #666;
 background-color: #666;
 cursor: pointer;
}

#formular input.sendknopf:hover {
 font-weight: bold;
 color: #666;
 border: 1px solid #666;
 background-color: #FFFFFF;
 cursor: pointer;
}

.hinweis-box {
  margin: 0 0 10px 20px;
  font-size: 90%;
  width: 200px;
  float: right;
  padding: 10px;
  background: #E6EEDA;
/* 	box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000; */
}

.hinweis-box a {
	font-weight: bold;
	color: #547242;
	text-decoration: none;
}

.hinweis-box a:hover {
	color: #94B282;
}

#footer {
  clear: both;
  margin: 25px 0 0 0;
  padding: .6em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  text-align: center;
  border-top: 1px solid #CCC;
}

#footer a {
	font-weight: bold;
	color: #547242;
	text-decoration: none;
}

#footer a:hover {
	color: #94B282;
}

#pagesitemap {
  
  font-size: 8pt;
	background: #fff;
	padding: 10px 10px;
	border-top: 1px solid #CCCCCC;

}

#pagesitemap a {
	color: #666666;
	text-decoration: none;
}

#pagesitemap a:hover {
	color: #749262;
	text-decoration: none;
}

#pagesitemap .psm-0 a {
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding-bottom: 2px;
}

#pagesitemap .psm-1 a {
	font-weight: normal;
}

#pagesitemap .abschluss {
 	box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 0px 5px #000;
}

@media (max-width: 1300px) {

#container {
	margin: 0 5%;
	background: white;
}

}

@media (max-width: 1200px) {

	#top .titelzeile, #topnavi {
		margin-left: 0;
	}
	
}

@media (max-width: 950px) {

	body {
		font-size: 11pt;
	}

}

@media (max-width: 830px) {

	#top .titelzeile {
		font-size: 120%;
	}
	
	#container {
		margin: 0;
	}

}

@media (max-width: 700px) {

	#top .titelzeile,  #topnavi {
		font-size: 100%;
	}
	
}

@media (max-width: 700px) {

	body {
		font-size: 9pt;
	}

}
