body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: small;
	background-color: #d9d7ca;
	background-image: url(../images/bg-stripe.gif);
	background-repeat: repeat-x;
}

#wrapper {
  text-align: left;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-color: #b4bea5;
  color: #333333;
  padding: 0;
}

#header {
	height: 150px;
}

#header img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topnav {
	text-align: right;
	background-color: #f0eee3;
	width: 950px;
	padding: 3px 0 6px 0;
	margin: 0px;
	background-image: url(../images/top-line2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#topnav ul {
	margin: 0;
	text-align: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	}
	
#topnav li {
	display: inline;
	padding-right: 20px;
	}
	
#topnav li a {
	text-decoration: none;
	list-style-type: square;
	color: #666666;
	font-size: 12px;
	}
	
#topnav li a:hover {
	color: #FF9A00;
}

#tagline {
	color: white;
	font-style: italic;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	background-color: #e15616;
	border-left-color: #55732d;
	position: relative;
	padding-left: 30px;
	border-left-width: 200px;
	border-left-style: solid;
}

#content {
	background-color: white;
	padding: 0;
	display: inline-block;
	width: 100%;
}

#content .inner {
	margin-top: 40px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 50px;
}

#content .inner a:link, #content .inner a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

#content .inner a:hover {
	text-decoration: underline;
}

#content .inner img {
	float: left;
	padding: 5px 10px 10px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content h1 {
	color: #55732D;
	letter-spacing: 0.1em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C9D1BD;
	border-bottom-color: #C9D1BD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0px;
	font-size: 0.9em;
}

#content h2 {
	font-size: 180%;
	font-weight: normal;
	color: #FF9900;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #c5d6e2;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content p {
  line-height: 1.6em;
}

#dateline {
  font-size: 80%;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #032469;
  margin: 0.3em 0 0 0;
}

#content-wrapper {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding: 0px;
}

#main {
	position: relative;
	margin: 0px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}

#navigation {
	font-size: 14px;
}

#navigation ul {
	margin: 0px;
	padding-left: 30px;
	padding-top: 5px;
	word-spacing: 0.6em;
}

#navigation li {
	display: inline;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	word-spacing: 0.05ex;
}

#navigation li a {
	text-decoration: none;
	color: #55732D;
}

#navigation li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9A00;
	padding-bottom: 3px;
}

#extras {
	color: #333333;
	float: left;
	text-align: left;
	width: 200px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 70px;
	margin-left: 0;
}

#extras h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

#extras p {
	font-size: 11px;
	line-height: 1.3em;
	padding-right: 10px;
}

#extras a:link, #extras a:visited {
	font-weight: normal;
	color: #55732D;
	text-decoration: none;
}

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

#extras .inner {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#breadcrumb {
	color: #55732D;
	text-align: left;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	line-height: 1.5em;
}

#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
	color: #55732D;
}

#breadcrumb a:hover {
	color: #FFFFFF;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0 0 50px 0;
	font-size: 13px;
}

#nav li {
	padding: 0.8em 0 0.2em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
	
#nav li a:link, #nav li a:visited {
	color: #55732D;
	text-decoration: none;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
	
#nav li a:hover {
	color: #FFFFFF;
}

#blog {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

#news {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-image: url(../images/pfeili.gif);
	font-size: 14px;
	color: #55732D;
}

#news li {
  font-size: 11px;
  padding-bottom: 0.5em;
  font-weight: normal;
}

#footer {
	text-align: right;
	margin: 0;
	background-image: url(../images/footer-line2.gif);
	background-repeat: no-repeat;
	color: #666666;
	background-color: #d9d7ca;
	padding: 0 0 10px 0;
	background-position: left top;
	}

#footer p {
	padding-right: 20px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}

#icons {
	position: relative;
	top: -60px;
	font-size: 13px;
	padding-left: 10px;
}

#icons img {
	border: none;
	padding-right: 5px;
}

#icons a:link, #icons a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.8em;
}

#icons a:hover {
	text-decoration: none;
}

#print {
	margin: 0;
	padding-bottom: 1px;
}

#clearone {
	clear: both;
	height: 1px;
}

Listenformatierung

#content .inner ol li {
	line-height: 1.3em;
	padding-bottom: 5px;
}
#content .inner ul li {
	padding-bottom: 7px;
	color: #666666;
	list-style-image: url(../images/pfeili_2.gif);
}

#content .inner ul li a:link, #content .inner ul li a:visited {
	color: #55732D;
	font-weight: normal;
}

#content .inner ul li.downloadbar a:link, #content .inner ul li.downloadbar a:visited {
	color: #FF9A00;
}

Tabellen-Formatierung

table.bibliografie {
	width: 100%;
	margin-top: 20px;
}

table.bibliografie thead tr {
	background-color: #E4E2D6;
	font-weight: bold;
	color: #999999;
	font-size: 11px;
}

table.bibliografie td {
	vertical-align: top;
	padding: 5px;
}

table.bibliografie tr {
	background-color: #FAF9F5;
	padding: 5px;
}

table.vorstand {
	margin-top: 10px;
	margin-left: 70px;
	border-collapse: collapse;
	background-color: #F0EEE3;
}

table.vorstand td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

table.vorstand th {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font-weight: normal;
	width: 400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

table.vorstand caption {
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 20px;
}

Kontaktformular

.formular {
	text-align: left;
	vertical-align: top;
}

input { 
	margin: 3px; 
	padding: 2px; 
	border: solid 1px silver; 
}

textarea {
	margin: 3px; 
	padding: 2px; 
	border: solid 1px silver; 
}
