@import url("nav.css");

#txt {
  position: fixed;
  bottom: 0;
	padding: 0 10px;
	right: 0px;
	color: #000;
	background: #ccc;
	opacity: 0.7;
	-webkit-transition: opacity 0.7s;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
}


html, body {
	border: 0 none;
	padding:0px;
	height:100%;
	margin:0px;
}

/* BODY UND SEITE / BODY AND PAGE */
#body {
	/*background: none repeat scroll 0 0 #284696;*/
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #444;
}

/* GLOBAL */
h1, h2, h3 {font-family: verdana, sans-serif; color: #333; font-size: 20px; line-height: 1.2em; font-weight: 100; letter-spacing: 2px; padding: 0 0 6px 0; margin: 0 0 10px 0;}
h4 {font-family: verdana, sans-serif; color: #333; font-size: 18px; line-height: 1.2em; font-weight: 100; letter-spacing: 1px; margin: 15px 0 10px 0;}
h5 {font-family: verdana, sans-serif; color: #333; font-size: 16px; line-height: 1.0em; font-weight: 100; letter-spacing: 1px; margin: 15px 0 10px 0;}
h6 {font-family: verdana, sans-serif; color: #333; font-size: 14px; line-height: 0.8em; font-weight: 100; letter-spacing: 1px; margin: 15px 0 10px 0;}
p {margin: 10px 0;}
ol {margin: 6px 0;}
ol li {line-height: 1.0em; border: 0; padding: 3px 0; margin: 0 0 0 22px;}
ul { margin: 6px 17px;}
ul li {line-height: 1.2em; border: 0; padding: 3px 0; margin: 0;}
hr {height: 2px; clear: both; color: #999; background-color: #999; border: 0;}
blockquote {padding: 2px 0 2px 20px; border-left: 3px solid #999;}


body, td {
    color: #444;
    font-family: verdana,sans-serif;
    font-size: 12px;
}

#top {
	font-size: 10px;
	line-height: 10px;
}

#wrapper {
	background: #fff url(images/bgbody.jpg) repeat;
	background-size: contain;
	position: relative;
	min-height: 100%;
	/*background: #A9A9A9;*/
}
/* KOPFBEREICH MIT SUCHBOX / HEADER AND SEARCHBOX */
#header {
	top:0px;
	width:100%;
}
#headertop {
	background: url('images/headertophi.jpg') repeat-x;
	border-bottom: 4px groove #666;
	width:100%;
	height: 30px;
}
#sitename {
	margin: 5px 0 0 20px;
	position: absolute;
}
#navicons {
	right: 20px;
	position: absolute;
}
#navicons img {
	padding: 0;
	margin: 7px 5px;
}

#headerin {
	width: 100%;
  max-height: 250px;
	background: url('images/headerri.jpg') repeat-x;
	text-align: center;
}
#searcher {
	margin: 2px 0 0 0;
	padding: 0;
	float: right;
}
#searchbox {
	background: url('images/suchfeld.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	padding: 0;
	width: 300px;
}
#searcher input.submit {
	background: url('images/suchbutton.png');
	background-repeat: no-repeat;
	height:22px;
	width:75px;
	border-style:none;
	margin: 0 0 0 30px;
	padding: 0;
}
#searcher input.submit::-moz-focus-inner {
	border:0;
}
#searcher .text {
	background:transparent;
	border-style:none;
	width: 145px;
	height: 22px;
	font-family: "Verdana", Arial, Helvetica, serif;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0;
}

/* BREADCRUMB-NAVIGATION (LOCATOR) */
#locator {
	display: table;
	background-color: #CCC;
	width:100%;
	border-bottom: 4px groove #999999;
	position: relative;
	color: #333;
}
#locatorin {
	font-family: Verdana, Courier New, Andale Mono, serif;
	font-size: 0.8em;
	text-align: left;
	padding: 8px 0 8px 20px;
	margin: 0;
	float: left;
}
#locatorin a {
    color: #CC232A;
    text-decoration: none;
}


#content {
	width:100%;
	position:relative;
	padding: 0 0 52px;

