a:link {
	color: #8062A8;
	background-color: #FED000;
	text-decoration: none;
}
a:visited {
	color: #8062A8;
	background-color: #FED000;
	text-decoration: none;
}
a:active {
	color: #8062A8;
	background-color: #FED000;
	text-decoration: none;
}
a:hover {
	color: #FED000;
	background-color: #8062A8;
	font-weight: normal;
	cursor: crosshair
}


body, td, tr 
{
	font-family: arial;
	color: #8062a8;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
   }


p { margin-top: 3;margin-bottom: 3;filter: none;}


b, strong {
	color: #E684AA;
}
i, em{
	color: #0098D4;
	margin-left: 1px;
	margin-right: 2px;
}
u{
	color: #F58106;
	text-decoration: none;
	border-bottom: 1px dotted #AD4842;
}


h1:first-letter {
   color: #8062a8;
   font-size: 30px;
   }

h2:first-letter {
   color: #8062a8;
   font-size: 25px;
   }

h1 {
	font-family: arial;
	font-style: italic;
	font-size: 13px;
	line-height: 11px;
	color: #FED000;
	border-bottom: 1px solid #739E84;
	background-image: url(head.png);
	letter-spacing: 2px;
	text-align: right;
	text-transform: lowercase;
	font-weight: bold;
	margin: 6 0 0 0;
	padding: 6 2 2 2;
	height: 20px;
	text-shadow: 1px 1px 0 rgb(255,255,255);
   }

h2 {
	font-family: arial;
	font-size: 13px;
	font-style: italic;
	line-height: 11px;
	color: #FED000;
	border-bottom: 1px solid #739E84;
	background-image: url(head.png);
	letter-spacing: 2px;
	text-align: right;
	text-transform: lowercase;
	font-weight: bold;
	margin: 6 0 0 0;
	padding: 6 2 2 2;
	height: 20px;
	text-shadow: 1px 1px 0 rgb(255,255,255);
   }

h3 {
	font-size: 12px;
	color: #8062A8;
	font-family: arial;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	border-left: 5px solid #FED000;
	background-color: #F2F2F2;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 8px;
   } 

h4 { 
  font-family: arial; 
  font-size: 18px; 
  color: #ffffff;
  text-shadow: 1px 1px 0 #c2c2be;
  text-transform: lowercase;
  font-weight: 200;
  letter-spacing: 3pt;
  text-align: right;
  margin-bottom: -7px;
  margin-right: 10px;
}


h5 { 
  font-family: arial; 
  font-size: 10px; 
  color: #005052;
  text-shadow: 1px 1px 0 #e6e6e0;
  font-variant: small-caps;
  letter-spacing: 2pt;
  text-align: right;
  margin-right: 3px;
  margin-top: 7px;
  margin-bottom: 0px;
}


.menu a {
	font-family: arial;
	font-size: 10px;
	background-color: #FED000;
	color: #8062A8;
	display: block;
	text-align: center;
	line-height: 14px;
	letter-spacing: 5px;
	text-align: center;
	margin: 2px;
	padding: 2px;
	text-transform: lowercase;
}

.menu a:hover {
	color: #FED000;
	background-color: #8062A8;
	display: block;
	text-align: center;
}

.drehen {
	transform:rotate(2deg);
	-ms-transform:rotate(2deg); /* IE 9 */
	-moz-transform:rotate(2deg); /* Firefox */
	-webkit-transform:rotate(2deg); /* Safari and Chrome */
	-o-transform:rotate(2deg); /* Opera */
}
