@charset "UTF-8";

/* import screen layout | Screen-Layout einbinden */
/* @import url(screen/basemod.css); */
/* @import url(screen/content.css); */

:root {
	--link-blue: #6699cc;
	--link-blue-hover: #009cfb;
	--link-menu: #333333;
	--link-menu-hover: #990000;
	--link-menu-active: #990000;
	--link-menu-active-text: #cbcbcb;
}

a {
	text-decoration: none;
	color: #6699cc;
}
/* force scroll */
html { overflow-y: scroll; }
body {
	background-image: url("/img/fd/page_lr_bg.png");
	background-repeat: repeat;
	background-color: #000;
	text-align: center;
	margin: 0 0;
	text-decoration:none;
	font-family: helvetica;
}
#head_nav {
	background-color: #000;
	height: 48px;
}
#head_in, #main_nav_in {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	text-align: left;
}
.menu {
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 48px;
	margin-right: 1em;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 48px;
	background-repeat: no-repeat;
}
.logout {background-image: url(/img/fd/logout1.png); width: 175px;}
.logout a {background-image: url(/img/fd/logout.png);}
.login {background-image: url(/img/fd/login1.png); width: 175px;}
.login a {background-image: url(/img/fd/login.png);}
.join {background-image: url(/img/fd/join1.png); width: 106px;}
.join a {background-image: url(/img/fd/join.png);}
ul.menu li a:hover {
	background: none;
}
#main_nav {
	background-image: url("/img/fd/nav1_bg.png");
	background-repeat: repeat;
	background-color: #a3a3a3;
	height: 50px;
}
#main_nav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 1px 0 0 4px;
	overflow: hidden;
}
#main_nav li {
	float: left;
}
#main_nav li a {
	display: block;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-size: 120%;
	line-height: 44px;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url("/img/fd/nav1_but_bg.png");
	background-repeat: repeat;
	border: 1px solid #868686;
	height: 44px;
	width: 110px;
}
#main_nav li a.active {
	color: #cbcbcb;
	background-image: none;
	background-color: #990000;
	border: 1px solid #535353;
}
#main_nav li a.home.active img {
	content: url("/img/fd/nav_home_active.png");
}
#main_nav li a:not(.active):hover {
	color: #990000;
}
#main_nav li a.home:not(.active):hover img {
	content: url("/img/fd/nav_home_hover.png");
}
#main_nav li a.home:not(.active):hover img.home {
	display: none !important;
}
#main_nav li a.home:not(.active):hover img.home.hover {
	display: inline-block !important;
}
#main_nav a.home {
	width: 57px;
}
#main_nav img.home {
	padding-top: 8px;
}
.bg-wrapper {
	background-color: transparent;
	background-image: url("/img/fd/bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 100px;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	
	transition: 0s linear;
	transition-property: background-position;
}
#container {
	width: 880px;
	margin: 0px auto;
	background-image: url("/img/fd/page_center_bg.png");
	background-repeat: repeat-x;
	background-color: #333;
}
#container.enter {
    background-image: none;
}
#standardcontent {
    padding-top: 20px;    
}
h1, h2, h3{
	color: #6699cc;
	font-family: helvetica;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}

/* from my.layout.css -start-*/
  .order_criteria, .search_tag_container {
	border: 1px solid #9a9a9a;
	background-color: #333;
	height: 100px;
	color: #ccc;
	font-weight: bold;
	padding: 5px 5px;
  }
  ul.mem_nav {
	border: 1px solid #333;
	color: #ccc; 
	font-weight: bold;
	font-size: .75em;
	line-height: 1.75em;
	margin: 0;
	padding: 5px 0 10px 0;
  }
  ul.mem_nav li {
	text-align: center;
	list-style: none;
	margin: 0em;
	border: 1px solid #333;
	background-color: #ccc;
	text-decoration: none; 
	font-weight: bold;
	float: left;
	width: 105px;
  }
  ul.mem_nav li.active {
	background-color: #990000;
  }
  ul.mem_nav a {
	color: #333;
  }
  ul.mem_nav li.active a {
	color: #ccc; 
  }
/* from my.layout.css -end-*/

#page_nav {
	padding: 0 5px;
}

