* {
	margin: 0;
	padding: 0;
}
html {
}

body {
	margin: 0;
	padding: 0;
	border:0;
	font-style: normal;
	font-weight: normal;
	font-size: 101%;
	line-height: 1.2;
	font-family: Arial;
	color: #000;
	text-align: center;
	background-image: url("background.jpg");
	background-repeat: repeat;
}
p {
	margin:0;
	padding: 0 0 1.5em 0;
}
a:link {
	text-decoration: none;
	color: #333;
	font-weight:normal;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight:normal;
}
a:hover {
	text-decoration: underline; 
	color: #000;
	font-weight:normal;
}
a:active {
	text-decoration: none; 
	color: #000;
	font-weight:normal;
}
blockquote {
  padding: 0.5em 1em 1.5em 1.5em;
}
h1 {
	margin:0;
	padding:0 0 1.5em 0;
	font-size:1.2em;
	color:#000;
	font-weight:normal;	
}
hr {
	margin-bottom:1em;
}
#cheader {
  background-color:#e17e27;
  margin-left:-.2em;
  padding:.2em;
  border: 2px solid #b7bfbe;  
}

img {
	display: block;
	border: 1px solid #666;
	margin: 0;
}

figure {
	/*border: 1px solid red;*/
	padding:0 1.5em 1.5em 0;
	display: block;
	float:left;
}

figcaption { 
	/*border: 1px solid blue;
	text-align:center; */
	width:100px;
	padding: .2em 0 .5em .1em;
	font-size:smaller;
}
.caplarge {
width:180px;
}
#header {
  height:50px;
  margin:0;
  padding: 30px 0 0 0;
  border-bottom: 3px groove #b7bfbe;
}
#logo {
  position: absolute; 
  top: 2px; 
  left: 20px; 
  z-index: 2;
}
#content {
  margin: 30px 120px;
  padding: 40px 80px;
  text-align:left;
  background-color: #ccd5d3;
  border-top: 3px outset #828787;
  border-right: 2px inset #b7bfbe;
  border-bottom: 2px inset #b7bfbe;
  border-left: 2px outset #909695;
}
#content p a {
	text-decoration: underline;
	color: #333;
	font-weight:normal;
}
#nav {
	margin: 1em;
	padding: 5px 0;
}
#nav ul {
    margin: 0; 
	padding: 0;
	list-style-type: none;	
	text-align: center;
}
#nav ul li {
	padding: 1.2em 0 1.2em 0.3em;
	display: inline;
}
#nav ul li a
{
	padding: 0.5em 2em;
}
#nav ul li a:link
{
	background-image: url(bup.png);
	background-repeat: no-repeat;
	background-position: 0;
}
#nav ul li a:visited
{
	background-image: url(bup.png);
	background-repeat: no-repeat;
	background-position: 0;
}
#nav ul li a:active
{
	background-image: url(bact.png);
	background-repeat: no-repeat;
	background-position: 0;
}
#nav ul li a:hover
{
	background-image: url(bact.png);
	background-repeat: no-repeat;
	background-position: 0;
}

  * html ul#nav a, * html ul#nav span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
#thisnav {
	color:#e17e27;
	background-image:url(bdown.png);
	background-repeat:no-repeat;
	background-position:0;
}  
#subnav {
    margin: 0; 
	padding: 0 0 1em 0;
}
#footer {
	margin: 1em;
	padding:10px;
}
#footer ul {
    margin: 1em; 
	padding: 0;
	list-style-type: none;	
	text-align: center;
}
#footer ul li {
	padding: 1.2em 0 1.2em 0.3em;
	display: inline;
}
#footer ul li a
{
	padding: 0.5em 2em;
	background-image: url(plug.png);
	background-repeat: no-repeat;
	background-position: 100% .2em;
}
#text img {
  float: left;
  padding: 0 10px 10px 0;
}
#bottom {
  background-image:url(footer_mid.jpg);
  background-repeat:repeat-x;
}
#bottom .left {
  float:left;
  border:0;
}
#bottom .right {
  float:right;
  border:0;
}
#bottom .mid {
  height:500px;
  border:0;  
}

.xlink {
  display: inline;
  border: 0;
  margin: 0;
  padding: 0 0 0 .2em;
}
.author {
	text-align:right;
  font-style:normal;
}
.gpic {
  border:0;
  padding:0 0 .5em 0;
}
.logo  {
  border:0;
  width: 70px;
  height: 60px;
  padding:10px;
  float:left;
} 
.section {
  margin: 0;
  padding: 0;
  border-bottom: 3px groove #b7bfbe;
}
.cpic {
  margin:0 0 10px 40px;
  float: right;
  display: block;
}
.fright {
  float:right;
  padding:0 0 1.5em 1.5em;
}
.fleft {
  float:left;
  
}