/*	margin: 0 0 52px;
	display: inline-block;*/
}

/* MAIN */
#tplge_main {
	text-align: left;
	margin: 0 auto;
	width: 85%;
	max-width: 1400px;
	padding: 20px;
	box-shadow: -5px 0px 10px silver, 5px 0px 10px silver;
	margin: 0 auto;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	position: relative;

	overflow-x: auto;
}
#tplge_main h1, h2, h3 {
	border-bottom:3px groove #ccc;
}


#tplge_footer {
	clear: both;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 10px 0;
}


p.tplge_date {width: 6em; float: right; background: #620; color: #ffe; text-align: center; line-height: 1.2em; padding: 2px; margin: 0;}


/* FUSSLINKS / FOOTER LINKS */
#footer {
	background-color: #95ABDA;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	border-top: 2px solid #1a376f;
	margin: 0;
	bottom:0;
	width:100%;
	height: 50px;
	margin: -52px 0 0;
	position:relative;
}
div#footer p:first-child {
	padding: 3px 0;
	margin: 5px 0 3px;
	color: #fffadc;
	background-color: #CC232A;
}
div#footer p:last-child {
	margin: 0;
	color: #fffadc;
	font-size: 10px;
}

#footer a:link {color: #fffadc; text-decoration: none;}
#footer a:visited {color: #fffadc; text-decoration: none;}
#footer a:hover {color: #f90; text-decoration: underline;}
#footer a:active {color: #fff; text-decoration: underline;}
#footer a:focus {color: #fff; text-decoration: underline;}


/* VORDEFINIERTE KLASSEN FUER BILDER / PREDEFINED CLASSES FOR IMAGES */
img {border: none;}
img.tplge_left {float: left; margin: 0 20px 10px 0;}
img.tplge_right {float: right; margin: 0 0 10px 20px;}
img.tplge_center {margin: 10px auto;}
img.tplge_border {border: 8px solid #bba;}
img.tplge_noborder {border: 0;}


/* LINKFORMATIERUNG / LINKS */
a:link {color: #369; text-decoration: none;}
a:visited {color: #369; text-decoration: none;}
a:hover {color: #c60; text-decoration: underline;}
a:active {color: #c60; text-decoration: underline;}
a:focus {color: #c60; text-decoration: underline;}

/* SONSTIGES / THE REST */

#passwd {border: 1px solid #999;}
.file {border: 1px solid #999;}
p.code {background: #eed; font-family: 'courier new', serif; border: 1px solid #997; padding: 10px 16px;}
.scroll {background: #eec; border: 1px solid #997; padding: 10px; overflow: scroll;}
.border {border: 1px solid #666;}
.retrieve {background: #ffffff; background-image:none; border: 0;}
table.edit {background: #eee; font-size: 14px; line-height: 1.2em; border: 1px solid #999; margin: 1px 0;}
table.edit td {border: 0; padding: 3px;}
textarea {height: 135px;width: 90%; background: #f6f6f6; font-family: arial, sans-serif; border: 1px solid #999; padding: 10px; margin: 0 0 10px 0;}
.hinweis {line-height: 1.2em; padding: 2px 10px;}

/*http://the-echoplex.net/flexyboxes*/
.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexboxin {
	-webkit-flex: 1 1 300px;
	-moz-flex: 1 1 300px;
	-ms-flex: 1 1 300px;
	flex: 1 1 300px;
    margin: 0 10px 5px 0;
}
.flexboxin:last-child {
	min-width: 300px;
	margin: 0 0 5px;
}
/*
.flexboxin:nth-child(1) {
	min-width: 300px;
	margin: 0 5px 5px 0;
}
.flexboxin:nth-child(2) {
	min-width: 300px;
	margin: 0 0 5px;
}
*/
.flexbox img {
	max-width: 100%;
    height: auto;
}

.datenschutz {
  font-size: 0.8em;
}

/*LOGIN*/
body.xh_login {
	background: rgba(0, 0, 0, 0.1) url(images/iseye-hi.png) no-repeat fixed center center / contain;
}