body {
	color: #000000;
	background-color: #0A2846;
	margin: 0px;
}
a        {  color: #fff;}
a:hover  {  color: #70C5EF;}
.siteseeing {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333300; background-color: #E3E4D1;}
.form {  border-color: black black #0A2846; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 190px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}.linkaufdunkel {  color: #70C5EF; text-align: right; margin-right: 14px;}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 9px;
	font-weight: lighter;
	text-align: center;
}
h1 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #0A2846; padding-top: 0px; border-color: black black #690109; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;}
h6 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #0A2846; padding-top: 0px; border-color: black black #0A2846; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;}

p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; 	text-align: left;}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.info {  font-size: 0px; color: #0A2846; visibility: hidden;}
.contentblock {  background-color: #B7AEA7; padding: 15px; }
.contentblocklinks {
	background-color: #B7AEA7;
	padding: 5px;
	text-align: center;
}
img.deko {
  -moz-box-shadow: 3px 3px 3px rgba(125, 125, 125, 0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(125, 125, 125, 0.3);
  box-shadow: 3px 3px 3px rgba(125, 125, 125, 0.3);
}
.contentblocklinks a        {  text-decoration: none;}
#foot {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: center; background-color: #CCCCCC; height: 30px; margin-top: 400px; padding: 3px; text-decoration: none;}
a.foot        {   text-decoration: none;  }
.ohneul {  text-decoration: underline; color: #70C5EF;}
.nav {
	color: #0A2846;
	text-align: right;
; text-decoration: underline
}
.nav a {  color: #0A2846; text-decoration: none}
.nav	a:hover {  text-decoration: underline; color: #70C5EF}
.nav	a:active {  color: #0A2846}
.nav	a:link {  color: #E3E4D1}
li {  font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif}
.fettrot {
	font-weight: bold;
	color: #0A2846;
	letter-spacing: 0.05em;

}
.latest {
	visibility: hidden;
z-index: 5;
}
h3 {
	font-size: 12px;
}

.button {
    display: flex;
    align-items: center;
    background-color: #70C5EF;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 #fff;
    transition: all 0.5s ease-in;
    text-decoration: none;
}
.button:hover {
    background-color: #fff;
    color: #70C5EF;
}