@CHARSET "UTF-8";

/* -- Allgemein */
html {
	height: 100%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: rgba(173, 91, 23, 1);
}

html p {
	margin: 0;
}

h1 {
	color: rgb(240, 130, 39);
	font-size: 15pt;
	margin: 0 0 1em 0;
	padding: 0;
}

h2 {
	color: rgb(240, 130, 39);
	font-size: 13pt;
	margin: 0 0 0.5em 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}

/* -- Header */
#titelleiste {
	//background-color: rgba(240, 130, 39, 0.2);
	background: linear-gradient(135deg, rgba(240, 130, 39, 0.3) 0%, rgba(173, 91, 23, 0.5) 100%);
	border-bottom: 1px solid white;
	width: 100%;
	min-width: 900px;
	height: 150px;
}

#logo {
	height: 130px;
	margin-left: 10%;
	padding-top: 10px;
	padding-bottom: 0;
}

#navbar {
	background-color: rgba(173, 91, 23, 0.5);
	height: 34px;
	border-bottom: 1px solid white;
	width: 100%;
	min-width: 900px;
	padding-top: 8px;
	padding-bottom: 8px;
	box-shadow: 3px 1px 1px grey;
}

#reiter {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border-collapse: collapse;
	border-bottom: 20px solid rgba(255, 255, 255, 0);
}

#reiter td {
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 10%;
	vertical-align: middle;
	border-bottom: 0px solid white;
}


#reiter a {
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	min-width: 60px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#reiter a:visited {
	text-decoration: none;
	color: white;
}

#reiter a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#reiter_erweiterbar:hover table {
	display: table;
	margin-top: 8px;
}

#reiter_erweiterbar_inhalt {
	display: none;
	margin-left: -2px;
	width: 250px;
	position: absolute;
	z-index: 2;
	color: white;
	background-color: white;
	border-collapse: collapse;
	box-shadow: 1px 2px 1px grey;
}

#reiter_erweiterbar_inhalt tr {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: rgba(173, 91, 23, 0.5);
}

#reiter_erweiterbar_inhalt td {
	text-align: left;
}

#reiter_erweiterbar_inhalt a {
	width: 242px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	border-left: 6px solid rgba(255, 255, 255, 0);
}

/* -- Inhalt */
.page-wrapper {
	background-color: rgba(240, 130, 39, 0.3);
	position: relative;
	min-height: 84.5%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

#schrift {
	max-width: 100%;
	
}

#content {
	padding-left: 15px;
	padding-top: 2em;
	padding-right: 15px;
	padding-bottom: 60px;
}

/* -- Footer */
#footer {
	background-color: rgba(173, 91, 23, 0.5);
	height: 1,5em;
	width: 800px;
	position: absolute;
	bottom: 0;
	vertical-align: middle;
	padding-top: 0.5em;
	padding-bottom: 0.5em
}

#footer a {
	margin-left: 15px;
	color: white;
	font-size: 11pt;
	text-decoration: none;
}

#footer a:visited {
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_copyright {
	display: inline;
	margin-left: 15px;
	color: white;
	font-size: 10pt;
}

/* -- Sonstiges */
.clear {
	clear: both;
}

.wichtig {
	color: rgb(240, 130, 29);
	font-weight: bold;
}

.stellenanzeige {
	border: 2px solid rgb(240, 130, 29);
	padding: 0 10px;
	margin-top: 50px;
}
