body {  
        background: #444444 url('bg.jpg') top center repeat-y;
	padding: 0;
	margin: 0;
	fint-size: 8pt;
	text-align: center;	
	}

td, table, div, font, textarea, input {
	font-family: georgia;
	font-size: 8pt;
	color: #555555;
	line-height: 140%;
	}

textarea, input { 
	border-width: 2px;
	border-color: #00ffff;
	border-style: solid; 
	background: #dddddd;
	padding: 2px;
	} 
  
textarea {
	width: 80%; 
	height: 160px;
	} 

blockquote {
	padding-left: 80px;
	font-family: "century gothic";
	font-size: 8pt;
	color: #9933cc;
	}

b {	
	color: #9966cc;
	font-style: bold;
	}

i {
	color: #9966cc;
	font-style: italic;
	}

u {
	text-decoration: none;
	border-bottom: 2px dashed #9966cc;
	} 

s {
	background: #9966cc;
	}

a:link, a:active, a:visited {
	font-family: georgia;
	font-size: 8pt; 
	color: #cc00ff; 
	text-decoration: underline;
	}

a:hover {
	color: #000000; 
	text-decoration: none;
	background: #cc00ff;
	}

#navi a:link, #navi a:active, #navi a:visited {
	padding: 0px 20px;
	background: #9933cc;
	color: #000000;
	text-decoration: none;
	}

#navi a:hover {
	background: #cc00ff;
	}

#container {
	width: 560px;
	margin: 0 auto;
	background: #f1f1f1;
	text-align: justify;
	}

#content {
	width: 555px;
	padding-left: 2px;
	padding-right: 2px;
	}

#img {	
        background: url('header.jpg') top left no-repeat;
	width: 559px;
	height: 340px;	
	clear: left;
	border-bottom:1 dashed #000000;
	}

#navi {
	background: #9933cc;
 	width: 100%;
	color: #000000;
	text-align: center;
	}

#footer {
	width: 100%;
	clear: left;
	background: #9933cc;
	}

#footer p {
	color: #000000;
	line-height: 22pt;
	text-align: center;
	}

#footer a:link, #navi a:active, #navi a:visited 
{
	background: #9933cc;
	color: #000000;
	text-decoration: none;
	}

#footer a:hover {
	background: #cc00ff;
	}

h1 {
	font-family: georgia;
	font-size: 12pt;
	color: #663399;
	font-style: italic;
	margin: 0;
	padding: 0;
	}

.inhaltetable {
	width: 100%;
	}

.inhaltetable table {
	border-top: 0px solid #eeeeee!important;
	font-size: 8pt;
	}