﻿body
{
	margin: auto;
	margin-top: 0px;
	font: normal normal normal 0.75em/1.5 Verdana, Geneva, Tahoma, sans-serif;
	background-color: #ffffff;
}

#oben
{
	float: left
}

#block
{
	width: 780px;
	float: left;
	background-color: #6c7c98;
}

#block1
{
	width: 780px;
	float: left;
	padding: 1.5em 0  1.5em 0;
}

#block1 h1
{
	float: left;
	color: white;
	font-size: 1.6em;
	padding-left: 21px;
	font-weight:normal;
}

#block2
{
	float: left;
}

#block2 li
{
	display: inline;
}

a.block2
{
	color:#173a60;
	text-decoration:none;
	border-bottom: 0px none;
	background:transparent;
}

a.block2:active,
a.block2:hover,
a.block2:focus
{
	color:#A62B43;
	text-decoration: underline;
}


/****************************
	fontsize
****************************/
#fontsize
{
	float: right;
	padding-right: 47px;
	margin-top: -0.4em;
}

a.fs
{
	color:white;
	text-decoration:none;
	border-bottom: 0px none;
}

a.fs:active,
a.fs:hover,
a.fs:focus
{
	color:white;
	background:none;
	text-decoration:underline;
}

#fontsize_normal
{
	font-size: 1em;
}

#fontsize_bigger
{
	font-size: 1.5em;
}

#fontsize_big
{
	font-size: 2em;
}

#pageblock
{
	background: transparent;
	width: 780px;
	margin: auto;
}

#pageblock1
{
	float: left;
	width: 780px;
	background-color: #edf2fa;
	box-shadow: 2px 2px 10px #989797;
	/* Ausklammern runde Ecken	*/
	border-radius: 15px 15px 15px 15px ;
	-moz-border-radius: 15px 15px 15px 15px ;
	-webkit-border-radius: 15px 15px 15px 15px ;
	-moz-border-radius: 15px 15px 15px 15px ;
	-webkit-border-radius: 15px 15px 15px 15px ;
}

#nav
{
	background: #edf2fa;
	width: 12em;
	float: left;
}

#nav1
{
	background: #edf2fa;
	/*width: 100%;*/
	float: left;
	padding: 1.7em 0 2em 20px;
}

#content
{
	float: left;
	width: 415px;
	background-color: #edf2fa;
}

#content1
{
	padding: 1.7em 1.5em 3.5em 1.5em;
}

#blockrechts
{
	width: 158px;
	float: right;
	margin-top: 0px;
	padding: 0px 0 15px 0;
	/*padding: 0px 0 0 0; wenn runde cken weg sind */
	background-color: #edf2fa;
}

/* --- DSGVO ---------------------------------------------------- */

.cookiebanner
{
	text-align: center;
	line-height: 1.3em;
	color: white;
	background: black;
	
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 16px;
	height: auto;
	z-index: 255;
	opacity: 1;
}

.cookietext {}

.cookieinfo {margin: 18px 0 8px 0;}

.cookieinfo-a
{
	color: #173a60;
	padding: 6px 18px;
	background-color: white;
	text-decoration: none;
}

a.cookieinfo-a:hover
{
	/*background-color: #317ac9;*/
	color: #A62B43;
	text-decoration: underline;
}

.cookiebanner-close
{
	margin-left: 20px;
	color: #173a60;
	padding: 6px 18px;
	background-color: white;
}



/**************************
	hidden
***************************/
.hidden
{
	position: absolute;
	left: -900em;
	top: -900em;
	height: 0;
	width: 0;
	display: block;
	overflow: hidden;
}

.foto1
{
	display:none;
}

.foto2
{
	display:none;
}

/***** skiplinks	******************************/
#skiplinks 
{
	margin: 0 auto;
	position: relative; 
}

#skiplinks p a 
{
	display: block;
	position: absolute;
	left: -900em;
	top: -900em;
	width: 0;
	height: 0;
	overflow: hidden;
}

#skiplinks p a:focus, 
#skiplinks p a:hover, 
#skiplinks p a:active 
{
	color: white;
	background-color:#A62B43;
	display: block;
	padding: 0.2em 0.5em;
	position: absolute;
	left: 300px;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: none;
	white-space: nowrap;
	z-index: 100;
}


/**************************
	Navigation
**************************/

#nav ul li  
{
	text-transform: none;
	border-bottom: 0px solid #AAA;
	background-color:#edf2fa;
	background-color: transparent;
}

#nav ul li a
{
	display: block;
	color: #173a60;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
}

#nav ul li a
{
	padding: 0.40em 0 0.40em 0em;
}

#nav ul li a:hover,
#nav ul li a:focus,
#nav ul li a:active
{
	color: #A62B43;
	text-decoration:underline;
	background-color: transparent;
}

#nav ul li a.sel
{
	color: #A62B43;
}

#nav-open-btn,
#nav-close-btn
{
	position: absolute;
	right: 10px;
	top: 12px;
	background-image: url(nav-icon.png);
	display: block;
	width: 20px;
	height: 20px;
	display: none;
}

