body {
	width: 100%;
	min-height: 100%;
}

#wall {
	background-image: url('../images/backdrop.jpg');
	background-repeat: repeat;
	background-color: #000000;
	font-family: Georgia, serif;
	font-size: 14px;
	background-position: center top;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#wrapper {
	max-width: 768px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
    padding-right: 2px;
}

#header {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	padding-bottom: 20.5%;
}

#header-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 4%;
	padding-top: 2%;
	padding-bottom: 2%;
}

#logo {
	background-image: url('../images/logo.png');
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

#container {
	margin-top: 10px;
	display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 425px) {
	#container {
		display: initial;
	}
}

/* Sidebar */
#left {
	margin-left: auto;
    margin-right: auto;
    width: 146px;
    order: 2;
}

@media only screen and (min-width: 425px) {
	#left {
		float: left;
		margin-left: 0;
    	margin-right: 0;
	}
}

#sidebar h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#sidebar_top {
	width: 146px;
	height: 18px;
	background-image: url('../images/sidebar_top.png');
}

#sidebar {
	width: 111px;
	padding: 0px 20px 1px 15px;
	background-image: url('../images/sidebar_bg.png');
	font-size: 14px;
}

#sidebar_bottom {
	width: 146px;
	height: 20px;
	background-image: url('../images/sidebar_bottom.png');
}

#sidebar li {
	margin-bottom: 11px;
}

.parent ul {
	margin-left: 5px;
	font-size: 13px;
	font-weight: normal;
}

.parent ul li {
	margin-bottom: 4px !important;
}

.current {
	font-weight: bold;
}

#sidebar a:link, a:visited {
	color: #232323;
	text-decoration: none;
}

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

#modlgn-username, #modlgn-passwd {
	width: 95%;
}

/* Page */
#page {
	margin-top: 0px;
	width: auto;
	color: #3c1f07;
	line-height: 22px;
	/*box-shadow: 1px 1px 5px #111;*/
	position: relative;
	margin-right: 2px;
}

@media only screen and (min-width: 425px) {
	#page {
		margin-left: 145px;
		position: absolute;
       right: 3px;
       left: 5px;
	}
}

@media only screen and (min-width: 768px) {
	#page {
		max-width: 618px;
left: initial;
right: initial;
	}
}

#page h1 {
	font-size: 20px;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	top: 2.5vw;
	z-index: 3;
	width: auto;
	position: absolute;
	text-shadow: -1px -1px 0px #000000;
}

@media only screen and (min-width: 768px) {
	#page h1 {
		font-size: 40px;
		width: 538px;
		top: 20px;
	}
}

.componentheading {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	top: 20px;
	z-index: 3;
	width: 538px;
	position: absolute;
	text-shadow: -1px -1px 0px #000000;
}

#page h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

#page h2 a:link {
	color: #3c1f07;
	font-weight: bold;
	text-decoration: none;
}

#page h2 a:visited {
	color: #3c1f07;
	font-weight: bold;
	text-decoration: underline;
}

#page h2 a:hover {
	color: #3c1f07;
	font-weight: bold;
	text-decoration: underline;
}

.seperator {
	margin-bottom: 40px;
	margin-top: 40px;
	border-top: 1px solid #3c1f07;
}

#content a:link {
	color: #3c1f07;
	font-weight: bold;
	text-decoration: underline;
}

#content a:visited {
	color: #3c1f07;
	font-weight: bold;
	text-decoration: underline;
}

#content p a:hover {
	color: #3c1f07;
	font-weight: bold;
	text-decoration: underline;
}

#page p img {
	border: 6px solid #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	box-shadow: 2px 2px 5px #373737;
	align: center;
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	#page p img {
		max-width: 525px;
	}
}

#slimbox1 {
	text-align: center;
	align: center;
}

#slimbox1 a img {
	border: 6px solid #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	box-shadow: 2px 2px 5px #373737;
	align: center;
}

#lbImage , #lbCenter , #lbBottomContainer{
	z-index: 10;
}

#lbOverlay {
	z-index: 9;
}

/* Paper */
#paper-heading {
	background-image: url('../images/paper_top.png');
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 10.05%;
	width: auto;
	position: absolute;
	z-index: 2;
}

@media only screen and (min-width: 768px) {
	#paper-heading {
		height: 37px;
		padding: 25px 60px 0px 60px;
	}
}

#content {
	background-image: url('../images/paper_center.png');
	background-repeat: repeat-y;
	background-size: 100%;
	width: auto;
	min-height: 40px;
	margin-top: 8%;
	padding: 10px 25px 10px 20px;
	z-index: 1;
}

@media only screen and (min-width: 425px) {
	#content {
		padding: 10px 40px 10px 40px;
	}
}

@media only screen and (min-width: 768px) {
	#content {
		width: 538px;
		margin-top: 50px;
	}
}

#content p {
	margin-bottom: 6px;
}

/* Ligatur - deaktiviert
#content p:first-letter {
	font-size: 41px;
	float: left;
	padding: 12px 5px 0px 0px;
} */

#paper-footer {
	background-image: url('../images/paper_bottom.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-bottom: 3.7%;
	width: auto;
}

@media only screen and (min-width: 768px) {
	#paper-footer {
		height: 59px;
	}
}

#paper-footer p {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	#paper-footer p {
		padding-top: 20px;
	}
}

#system-message {
	border: 1px dashed #3C1F07;
	padding: 5px;
}

#system-message dt {
	font-weight: bold;
}

/* Easybook */
#easybook .form-horizontal {
	margin-top: 20px;
}

#easybook .control-label {
	font-weight: bold;
	float: left;
	width: 130px;
	text-align: left;
	margin-right: 15px;
}

.easy_frame {
	margin-top: 30px;
	border: none !important;
	border-bottom: 1px solid #3C1F07 !important;
	background: none !important;
}

.easy_top {
	background: none !important;
}

.easy_top_left {
	padding-left:  0px !important;
}

.easy_content {
	background: none !important;
	border-right: none !important;
	border-left:  5px solid #3C1F07;
	margin-top: 18px !important;
}

.tool-tip {
	background-color: white;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 1.2;
	padding: 5px;
}

.button2-left {
	float: left;
	margin-right: 15px;
	font-family: Arial, sans-serif;
}

.adminform {
	width: 100%;
	margin-top: 20px;
	font-family: Arial, sans-serif;
}

.key {
	width: 30%;
	text-align: right;
	padding-right: 5px;
}

.contentpaneopen_edit {
	float: right;
	margin-top: -25px;
}

.pagination li {
	float: left;
	margin-right: 10px;
}

.pagination  {
	margin-bottom: 20px;
}

#gbname , #gbtext{
    width: 100%;
	max-width: 350px;
}

h1 a {
text-decoration: none !important;
}

.control-label {
	float: left;
	margin-right: 10px;
	width: 170px;
}

.btn {
	margin-right: 20px;
}

.tab-pane {
	display: none;
}

.active {
	display: block;
}

.chrono_credits {
display: none !important;
}

.gcore-input > textarea {
width: 100% !important;
}

/* JGallery */
.jg_photo {
	width: 100%;
    height: auto;
}

.jg_photo_container {
	float: left;
    padding-right: 0.5em;
}

.jg_imgalign_catimgs {
	padding-left: 5px;
	padding-right: 5px;	
}

.jg_element_txt {
	float: left;
}

.nav-child {
	margin-top: 5px;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}