@CHARSET "UTF-8";

/*
Farben:
grau: #8f959c; rgba(143, 149, 156);
blau: #0093d0; rgba(0, 147, 208);
*/

html {
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#8f959c;
	color: #44555f;
	font-size: 12pt;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	overflow: scroll;
}

/* Main container */
/* TODO: 	- evtl. min-height anpassen 
			- Farben anpassen
			-
*/
#pageBorder {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 1px;
}

#page {
/*	border: 1px solid rgba(143, 149, 156, 0.8); */ 
	position: relative;
	background-color: white;
	margin: 0 auto;
	border-radius: 1px;
	padding-bottom: 0;
	box-shadow: 5px 5px 5px gray;
}


/* Header */
header, #header {
	height: 210px;
}

#header {
	background-image: url("HQ-D Hintergrund_JN10a.png");
}

div #languageAdjustment {
	height: 30px;
	text-align: right;
	padding-right: 1%;
	border-top: 1px solid #fff;
	background-image: url("HQ-D Hintergrund_JN11.png");
}

div #languageAdjustment a {
	font-size: 10pt;
	text-decoration: none;
	color: #000;
	display: none;
}

div #languageAdjustment a:hover {
	text-decoration: underline;	
}

a #schriftzug {
	float: left;	
}

#schriftzug img {
	margin: 50px 0 0 3%;
	max-width: 50%;
}

/* suche */
header form, #header form {
	text-align: right;
	padding: 2% 2% 0 0;
	float: right;
}

#suchFeld input {
	border: none;
	padding: 4px;
	float: left;
	display: none;
}

#suchFeld input[type=text] {
	padding: 5px;
	height: 16px;
}

#suchFeld input[type=image] {
	width: 18px;
	height: 18px;
	float: right;
	background-color: #fff;
}

#suchrand {
	border: 2px solid rgba(143, 149, 156, 0.2);
	float: right;
	padding: 2px;
	padding: 0;
}


/* Navigation oben */
#navigation {
	height: 36px;
	margin: 50px 0 0 0;
	padding: 1% 1% 1% 220px;
	text-align: center;
}

#navigation a {
	min-width: 60px;
	font-size: 14pt;
	display: inline-block;
	color: #000;
	padding: 5px 6px;
	margin-left: 2px;
	text-decoration: none;
	border-radius: 1px;
}

#navigation a:hover {
	text-decoration: underline;
	transform: scale(1.1);
	
}

/* Seitenleiste */
#seitenleiste {
	position: relative;
	top: 10%;
	height: 650px;
	/*bottom: 0;*/
	width: 180px;
	margin: 0 1% 1% 1%;
	padding: 2% 0 1% 1%;
	float: left;
	overflow: hidden;
}

#seitenleiste h2 {
	color: #000;
	padding: 0;
	margin: 0;
}

/* Strich an der Seitenleiste */
#seitenabgrenzung {
	top: 232px;
	bottom: 40px;
	position: absolute;
	background-image: url("Seitenleistenhintergrund.png");
	background-repeat: repeat-y;
	background-position: right;
	width: 220px;
}


/* Inhalt */
#content {
	display: block;
	margin: 1% 2% 1% 240px;
}

#content p {
	text-align: justify;
}

/* Fußzeile */
#footer {
	background-image: url("img_footer.jpg");
	/*padding: 1% 0 1% 2%;*/
	margin-top: 50px;
	height: 40px;
	font-size: 10pt;
}

footer div div, #footer div {
	display: inline-block;
}

#footer a, #footer div {
	margin: 12px 0 12px 1%;
	color: #44555f;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: #000;
}

/* Klasse zum abschließen von Floatenden Elementen */
.clear {
	clear: both;
}

/* Klasse für aktuelle Reiterauswahl */
.navAuswahl {
	font-weight: bold;
}

/* Klasse für back to top */
.top {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}

.top:hover {
	color: #000;
	text-decoration: underline;
}

.top:visited {
	color: #000;
	text-decoration: none;
}