<style type="text/css">
<!--
body{
 background-color: #cccccc;
 margin: 10px;
 padding: 10px;
}

p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
  text-align: justify;
}

table{
  background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}  

table.main{
  width: 950px;
  background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
  padding: 10px;
	border-style: double;
	border-width: 4px;
	border-color: #ff0000;
}

table.floh{
  width: 600px;
  background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
  padding: 0px;
  margin: 0px;
	border-style: none;
	border-width: 0px;
	border-color: #000000;
}  

table.open{
  background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
  padding: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #ff0000;
}  

h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

td.content{
	width: 720px;
	border-style: none;
	border-width: 0px;
	border-color: #cccccc;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	font-size: 12px;
	font-weight :normal;
	}

.contenttitle{
  font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
}

.kategorien{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

ul { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a:link{
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

a:visited{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

a:active{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

img.rechts{
  float: right;
  clear: both;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
  border: 20px;
}

img.links{
  float: left;
  clear: both;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
  padding-right: 20px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  border: 20px;
}

/* ******************
NAVIGATION
****************** */
td.navigation1{
 width: 200px;
	padding: 5px;
	font-family: Verdana, sans-serif;
	color : #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
 vertical-align: top;
 text-align: left;
 valign: top;
}

a:link.navlink{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color : #000000;
	text-decoration: none;
}

a:visited.navlink{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color : #000000;
	text-decoration: none;
}

a:hover.navlink{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color : #ff0000;
	text-decoration: none;
}

a:active.navlink{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color : #000000;
	text-decoration: none;
}
 
	
/* ******************
FUSSZEILE
****************** */
td.fusszeile{
	text-align: center;
	color: #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 6px;
}

hr.fusszeile{
	width: 100%;
	height: 3px;
	color: #bbbbbb;
}

</style>