body {
	background: url(/layout-img/016.gif), 	url(https://www.transparenttextures.com/patterns/3px-tile.png);
	background-repeat: repeat-x, repeat !important;
	background-position: top center, top center;
	background-attachment: fixed, fixed;
	background-color: #022802;
	color: #fff;  /*- content text color - */
	font-family: Verdana; 
	font-size: 12px; 
}

#container{
	position: relative;
	margin: 0 auto;
	width: 1285px;
}

/*---------- Header ------------- */

#header {
	position:absolute; 
	background-image: url('/layout-img/H8.png');
	width: 1040px;
	height: 500px;
	top: 10px;
}

/*---------- Navigation ------------- */

#sidebar{
	position:absolute; 
	width: 210px;
	top: 10px;
	left: 1050px;
	padding: 8px;
	border: 2px solid #fff;
	background: #022802 !important;
	background-image: url(https://www.transparenttextures.com/patterns/3px-tile.png) !important;
}

/*---------- containter ------------- */

#content{
	position:absolute;
	top: 510px;
	width: 1020px;
	padding: 10px;
	line-height: 150%;
	height: 1550px;
	overflow-x: hidden; /* Hide horizontal scrollbar */
	overflow-y: scroll; /* Add vertical scrollbar */
	text-align: justify;
	background: #022802 !important;
	border: 0px solid #fff;
	border-top: 0px solid #fff;
	background-image: url(https://www.transparenttextures.com/patterns/3px-tile.png) !important;
}


/*---------- footer ------------- */

#footer{
	float: left;
	clear: both;
	width: 1036px;
	border: 0px solid #fff;
	border-top: 0px solid #fff;
	background: #022802; 
	background-image: url(https://www.transparenttextures.com/patterns/3px-tile.png);
}



/*---------- text ------------- */

textarea, input, output, select{
	font-family: 'Exo 2', Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff; 
	background-color: #644154;
	border: 1px solid #CDAADC;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.05);
}

.first-letter-style {
    font-size: 2em;
    font-style: italic;
    color: #ff0000;
}


blockquote {
	display: block;
	background: #fff;
	padding: 10px 15px 10px 50px;
	margin: 0 auto 3px;
	width: 550px;
	position: relative;
	color: #000;
	border-left: 5px solid #037119;
	border-right: 5px solid #037119;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 10px;
}

