@charset "utf-8";
/* CSS Document */

body
	{
		background-color:#fff0c3;
	}
	
h1
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff0c3;
		font-size:30px;
		font-weight:bold;
	}	
h2
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff0c3;
		font-size:24px;
		font-weight:bold;
	}	
h3
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff0c3;
		font-size:20px;
		font-weight:bold;
	}		

marquee
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#ffcc00;
		font-size:20px;
		font-weight:bold;
	}		

div
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff0c3;
		font-size:16px;
	}
div.ankuendigungen
	{
		color:#D50000;
		margin:10px;
	}
div.adminmenue
	{
		color:#D50000;
		margin:10px;
		background-color:#fff0c3;
	}
div.error
	{
		font-family:Arial, Helvetica, sans-serif;
		color:#D70000;
		font-size:16px;
		text-align:left;
	}
div.nav
	{
		line-height:1.5;
		font-weight:bold;
	}
div.nav_klein
	{
		font-weight:normal;
		font-size:15px;
	}
div.foot
	{
		margin:10px;
		font-size:11px;
	}
a
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
		color:#ffd967;
	}
a:hover
	{
		color:#ffeeba;
	}
a.nav
	{
		color:#fff0c3;
	}
a:hover.nav
	{
		color:#ffd967;
	}
a.ankuendigungen
	{
		color:#D50000;
	}
a:hover.ankuendigungen
	{
		color:#F90006;
	}
a.hl
	{
		color:#fff0c3;
	}
a:hover.hl
	{
		color:#fff0c3;
	}
	
input
	{
		background:none;
		border:1px solid #fff0c3;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff0c3;
		font-size:16px;
	}
input:focus
	{
		background-color:#908347;
	}
input.error
	{
		background-color:#fff6c8;
		color:#F00000;
		border:1px solid #F00000;
	}	
textarea
	{
		background:none;
		border:1px solid #fff0c3;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff0c3;
		font-size:16px;
	}
textarea:focus
	{
		background-color:#908347;
	}
textarea.error
	{
		background-color:#fff6c8;
		color:#F00000;
		border:1px solid #F00000;
	}
	
li
	{
		margin-bottom:20px;
	}
	
td.abstammung
	{
		border:1px solid #fff0c3;
		vertical-align:middle;
	}
	
img.border3
	{
		border:3px solid #fff0c3;
	}
