@font-face {
	font-family:'Myriad';
	src: url('../ttf/Myriad Pro Regular.ttf');
}

@font-face {
	font-family:'Jellyka Western Princess';
	src: url('../ttf/Jellyka Western Princess.ttf');
}

html {
	overflow-y: scroll;
	font-family: Myriad, Sans;
	font-size: 20px;
	color: #333333;
	
}

* {
	padding: 0;
	margin: 0;	
}

body {
	background-image: url('../images/layout/bg-body.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-width: 1253px;
	min-height: 900px;
}

#wrapper {
	background-image: url('../images/layout/bg-content.png');
	background-repeat: repeat-y;
	width: 1253px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	width: 1253px;
	height: 261px;
	top: 0px;
	position: relative;
	background-image: url('../images/layout/banner.png');
}

#content-wrapper {
	width: 1253px;
	position: relative;
}

#menu {
	width: 214px;
	height: 600px;
	margin-left: 112px;
	float: left;
	background-image: url("../images/layout/menu.png")
}

#menu-left {
	margin-top: 29px;
	margin-left: 14px;
	width: 120px;
	float: left;
	height: 550px;
}

#content {
	width: 750px;
	height: 0px;
	float: left;
	padding: 8px;
	padding-top: 50px;
	margin-top: -40px;
	padding-bottom: 0px;
}

p {
	padding-bottom: 8px;
	text-align: justify;
}

h1 {
	clear: both;
	font-family:'Jellyka Western Princess';
	text-align: center;
	padding-bottom: 12px;
	color: #342211;
	font-size: 40px;
	text-shadow: -1px, 4px 4px 12px rgba(0,0,0,.5);
}

h2 {
	padding-top: 8px;
	text-align: center;
	padding-bottom: 8px;
}

#menu-left ul{
	width: 130px;
	height: 550px;
	list-style: none;
}

#menu-left ul li{
	width: 140px;
	height: 32px;
	margin: 4px;
	margin-bottom: 16px;
}

#menu-left ul li a{
	width: 140px;
	height: 32px;
	display: block;
}

.horizontal-menu {
	margin-top: 0px;
	padding-bottom: 16px;
	
	transition: background-color .25s;
	
}

.horizontal-menu ul {
	min-width: 200px;
	height: 36px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.horizontal-menu ul li {
	height: 36px;
	display: inline-block;
	margin: 4px;
	width: 200px;
	border-radius: 18px;
	background-color: rgba(0,0,0,.3);
	transition: background-color .25s;
}

.horizontal-menu ul li:hover {
	background-color: rgba(0,0,0,.6);
	transition: background-color .25s;
}
.horizontal-menu ul li a{
	height: 24px;
	float: left;
	width: 200px;
	line-height:36px;
	font-family: 'Myriad', Sans;
	color: #292826;
	font-size: 24px;
	text-shadow: -1px 0 #c2d2f2, 0 1px #c2d2f2, 1px 0 #c2d2f2, 0 -1px #c2d2f2, 4px 4px 12px rgba(0,0,0,.5);
	text-decoration: none;	
}

.horizontal-menu ul ul {
	display: none;
	position: absolute;
	margin-top: 36px;
	z-index: 9999;
	padding: 0;
	opacity: 0;
	margin-left: 0px;
}

.horizontal-menu ul ul li {
	display: block;
	margin: 0px;
	background-color: rgba(0,0,0,.8);
	transition: background-color .25s;
	border-radius: 0;
}

.horizontal-menu ul ul li:hover {
	background-color: rgba(128, 128, 128, .7);
	transition: background-color .25s;
}

.horizontal-menu ul ul li:first-child {
	border-radius: 18px 18px 0px 0px;
}

.horizontal-menu ul ul li:last-child {
	border-radius: 0px 0px 18px 18px;
}

.horizontal-menu ul li:hover>ul {
	display: block;
	opacity: 1;
}

table {
	width: 750px;
	margin-top: 12px;
	margin-bottom: 16px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 6px 6px 18px rgba(0, 0, 0, .5);
	border-collapse: collapse;
	border-radius: 18px;
	color: #292826;
	text-shadow: none;
}

table td {
	padding: 8px;
	text-align: center;
	border: 1px solid #292826;
	background-color: rgba(110, 98, 87, .7);
}

table th {
	padding: 12px;
	text-align: center;
	background-color: rgba(110, 98, 87, 1);
	border: 1px solid #292826;
}

table tr {
	background-color: transparent;
}

table.ahnentafel th:first-child {
	border-radius: 18px 0 0 0;
	border-left: 0;
}

table.ahnentafel th:last-child {
	border-radius: 0 18px 0 0;
	border-right: 0;
}

table.ahnentafel tr:first-child th {
	border-top: 0;
}

table.ahnentafel tr td:first-child {
	border-left: 0;
}

table.ahnentafel tr td:last-child {
	border-right: 0;
}

table.ahnentafel tr:nth-child(8) td{
	border-bottom: 0;
}

table.ahnentafel tr:nth-child(6) td:first-child {
	border-radius: 0 0 0 18px;
	border-bottom: 0;
}

table.ahnentafel tr:last-child td:last-child {
	border-radius: 0 0 18px 0;
	border-bottom: 0;
}

table.koer			{
						width: 750px;
						margin-bottom: 32px;
						margin-top: 16px;
						margin-left: auto;
						margin-right: auto;
						border: 1px dotted #cccccc;
						box-shadow: 2px 2px 4px rgba(0,0,0,.5);
						font-size: 12px;
						border-radius: 6px;
						}						

.koer1				{	background-color: #cccccc;
						text-align: center;
						font-family: Arial Narrow; 
						font-size: 12px;
						color: #1b1b1b;
						padding: 0.5em;
						border: 1px dotted #1b1b1b;
						background-color: #cccccc;
	
	
}	

.koer2				{	
						width: 700px;
						margin-bottom: 32px;
						margin-top: 16px;
						margin-left: auto;
						margin-right: auto;
						border: 1px dotted #cccccc;
						box-shadow: 2px 2px 4px rgba(0,0,0,.5);
						font-size: 14px;
						border-radius: 6px;
					}
.link	{text-decoration: underline;
		color: #dae5f6;
		}
.hoch {
	margin-right: 18px;
	margin-bottom: 18px;
	width: 118px;
	border: 1px solid #dae5f6;
	box-shadow: 3px 3px 9px rgba(0,0,0,.5);
}
	
.quer {
	margin-right: 18px;
	margin-bottom: 18px;
	width: 260px;
	border: 1px solid #dae5f6;
	box-shadow: 3px 3px 9px rgba(0,0,0,.5);
}

.zentriert {
	text-align: center;
	
}

.blocksatz  {
	text-align: justify;
}

.red	{ color: #eec900;
	
}
.gelb				{  background-color: #ffff33;
						color: #1b1b1b;
					}
					
.rot				{  background-color: #ff0000;
						color: #1b1b1b;
					
					}
.grün				{	background-color: #00cc33;
						color: #1b1b1b;
					}	

.blau				{	background-color: #6699ff;
						color: #1b1b1b;
					}	
	