blockquote::before {
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 60px;
	color: #037119;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 3px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

blockquote a {
	text-decoration: none;
	background: #fff;
	padding: 0 3px;
	color: #ooo;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 5px;
}


h1 {	
	font-family: 'Georgia', cursive;
	border-bottom: 1px solid #aaa;
	color: #ff75d8;
	font-style: italic;
	font-size:20px;
	letter-spacing: 1px;
	margin: 0 auto 2px;
	text-align: center;
	padding: 2px;
	width: 550px;
}
/***H1 CODING BY LOVEBLUSH - DO NOT REMOVE THIS***/


h2{
	font-family: 'Dancing Script', cursive;
	font-size:15px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	background: #004019;
	border:1px solid #ddd;
	line-height: 14px;
	padding:1px;
	margin-top:2px;
	margin-bottom:3px;
	margin-left:1px;
	margin-right:0px;
}
/***H1 CODING BY LOVEBLUSH - DO NOT REMOVE THIS***/


h3{
	font-family: 'Dancing Script', cursive;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	color: #ff75d8;
	border-bottom: 2px dotted #ccc;
	padding: 5px;
	margin: 0px 0px 5px;
	text-shadow: 2px 2px 2px #25141b;
}

p {
	line-height: 18px;   /* within paragraph */
  }

/*---------- Site links ------------- */

a.nav:link, a.nav:active, a.nav:visited{
	display: block; 
	margin: 1px;
	font-family: calibri; 
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:1px;
	color: #ffefef; 
	padding: 4px 0px; 
	text-align: center; 
}


/*---------- Links ------------- */
a {
	color: #ff8100; 
	font-weight: normal;
	text-decoration: underline;
}


b{ color:#ff7373;}
i{ color:#9bccff;}
u{ color:#f088d0; border-bottom:1px dotted #ff44c6;}
s {color: #fff;}

del {color:#0c460c;}


/*---------- Icons ------------- */

.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
     margin-bottom: 15px; /* Added margin at the bottom */
}

.icons img {
    margin: 7px;
}

.update_icon{
	float: left;
	margin: 5px 5px 0px 5px;
	background-color: #ccc;
	background-image: url('/layout-img/updatebg001.png');
	padding: 5px;
}

.story_icona{
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.story_iconb{
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.gallery {
	margin: 5px 5px 0px 5px;
	background-color: #ccc;
	background-image: url('/layout-img/gallerybor001.png');
	padding: 5px;
	width: 100px; /* Set a small width */
	height: 100px; /* Set a small height */
}

/*---------- PNGs ------------- */

.png_preview_box{
	width: 95%;
	padding: 10px;
	margin: 3px;
	text-align: left;
	background-color: #022802;
	border: #66bb6a;
	border-radius: 25px;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
}

.png_preview{
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	background-color: #022802;
	background-image: url('/layout-img/gallerybor001.png');
	border: #fff;
	border-radius: 25px;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
}

.png_link a:link, .png_link a:active, .png_link a:visited {
	width: 82px;
	text-align: center;
	margin: 2px;
	display: inline-block;
	border: #81C784;
	border-style: solid;
	border-width: 1px;
	background-color: #022802;
	font-variant: small-caps;
}

.png_link a:hover {
	font-weight: bold;
	cursor: crosshair;
	text-align: center;
	padding: 0;
	margin: 2px;
	background-color: #022802;
	opacity: 0.5;
	display: inline-block;
}

/*---------- News ------------- */

.news {
    box-sizing: border-box;
}

.news {
    --border-radius: 15px;
    --links-gap: 5px;
    --padding: 1px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
}

.news-header {
    width: 100%;
    background: #dbdbdb;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    padding: var(--padding) var(--padding) 25px var(--padding);
}

.news-title {
    font-size: 1.5em;
    padding: 5px var(--padding);
    text-align: center;
    width: 100%;
}

.news-extras {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: var(--links-gap);
    justify-content: center;
    width: 100%;
}

.news-extras a {
    background: #444;
    border-radius: var(--border-radius);
    color: #fff;
    display: block;
    padding: 5px var(--padding);
    text-decoration: none;
}

.news-extras a:hover {
    background: #555;
}

.news-content {
    background: #ffffff00;
    border-radius: 0px;
    flex: 1;
    padding: var(--padding);
}

.news-footer {
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 10%);
    display: flex;
    gap: 5px 15px;
    justify-content: center;
    padding-top: 5px;
    width: 100%;
}

.news-content p:first-child {
    margin-top: 0;
}

.news-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .news {
        width: 100%;
    }

    .news-extras {
        padding: 0;
    }
}

.newscroll-box {
	width: 100%; /* Set a fixed width */
	height: 300px; /* Set a fixed height */
	padding: 2px;
	border: 0px solid #ccc; /* Optional: Add a border for visibility */
	overflow: auto; /* Enables scrollbars when content overflows */
}



/*---------- Table ------------- */

tr, td{
	font-family: Verdana;
	font-size: 12px;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#cssTable1 td 
{
	text-align: center; 
}

ul_2{
	list-style-image: url('https://i.imgur.com/TFKHzn5.gif');
	list-style-position: inside;
}

/***TABS CODING BY LOVEBLUSH - DO NOT REMOVE THIS***/
	ul.tab {list-style-type: none; margin: 0; padding-left: 5px; overflow: hidden; text-align: center; margin-left: -5px;}
	ul.tab li {float: left;}
	ul.tab li a {display: block; color: #333; font-family: calibri; border: 1px solid #333; font-style: italic; letter-spacing: 2px ;text-align: center; padding: 5px 10px; text-decoration: none; background-color: #fff; transition: 0.3s; font-size: 10px; margin-right: 4px;}
	ul.tab li a:hover {background-color: #333; color: #eee;}
	ul.tab li a:focus, .active {background-color: #333; color: #eee;}
	.tabcontent {display: none; padding: 0px 6px; border-top: none;}
/***TABS CODING BY LOVEBLUSH - DO NOT REMOVE THIS***/


/*---------- Other ------------- */
body::-webkit-scrollbar {
	  width: 7px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
	background: #000;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
	background-color: #087b00;    /* color of the scroll thumb */
	border-radius: 5px;       /* roundness of the scroll thumb */
}

::-webkit-scrollbar {
	width: 5px; /** width of total scrollbar **/
}

::-webkit-scrollbar-thumb {
	background: #085218; /** color of the moving part of the scrollbar (thumb) **/
	border-radius: 5px;
 }

#profiltabelle {
	background-color: #0d2810;
}



div.genbox {
	margin: auto;
	padding: 10px;
	width: 400px;
	height: 120px;
	color: #fff; 
	text-align: center;
	background-color: #644154;
	background-image: url();
	border: 1px solid #000;
}

@media only screen and (max-width:600px) {
  /* For tablets: */
#content{
	position:absolute; 
	width: 1016px;
	padding: 10px;
	line-height: 150%;
	height: 1300px;
	overflow-x: hidden; /* Hide horizontal scrollbar */
	overflow-y: scroll; /* Add vertical scrollbar */
	text-align: justify;
	background: #022802 !important;
	border: 2px solid #fff;
	border-top: 0px solid #fff;
	background-image: url(https://www.transparenttextures.com/patterns/3px-tile.png) !important;
}
#sidebar{
	position:absolute; 
	width: 210px;
	top: 80px;
	left: 1295px;
	padding: 8px;
	border: 2px solid #fff;
	background: #022802 !important;
	background-image: url(https://www.transparenttextures.com/patterns/3px-tile.png) !important;
}
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
#content {
    width: 100%;
  }
}
