   CSS Stile definieren //
  <STYLE type="text/css">
  
html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family:tahoma;
	font-size:14px;
	font-weight:normal;
}

h1 {
	display:inline;
	font:tahoma;
	font-size: 16px;
	letter-spacing:2px;
	color:#403f3f;
	font-weight:normal;
}

h2 {
	display:inline;
	font:tahoma;
	font-size: 12px;
	letter-spacing:1px;
	color:#403f3f;
	font-weight:normal;
}

h2 a {
	color:#403f3f;
}

h2 a:hover	{
	color:#666;
	font-size: 12px;
}



.mail {
	display:inline;
	font-size: 12px;
	color: #FFF;
	letter-spacing:0;
	line-height:19px;
	font-weight:normal;
	font-family: arial;
	text-decoration: none;
}

.mail a {
	color: #FFF;
	text-decoration:none;
}

.mail a:hover	{
	color: #F00;
	font-size: 12px;
	font-family: arial;
}



h3 {
	display:inline;
	font:tahoma;
	font-size: 10px;
	letter-spacing:1px;
	color:#403f3f;
	font-weight:normal;
}

h3 a {
	color:#403f3f;
}

h3 a:hover	{
	color:#666;
	font-size: 10px;
}

h4 {
	display:inline;
	font: arial;
	color:#333;
	line-height:17px;
	text-align: left;
	font-size: 13px;
	text-decoration: none;
	font-weight:normal;
}

h4 a{
	display:inline;
	font: arial;
	color:#333;
	line-height:17px;
	text-align: left;
	font-size: 13px;
	font-weight:bold;
}

h4 a:hover{
	display:inline;
	font: arial;
	color:#90C;
	line-height:17px;
	text-align: left;
	font-size: 13px;
	font-weight:bold;
}

h5 {
	display:inline;
	font: arial;
	font-size: 12px;
	color: #FFF;
	line-height:17px;
	font-weight:normal;
}

h5 a {
	color:#FFF;
	text-decoration: none;
}

h5 a:hover {
	color:#d0001f;
}





h6 {
	display:inline;
	font: arial;
	font-size: 12px;
	color: #FFF;
	letter-spacing:1px;
	line-height:17px;
	text-align: left;
	text-decoration: none;
	font-weight:normal;
}

#h7 {
	display:inline;
	font: arial;
	line-height:17px;
	text-align: left;
	color:#4e3962;
	font-size: 14px;
	font-weight:bold;
}

#h7rot {
	font-size: 13px;
	color: #d0001f;
}

#h8 {
	font-size: 10px;
	color:#000;
}

#shadow-text {
	display:inline;
	font: arial;
	text-align: left;
	color:#9684ad;
	font-size: 35px;
	font-weight:bold;
	text-align:left;
}


</STYLE>

