body {
	/*background-color: #f4f4f5;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
    margin-bottom: 0pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 15pt;
	margin-bottom: 5pt;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: black;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5pt;
	color: black;
}
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lauftext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
a:link {
	/*color: #858585;*/
	color: #153495;
	text-decoration: none;
}
a:visited {
	/*color: #858585;*/
	color: #153495;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	/*color: #858585;*/
	color: #153495;
	text-decoration: none;
}
.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
a.navi:link {
	color: #858585;
}
a.navi:visited {
	color: #858585;
}
a.navi:hover {
	color: #333333;
}
a.navi:active {
	color: #858585;
}
.subnavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
    padding-left: 10px;
}
a.subnavi:link {
	color: #858585;
}
a.subnavi:visited {
	color: #858585;
}
a.subnavi:hover {
	color: #333333;
}
a.subnavi:active {
	color: #858585;
}
.horiznavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: x-small;
  	padding-top: 2px;
	font-weight: bold;
	font-variant: small-caps;
	color: black;
}
a.horiznavi:link {
	color: black;
}
a.horiznavi:visited {
	color:black;
}
a.horiznavi:hover {
	color: #666666;
}
a.horiznavi:active {
	color: black;
}
.introtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	color: #6699FF;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: lighter;
}
.aktuelles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
a.aktuelles:link {
	font-weight: bold;
	color: black;
}
a.aktuelles:visited {
	font-weight: bold;
	color: black;
}
a.aktuelles:hover {
	color: #666666;
}
a.aktuelles:active {
	color: black;
}


/* Buttons 
a.button:link, a.button:visited, a.button:hover, a.button:active {
  display:block; width:280px; height:1.3em; padding:3px;
  text-align:center; font-weight:bold; text-decoration:none;
}
a.button:link, a.button:visited {
  color:#000; background-color:#8dad68;
  border-left:2px solid #fff; border-top:2px solid #fff;
  border-right:2px solid #000; border-bottom:2px solid #000;
}
a.button:hover {
  color:#000; background-color:#9cb388; padding:4px 2px 2px 4px;
  border-left:2px solid #666; border-top:2px solid #666;
  border-right:2px solid #ccc; border-bottom:2px solid #ccc;
}
a.button:active {
  color:#fff; background-color:#999;
  border-left:2px solid #000; border-top:2px solid #000;
  border-right:2px solid #fff; border-bottom:2px solid #fff;
}
*/
a.button {
/* Sliding right image */
background: transparent url('images/button_right_02.png') no-repeat scroll top right; 
display: block;
float: left;
height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */ 
background: transparent url('images/button_left_02.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}