body, html {
	color: #c6d7b7;
	background-color:#0e2c0e;
	margin:0;
	padding:0;
	height:100%;
}

td 	{
	color: #c6d7b7;
	font: 10pt Helvetica, Arial, sans-serif;
}

h1	{color: #c6d7b7; font-size: 20pt; font-weight: bold; }
h2	{color: #c6d7b7; font-size: 18pt; font-weight: bold; }
h3	{color: #c6d7b7; font-size: 16pt; font-weight: bold; }
h4	{color: #c6d7b7; font-size: 14pt; font-weight: bold; }
h5	{color: #c6d7b7; font-size: 12pt; font-weight: bold; }
h6	{color: #c6d7b7; font-size: 10pt; font-weight: bold; }
a                        {text-decoration: underline;}
a:link                {color: #ffea96; text-decoration: underline;}
a:visited        {color: #D7D1BF;text-decoration: underline; }
a:active        {color: #CCFFFF; text-decoration: underline overline;}
a:hover                {color: #CCFFFF;	text-decoration: underline overline; }
span {color: #ffea96; text-decoration: none; font-weight: bold;}

#bgl{
	background-image:url(bilder/links.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color: #0a210a;
	left:0;
	top:0;
	position:absolute;
	height:100%;
	width: 80px;
	padding-left:100px;
	margin:0px;
	z-index:1;
}

#bgr{
	background-image:url(bilder/rechts.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color: #0a210a;
	right:0;
	top:0;
	position:absolute; 
	height:100%;
	width: 80px;
	padding-right:100px;
	margin-right:0px;
	z-index:1;}

#content{
	background-color:0e2c0e;
	height:100%;
	margin: 0 180px 0 180px;
	padding: 60px 20px 35px 30px;
	font: 12pt Baskerville, "Baskerville Old Face", Times, "Times New Roman", Garamond, serif;
	color:c6d7b7;
	z-index:2
	}
	
#image{
	background-color:#0e2c0e;
	padding: 20px 20px 20px 20px;
	text-align:center;
	z-index:10;
	}

