.mainnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #f9dbad;
	background-color: #008484;
	border: none;
}
.rahmen {
	border: thin double #008484;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetia, sans-serif;
}
h1 
 {
	font-size: 30px;
	color:rgb(0,136,136);
	text-align: center;
             
}
h2 {
	font-size: 28px;
	color:rgb(0,136,136);
}
h3 {
	font-size: 26px;
	color:rgb(0,136,136);
}
h4 {
	font-size: 24px;
	color:rgb(0,136,136);
}
h5 {
	font-size: 18px;
        font-weight:bold;
	color:rgb(0,136,136);
}
h6 {
	font-size: 10px;
	color:rgb(0,136,136);

}

p {
	font-family: Verdana, Arial, Helvetia, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:rgb(0,136,136);
	align: center;
	text-align: center;

}

hr {
	color:rgb(0,136,136);

}
a {
	color:rgb(0,136,136);

}

a:link {
	color:rgb(0,136,136);
	text-decoration: none;
}
a:hover {
	color:#FF8000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

body {
	background-color: #F9DBAD;
}

table
     {
	align:center;
	vertical-align: middle;

}
