@charset "UTF-8";

html, body, img, p, h1 {
	padding: 0;
	margin: 0;
	font-family: arial, sans-serief;
}

body {
	width: 100%;
	height: 100%;
	background-color: #00008B;
}

#body {
	width: 1010px;
	margin: 0 auto;
	background-color: #f0f0f0;
	margin-top: 3px;
	margin-bottom: 9px;
	border: 2px solid white;
	box-shadow: 3px 3px 4px 4px #797979;
}

#background {
	margin-left:25%;
	width: 50%;
	height: 100%;
	z-index: 0;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
}

#logo p {
	position: absolute;
	top: 35px;
	left: 10px;
	float: left;
	font-family: "times new roman", serief;
	font-size: 35pt;
	line-height: 26pt;
	letter-spacing: 2pt;
	font-weight: bold;
}

#logo img {
	position: absolute;
	left: 140px;
	height: 110px;
	top: 10px;
}

#start_nav {
	width: 1010px;
	height: 32px;
	position: relative;
	top: -5px;
	background-color: #dadada;
}

#start_nav #nav {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#nav fieldset {
	float: left;
	width: 240px;
	min-height: 11px;
	margin: 0;
	margin-left: 4px;
	padding-top: 2px;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 2px solid white;
	background-color: rgba(0, 125, 255, 1);
	border-radius: 3px;
	transition: all .2s linear;
}

#nav fieldset a {
	display: none;
	text-align: center;
	font-size: 12pt;
	transition: display .2s linear, background-color .3s linear;
}

#nav fieldset a:first-child + a {
	margin-top: 5px;
}

#nav fieldset a:first-child {
	display: block;
}

#nav fieldset a:link, #nav fieldset a:visited {
	text-decoration: none;
	color: #fbfbfb;
}

#nav fieldset:hover a {
	display: block;
}

#nav fieldset a:hover, #nav fieldset a:focus, #nav fieldset a:active {
	border-bottom: 1px solid rgba(171, 171, 171, 0.45);
	font-size: 11.5pt;
	background-color: rgba(171, 171, 171, 0.85);
}

#nav fieldset:hover {
	background-color: rgba(100, 100, 100, 1);
}

#main {
	border: 2px solid white;
	width: 749px;
	min-height: 200px;
	margin-top: 0px;
	float: left;
	padding-bottom: 25px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
}

#sidemap, #logged {
	border: 2px solid #007DFF;
	min-height: 100px;
	width: 220px;
	margin-top: 0px;
	margin-left: 3px;
	float: left;
	padding: 5px;
	font-size: 11pt;
	color: #696969;
}

#logged {
	min-height: 50px;
	margin-bottom: 3px;
}

#sidemap h1 {
	font-size: 16pt;
	color: white;
	display: block;
	background-color: #00008B;
	border-radius: 3px;
	padding-left: 3px;
}

#sidemap p {
	margin-left: 8px;
	margin-right: 7px;
	margin-top: 4px;
}

#sidemap div {
	background-color: rgba(100, 100, 100, 0.65);
	width: 90px;
	margin-top: 20px;
	margin-left: 130px;
}

#sidemap h1 a {
	display: block;
	color: white;
	text-decoration: none;
}

#sidemap div a:link, #sidemap div a:visited{
	font-size: 9pt;
	text-decoration: none;
	color: white;
	text-align: center;
}

#sidemap h1 a:hover, #sidemap h1 a:focus, #sidemap h1 a:active, #main .news p a:hover, #main .news p a:focus, #main .news p a:active {
	background-color: rgba(100, 100, 100, 0.85);
}

#guest_book {
	border: 2px solid #FF5367;
	min-height: 100px;
	width: 230px;
	margin-top: 3px;
	float: left;
	margin-left: 3px;
	background-color: #e6dccf;
	text-align: center;
}

.clear {
	clear: left;
	font-size:10pt;
}

#footer {
	width: 100%;
	height: 25px;
	background-color: #696969;
	margin-top: 2px;
	border-top: 2px solid #007DFF;
}

#footer p {
	float: left;
	font-size: 10pt;
	margin: 5px;
	letter-spacing: 1pt;
	margin-right: 0px;
}

#footer p + p {
	margin-left: 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #393939;
	transition: color .19s linear;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #f50000;
	font-weight: bold;
}

#main h1 {
	margin: 8px;
	display:block;
	border-bottom: 2px solid #0000FF;
	font-size: 26pt;
	padding-left: 3px;
	text-align:center;
}

#main h2 {
	margin: 6px;
	font-size: 20pt;
	text-align:center;
}

#main h3 {
	margin: 6px;
	font-size: 13pt;
	text-align:center;
}

#main p {
	margin: 8px;
	padding-left: 6px;
	font-size: 12pt;
	text-align:center;
}

.news h4 {
	font-size: 8pt;
	text-align: center;
}

#main .news {
	width: 729px;
	border: 2px solid white;
	margin-left: 8px;
}

#main .news div {
	width: 700px;
	float: left;
}

#main .news img {
	width: 700px;
}

/*#main .news div p a {
	//background-color: rgba(100, 100, 100, 0.65);
	display:block;
	//width: 150px;
}*/

#main .news div p a span {
	display: block;
}

textarea  {
	resize: none;
}

#up {
	width: 121px;
	height: 106px;
	position: fixed;
	right: 15px;
	bottom: 50px;
	border:2px solid red;
	cursor: pointer;
	display: block;
	transition: all .15s linear;
}

#up:hover {
	transform: scale(1.3);
	right: 25px;
}


@media only screen and (max-width: 1160px) {
	div#up {
		right: -2000px;
	}
	
	#up img {
		display: none;
	}
}

table {
	width: 100%;
}

table, tr, td, th {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}

th {
	background-color: #6A5ACD;
	font-size: 28pt;
}


.produkte td:first-child, .produkte td:nth-child(3) {
	background-color: #6A5ACD;
	width: 110px;
}

td a {
	color:  #800000;
}

.kleinesbild {
	width: 200px !important;
}

#flagge {
	width: 100px !important;
}

.downloadbild {
	width: 50px !important;
	display: block;
    margin-left: auto;
    margin-right: auto
}

.normal tr td {
	width: 33%;
}

.listenelement {
	text-align:center;
}

.bildinmitte {
	width: 300px !important;
	display: block;
    margin-left: auto;
    margin-right: auto
}

.keinLink {
	background-color:white !important;
}

.newsAbstand {
	border-bottom: 2px solid black;
	margin-bottom: 25px;
}

.newsAbstand  p{
	margin-bottom: 25px !important;
}
.newsAbstand p a:hover, .newsAbstand p a:focus, .newsAbstand p a:active {
	background-color: rgba(100, 100, 100, 0.85) !important;
}

#blau {
	color: #0000FF;
}

.click {
	color: #FF0000 !important;
}

.formular {
	text-align: center;
	margin-bottom: 15px;
}

#abschickenButton {
	width: 100%;
}

.kleinesbildmithover {
	width: 200px !important;
}

.kleinesbildmithover:hover{
	transform:scale(4);
}

#link {
	color:  #0000FF !important;
	text-decoration: underline;
	cursor: pointer;
}

#rot {
	color: #FF0000;
}