/*
	
	Global Reset
	
*/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}

/*

	Fontfaces & Definitions
	
*/

@font-face {
	font-family: "TheMixRegular";
	src:url(fonts/TheMixB-W5Plain.otf) format("opentype");
}
@font-face {
	font-family: "TheMixBold";
	src:url(fonts/TheMixB-W7Bold.otf) format("opentype");
}
@font-face {
	font-family: "SyntaxRegular";
	src:url(fonts/SyntaxLTStd-Roman.otf) format("opentype");
}
@font-face {
	font-family: "SyntaxBold";
	src:url(fonts/SyntaxLTStd-Bold.otf) format("opentype");
}

h1, h2, p, a, li, th, td, small {
	font-family: "SyntaxRegular";
}
.content h1, .content h2, .content p, .content li, th, td, small {
	color: #817E65;
}
.content ul, .content ol {
	margin-left: 25px;
}
h1 {
	margin: 20px 0px;
	font-weight: normal;
}
h2 {
	margin-bottom: 20px 0px;
	font-weight: normal;
}
p {
	margin: 16px 0px;
}
p, li, th, td {
	line-height: 155%;
	font-size: 20px;
}
/*
p {
	text-align: justify;
}
*/
.content p > a, .content li > a {
	border-bottom: 1px dotted #817E65;
	color: #817E65;
	text-decoration: none;
	padding-left: 22px;
	background-image: url(img/CapricornIcon.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-y: 2px;
}

/*
	
	Table Styles
	
*/

#datatable {
	background-color: #C0BEB2;
	border: 1px solid white;
	border-bottom: 0px;
	border-right: 0px;
}
#datatable td {
	width: 33%;
	color: white;
	padding: 5px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-style: italic;
}
#datatable th {
	width: 33%;
	color: white;
	padding: 5px;
	border-bottom: 3px solid white;
	border-right: 1px solid white;
}

/*
	
	Background Images
	
*/

.home {
	background-image: url(img/capricornHome.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.horn {
	background-image: url(img/capricornHorn.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.biologie {
	background-image: url(img/capricornBiologie.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.lebensraum {
	background-image: url(img/capricornLebensraum.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.jagd {
	background-image: url(img/capricornJagd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.gianundgiachen {
	background-image: url(img/capricornGianundgiachen.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/*
	
	Custom Styles
	
*/

body {
	background-color: #DFDFD8;
	position: relative;
	overflow: hidden;
}
.box {
	position: relative;
}
.navigation {
	z-index: 1;
	position: fixed;
	top: 125px;
	right: 0px;
}
.navigation li {
	list-style-type: none;
	text-align: center;
	background-image: url(img/appGranit.png);
	margin: 20px 0px;
	-webkit-border-radius: 5px 0px 0px 5px;
}
.navigation li a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 20px;
	padding: 8px 15px 2px 15px;
}
.current {
	color: #C60219 !important;
}
.active {
	background-color: #C60219;
}
#impressum {
	z-index: 1;
	position: fixed;
	bottom: 0px;
	right: 70px;
	margin: 0px;

}
#impressum > a {
	font-size: 14px;
	text-decoration: none;
	color: #C0BEB2;
}
.impressum {
	margin-top: 120px;
}
.subnavigation {
	text-align: center;
	background-image: url(img/appRed.png);
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 100%;
}
.subnavigation li {
	display: inline-block;
	text-align: center;
}
.subnavigation li a {
	padding: 33px 15px 27px 15px;
	display: block;
	text-decoration: none;
	color: white;
	font-size: 20px;
}
.header {
	height: 120px;
	position: relative;
	background-position: center center;
}
.headernavigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background-image: url(img/appRed.png);
	width: 100%;
}
.headernavigation li {
	display: inline-block;
	text-align: center;
}
.headernavigation li a {
	padding: 33px 15px 27px 15px;
	display: block;
	text-decoration: none;
	color: white;
	font-size: 20px;
}
.content {
	width: 797px;
	padding: 10px;
	overflow:auto;
	position: relative;
}
table {
	width: 100%;
}
td {
	width: 50%;
	vertical-align: middle;
}
.geweih_info {
	width: 395px;
	left: 10px;
	top: 10px;
	position: absolute;
}
.horn_info {
	width: 395px;
	right: 10px;
	top: 10px;
	position: absolute;
}