.search_tag_container p {
    margin: 5px;
    font-size: 0.8em;
}
.s_element {
    border: 1px solid #000;
    background-color: #900;
    width: 115px;
    height: 14px;
    lineheight: 14px;
    font-size: 0.75em;
    color: #000;
    margin: 2px;
    float:left;
}
.s_text {
    text-align: left;
    width: 99px;
    height: 14px;
    float: left;
}
.close {
    width: 16px;
    height: 14px;
    float: right;
    background-image: url(/img/icon/s_tag_close.png);
    cursor:pointer
}
#nav_searchbox {
	text-align: left;
	vertical-align: top;
	float: right;
	border: 1px solid #333;
	margin: 9px 8px 0 0;
}
#nav_searchbox input {
	display: inline-block;
	outline: 0;
	margin-top: 4px;
	background-color: none;
	height: 30px;
	border: 0px;
	margin: 0;
	padding: 0;
}
#nav_searchbox input[type=text] {
	width: 170px;
	padding-left: 5px;
	font-size: 1.2em;
	color: #7f7f7f;
}
#nav_searchbox input[type=submit] { 
	background-image: url(/img/fd/find.png);
	background-position:  0px 0px;
	background-repeat: no-repeat;
	width: 45px;
	cursor: pointer;
	vertical-align: top;
}
.ui-menu-item {
    text-align: left;
}
#breadcrumb {
	color: #6699cc;
        font-style: italic;
        font-weight: bolder;
	text-align: left;
	margin-left: 38px;
}
#breadcrumb a{
	font-size: 1em;
	line-height: 1.5em;
}
.hometext {
	margin: 0px 38px;
}
.hometext p {
	font-size: 1em;
	font-weight: bold;
	color: #ccc;
}
.hometext h1 a {
	font-size: 1.4em;
	color: #6699cc;
}
.hometext a {
	color: #6699cc;
}
.hometext a:hover {
	color: #009cfb;
}
.hometext h4 {
	font-size: 1.3em;
	color: #ccc;
}
#footer {
	clear: both;
	display: table;
	background-color: #000;
	color: #FFF;
}
#footer .logo {
	display: table-cell;
	margin: 10px 50px;
	heigh: 100%
}
#footer .text {
	font-size: .8em;
	display: table-cell;
	padding: 30px;
	text-align: left;
	vertical-align: top;
}
#footer a {
	color: #6699cc;
}
.modtable {
	width:800px; 
	border-style:none;
	border-color: #000000; 
	border-width:thin; 
	background-color:#000000;
	font-size: 11px;
	color: #C00;
	margin-left: 38px;
}
.modtable .modinfo {
	color:#CCC; 
}
.modtable tr.mod td {
	height:190px; 
	width:190px; 
	border-color: #000000; 
	border-style:outset; 
	border-width:thin; 
	color:#CC0000; 
}
.modtable td.updated {
	background-image: url(/img/fd/update1.png);
	background-position: bottom right;
}
.modtable tr.mod a {
	color:#CC0000;
}
tr.preview td img {
	margin-bottom: 11px;
}
.transparent {
	width:800px; 
	border-style:none;
	font-size: 11px;
	margin-left: 38px;
}
.paging {
	float: right;
	margin-right: 80px;
	padding: 30px 0px;
}
.paging span {
	background: #e1e1e1;
	background-image: -webkit-linear-gradient(top, #e1e1e1, #e7e7e7);
	background-image: -moz-linear-gradient(top, #e1e1e1, #e7e7e7);
	background-image: -ms-linear-gradient(top, #e1e1e1, #e7e7e7);
	background-image: -o-linear-gradient(top, #e1e1e1, #e7e7e7);
	background-image: linear-gradient(to bottom, #e1e1e1, #e7e7e7);
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	font-family: Arial;
	font-size: .9em;
	color: #ffffff;
	padding: 4px 8px 4px 8px;
	border: ridge #FFFFFF 2px;
}
.paging span.disabled, .paging span.current {
	background: #727375;
	background-image: -webkit-linear-gradient(top, #727375, #929397);
	background-image: -moz-linear-gradient(top, #727375, #929397);
	background-image: -ms-linear-gradient(top, #727375, #929397);
	background-image: -o-linear-gradient(top, #727375, #929397);
	background-image: linear-gradient(to bottom, #727375, #929397);
	border: ridge #949494 2px;
	cursor: default;
}
.paging a {
	color: #454545;
	text-decoration: none;
}
.paging .disabled a {
	color: #ffffff;
}
#enter, #join {
	padding: 20px;
}
#enter .left, #join .left {
	margin-right: 20px;
	margin-bottom: 20px; /* new */
	width: 400px;
	float: left;
	text-align: left;
	font-size: .9em;
	letter-spacing: -0.01em;
	color: #CCC;
	overflow: hidden;
}
#join .left {
	font-size: 0.7em;
}
#join .right p, #join .right h4  {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0.5em;
}
#join .linkbox {
	color: #CCC;
	margin: 10px !important;
}
#join .linkbox h4 {
	color: #6699cc;
}
#enter .right, #join .right {
	width: 420px;
	float: left;
	overflow: hidden;
}
#enter h1 {
	font-size: 1em;
	color: #CCC;
}
#enter .textbox {
	margin: 0px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #666;
	color: #CCC;
}
#enter .linkbox, #join .linkbox {
	margin: 0px 10px;
	text-align: center;
}
#enter .linkbox div, #enter .linkbox img, #join .linkbox img{
	clear: both;
	margin: auto;
	display: block;
	padding-top: 20px;
}
#enter .linkbox a, #join .linkbox a {
	font-weight: bold;
	color: #6699cc;
}
#enter .linkbox a:hover, #join .linkbox a:hover {
	color: #009cfb;
}
#enter .right .linkbox {
	text-align: left;
	margin-top: 70px;
	margin-bottom: 20px; /* new */
}
.right .linkbox span {
	margin-right: 10px;
}
#enter img.agree:hover {
	content: url("/img/fd/agree_hover.png");
}

.news-table {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	border-spacing: 0;
	border-collapse: separate;
	color: #000000;
	border: 0;
}
.news-table td {
	padding: 0;
}
.news-table table {
	margin-left: auto;
	margin-right: auto;
}
.news-table-inner {
	//width: 550px;
	max-width: 95%;
	width: 95%;
	border: 1px;
	border-spacing: 0;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;

	font-size: 80%;
}
.news-table-inner > tbody > tr td:nth-child(1) {
	width: 120px !important;
}
.news-table-inner > tbody > tr td:nth-child(2) {
	max-width: 500px;
	word-break: break-all;
}
.news-table-inner > tbody > tr td:nth-child(3) {
	width: 190px !important;
	height: 190px !important;
}

.news_container table {
	width: 95% !important;
	color: #ff0000 !important;
}


.download-link {
	line-height: 18px;
}


.modtable tr.mod a img, .modtable tr.mod td img {
	object-fit: contain;
	height: 170px;
    	width: 170px;
}
