@charset "UTF-8";

/* Basics
------------------------ */
body,div {
	margin: 0px;
	padding: 0px;
}

/* Header
------------------------ */
header {
	position: sticky;
	top: 0px;

	background: #5CB000;
	padding-bottom: 12px;
	text-align: center;
}

#header-table {
	margin: auto;
	text-align: left;
	width: 750px;
}

#nav-table {
	width: 748px;
	height: 24px;
	border: 1px #993333 solid;
}

header a.nav:link {
	color: #A31D39;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

header a.nav:visited {
	color: #A31D39;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

header a.nav:hover {
	color: #FFCC30;
	background-color: #339900;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

/* Main container
------------------------ */
body {
	background: url("bground.gif");
}

#content,#content td,#content p,#content h1,#content h2 {
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

#content h3 {
	color: #A31D39;
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
}

img.frame {
	border: 3px #fccd39 solid;
}

.highlight {
	font-size: 130%;
	font-weight: bold;
	color: #A31D39;
	line-height: 1.5;
	border-bottom: dashed 1px #A31D39;
	text-decoration: none;
}

a.highlight {
	border-bottom: dashed 1px #A31D39;
	text-decoration: none;
}

a.highlight:hover {
	border-bottom: solid 1px #A31D39;
}

/* unkft.html
------------------------ */
a.unkft {
	display: block;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

a.unkft:hover img,a.unkft:active img,a.unkft:focus img,a.unkft.active img {
	border: 2px #f5c443 solid;
}

a.unkft img {
	margin: 0px;
	padding: 0px;
	border: 2px #9c3516 solid;
}

a.unkft .title {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	color: #963d00;
	visibility: hidden;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(235,192,61,1) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(235,192,61,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(235,192,61,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(235,192,61,1) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(235,192,61,1) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(235,192,61,1) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

a.unkft:hover .title,a.unkft:active .title,a.unkft:focus .title,a.unkft.active .title {
	visibility: visible;
}

/* kontakt.php
------------------------ */
a.kontakt:link, a.kontakt:visited {
	color: #339900;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.kontakt:hover {
	color: #CC0000;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

/* anreise.html
------------------------ */
a.anreise:link {
	color: #A31D39;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.anreise:visited {
	color: #A31D39;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.anreise:hover {
	color: #CD3326;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}
