@charset "utf-8";

/* Struktur - Body */

body {
	color: black;
/*	font: 12px Verdana,Tahoma,Helvetica,sans-serif;
	line-height: 17px;*/
	margin: 0px;
	padding: 0px;
}

div#body {
	clear: left;
	margin: 0px auto;
	/*background-color: rgba(223, 195, 32, 0.65);
	border-left: 1px solid black;
	border-right: 1px solid black;*/
}

/* Menü-Elemente, Header & Footer */

div#head {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 280px;
	background: url(/style/img/header-dfa.png) center 8px no-repeat;
}

a#b,
a#b:link,
a#b:active,
a#b:visited,
a#b:hover {
	display: block;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	width: 385px;
	border: 0;
	height: 70px;
	background-image: url(/style/img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#menu {
	padding: 0px;
	/*background-color: #a7c8ff;
	background-image: url(/style/img/menubg-new2.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #404040;*/
	width: auto;
	position: relative;
	/*float: left;*/
	/*overflow-x: hidden;
	overflow-y: visible;*/
	z-index: 8;
	display: block;
	vertical-align: top;
	height: 40px;
}

div#content {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/style/img/background-paper-inner2.jpg) 0px 0px repeat white;
	box-shadow: inset 0 0 8px 5px rgb(168, 168, 168);
}

div#content-inner {
	/*margin-left: 8px;*/
	text-align: justify;
	z-index: 6;
	position: relative;
	overflow: visible;
}

div#iebugfix { /* Wie der Name sagt... immer für EINEN GANZ BESTIMMTEN Browser muss man Ausnahmen machen... */
	margin: 0px;
	padding: 0px;
	border: 0;
	background: transparent;
	vertical-align: bottom;
	float: left;
	display: none;
}

div#clear-bottom {
	clear: left;
	font-size: 0px;
	line-height: 0px;
}

div#hnav {
	color: white;
	position: relative;
}

div#hnav-inner {
	margin: 0px auto;
	width: 100%;
	text-align: right;
	color: white;
	line-height: 0px;
	padding: 4px 0px;
	position: relative;
}

div#hnav a,
div#hnav a:link,
div#hnav a:active,
div#hnav a:visited,
div#hnav a:focus {
	color: white;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}


div#hnav a:hover {
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

div#hnav span {
	padding: 0px 0.5em;
}

div#hnav span.inhnav,
div#hnav span.inhnav span {
	padding: 0px !important;
}

div#hnav a img,
div#hnav span.inhnav img {
	vertical-align: middle;
	margin-top: -1px;
}

div#lang {
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
}

div#lang a,
div#lang a:link,
div#lang a:active,
div#lang a:visited,
div#lang a:hover {
	float: left;
	display: block;
	position: relative;
	width: 16px;
	height: 11px;
	margin: 0px 8px 8px 0px;
	background-color: #BFA300;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#lang-de,
a#lang-de:link,
a#lang-de:active,
a#lang-de:visited,
a#lang-de:hover {
	background-image: url(/style/img/icon_f/flags/de.png);
}

a#lang-en,
a#lang-en:link,
a#lang-en:active,
a#lang-en:visited,
a#lang-en:hover {
	background-image: url(/style/img/icon_f/flags/gb.png);
	margin: 0px !important;
}

form#searchform {
	float: right;
	margin: -4px 0px -5px 0px;
	font-size: 12px;
	line-height: 14px;
}

#menu li {
	box-shadow: inset -1px -1px rgb(16, 16, 16), inset 1px 1px rgb(116, 116, 116);
	list-style: none;
	background: transparent;
	display: block;
	height: 40px;
	line-height: 40px;
	/*overflow-x: hidden;
	overflow-y: visible;*/
	padding: 0px;
	position: absolute;
	top: 0px;
}

#menu a,
#menu a:link,
#menu a:active,
#menu a:visited {
	display: block;
	/*background: url(/style/img/menubuttonbg-left.png) 0px 0px no-repeat,
		url(/style/img/menubuttonbg-right.png) top right no-repeat transparent;*/
	/*width: 163px;*/
	height: 40px;
	line-height: 40px;
	padding: 0px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	border-radius: 0px !important;
	/*position: absolute;*/
}

#menu a div,
#menu a:link div,
#menu a:active div,
#menu a:visited div {
	width: auto;
	margin: 0px 5px;
	/*width: 163px;*/
	height: 40px;
	line-height: 40px;
	/*background:	url(/style/img/menubuttonbg.png) 0px 0px repeat-x transparent;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	color: white;
}

#menu div.dropdown {
	width: 16px !important;
	background:	url(/style/img/icon_f/mods/menu_down.png) center no-repeat transparent;
}

#menu a:hover div.dropdown,
#menu li:hover div.dropdown,
#menu li.hover div.dropdown {
	background:	url(/style/img/icon_f/mods/menu_down_hover.png) center no-repeat transparent;
}

#menu a:hover div,
#menu li:hover div,
#menu li.hover div {
	color: black;
}

#menu a:hover,
#menu li:hover > a,
#menu li.hover > a {
	/* background-color: #BFD5FF; */
	/*background-color: #c9ddff;*/
	background-color: #ffb770; /*#ffd3a6;*/
	color: black;
	text-decoration: none;
}

#menu li ul {
	background: url(/style/img/menudropdownbg.png) 0px 0px repeat-x white;
	display: none;
	padding: 8px 0px;
	margin: 0px;
	z-index: 10;
	position: absolute;
	top: -9px;
	left: -1px;
	/*border-radius: 8px;*/
	border: 1px solid #404040;
	border-top: 0px !important;
	border-bottom-width: 4px !important;
	width: 100%;
}

#menu > nav > li > ul {
	top: 40px !important;
}

#menu li.nmenu:hover > ul {
	display: block;
}

#menu li ul li {
	box-shadow: none;
	display: block;
	position: relative;
	height: auto;
	line-height: 150%;
}

#menu li ul li a,
#menu li ul li a:link,
#menu li ul li a:active,
#menu li ul li a:visited {
	display: block;
	background: transparent;
	height: auto;
	padding: 0px;
	text-decoration: none;
}

#menu li ul li a div,
#menu li ul li a:link div,
#menu li ul li a:active div,
#menu li ul li a:visited div {
	display: block;
	margin: 0px 0px;
	height: 25px;
	line-height: 25px;
	background:	transparent;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	padding: 0px 8px;
	color: black;
}

#menu li ul li a:hover {
	background-color: #ffb770;
	color: black;
	text-decoration: none;
}

li.parententry > a,
li.parententry > a:link,
li.parententry > a:active,
li.parententry > a:visited {
	background:	url(/style/img/icon_f/mods/menu_next_new.png) center right no-repeat transparent !important;
}

li.parententry > a:hover {
	background:	url(/style/img/icon_f/mods/menu_next_new.png) center right no-repeat #bfd5ff !important;
}

td div.ad {
	width: 728px;
	margin: 0px auto 0px auto;
}

div#copyright {
	display: block;
	/*background-color: #9FBEFF; */
	/*background-color: #a7c8ff; /*#9FBEFF; */
	/*background-image: url(/style/img/thbg4.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: black;*/
	color: white;
	background-color: #404040;
	text-align: center;
	/*padding: 1px 4px 2px;*/
	padding: 4px 8px;
	/*line-height: 17px;*/
}

div.line-x {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0;
	height: 5px;
	background-color: #BFA300;
	background-image: url(/style/img/line-x.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/* Allgemeines */

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	text-align: left;
	font-weight: normal !important;
}

h1 {
	margin: 0px 0px 12px 0px;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 2px;
	border-bottom: 2px solid #404040;
}

h2 {
	margin: 10px 0px 6px 0px;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 0px 4px 0px;
	background-image: url(/style/img/h2line-new.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h3 {
	margin: 8px 0px;
	padding: 0;
}

h4,
h5,
h6 {
	margin: 6px 0px;
	padding: 0;
}

a:link,
a:active,
a:visited {
	color: rgba(208, 104, 0, 1); /*rgba(224, 112, 0, 1); /*color: #1562FF;*/
	text-decoration: none;
}

a:hover {
	color: rgba(64, 64, 64, 1);/*#B59A00;*/
	text-decoration: underline;
}

div {
	color: black;
}

img {
	border: 0;
}

ul {
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-type: none;
	margin-left: -20px;
}

li {
	padding-left: 20px;
	background-image: url(/style/img/icon_f/bullet_black.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.nobg li, ol > li {
	background: transparent;
}

/* Anm. zu den Auflistungen:  Muss leider so geregelt werden, weil so ziemlich jeder Browser, allen voran der Internet 
   Explorer, bei dieser Grafik Mist baut... */

table, .quotecontainer, .tbb {
	border-bottom: 4px solid #404040;
}

table {
	margin: 0px;
	width: auto;
	background: transparent;
	border-spacing: 0px;
	/*border-collapse: collapse;*/
}

table table {
	border: 0px !important;
}

td, th {
	border: 0px; /*1px solid #404040;*/
}

th {
	border-bottom: 0px !important;
}

td {
	background: white;
}

tr.row1 td,
.row1 {
	background: white !important;
}

tr.row2 td,
.row2 {
/*	background: #e5eaf5 !important;
	background: #eaeaea !important;*/
	background: rgba(244, 244, 244, 1);
}

th,
tr.rowh td,
td.rowh,
div.quoteheader {
	font-weight: normal; /*bold;*/
	background-color: #404040;
/*background: #404040; */ /*#a7c8ff; */ /* #b5cdff !important; */
	/*background-image: url(/style/img/thbg3.png) !important;
	background-repeat: repeat-x !important;*/
	color: white;
	/*line-height: 17px;*/
}

th a,
th a:link,
th a:active,
th a:visited,
th a:hover {
	color: white;
}

/* Allg. Formulare */

form {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0;
	background: transparent;
}

/* Klassen */

input.searchbutton {
	position: relative;
	top: 4px;
}

input.searchbox {
	width: 180px;
	padding: 3px 4px !important;
	z-index: 15;
	position: relative;
}

input.searchbox:hover, input.searchbox:focus {
	padding: 2px 3px !important;
}

img.icon {
	vertical-align: middle;
	margin-top: -1px;
	/*position: relative;
	top: -1px;*/
}

img.user,
img.user-two {
	max-width: 16px;
	max-height: 16px;
}

img.user {
	padding-right: 2px;
}

img.user-two {
	padding-right: 4px;
}

img.icon-m {
	padding-right: 5px;
}

img.forum-mini-icon {
	padding-bottom: 1px;
	margin-right: 5px;
}

table.blind-c {
	margin: 8px auto 0px 0px;
}

table.blind, table.blind-c {
	border: 0px !important;
}

.klein {
	font-size: 10px;
	line-height: 15px;
}

table.blind td.klein, table.blind-c td.klein {
	padding-bottom: 2px;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

.nw {
	white-space: nowrap;
}

.s80 {
	font-size: 80%;
}

.full,
.full-c {
	width: 100%;
}

.full-c,
.tbl-c {
	margin: 0px auto 0px 0px;
}

.vm {
	vertical-align: middle !important;
}

.vt {
	vertical-align: top !important;
}

.lbl {
	padding-left: 2px;
}

.c {
	text-align: center;
}

.x16,
.w16 {
	width: 16px;
}

.x16,
.h16 {
	height: 16px;
}

.red {
	color: red;
}

.tdmin {
	width: 1%;
}

.stdtbl {
	margin: 8px auto 8px 0px;
}

p, div.p {
	margin: 1em 0px
}

.tbl-f,
.bf {
	margin-top: 0px !important;
}

.tbl-l,
.bl {
	margin-bottom: 0px !important;
}

td.etd1 {
	padding: 0px 3px 2px 0px !important;
}

td.etd2 {
	padding: 0px 0px 2px 3px !important;
}

td.etd1-s {
	padding: 3px 3px 2px 0px !important;
}

td.etd2-s {
	padding: 3px 0px 2px 3px !important;
}

td.etdc {
	padding: 2px 0px 3px 0px !important;
}

td.ctd1 {
	padding-top: 3px !important;
}

td.ctd2 {
	padding: 3px 0px 0px 3px !important;
}

tr.sep td, td.sep {
	line-height: 1em;
	height: 1em;
	padding: 0px !important;
}

td.blind-l {
	padding: 3px 3px 0px 0px !important;
}

td.blind-r {
	padding: 3px 0px 0px 3px !important;
}

input.box-c,
textarea.box-c {
	width: 300px;
}

input.box-c2,
textarea.box-c2 {
	width: 250px;
}

input.box-s {
	width: 100px;
}

.inv {
	visibility: hidden;
}

.mask {
	display: none !important;
}

.grey {
	color: #808080 !important;
}

.aj {
	text-align: justify;
}

.jsonly-block, .jsonly-inline {
	display: none;
}

div.sepline {
	border-bottom: 1px solid #404040;
	display: block;
	width: 100%;
	margin-bottom: 17px
}

form.login {
	display: block;
	width: 70%;
	margin: 0px auto 0px auto;
}

div#searchlist {
	border: 1px solid #404040;
	border-radius: 3px;
	width: 188px;
	/*right: 25px;
	top: 96px; */
	right: 28px;
	top: 21px;
}

div#userpicker, div#searchlist {
	position: absolute;
	padding: 3px 0px;
	border: 1px solid #808080;
	border-radius: 3px;
	background: white;
	display: none;
	z-index: 20;
	overflow: hidden;
}

#userpicker a,
#userpicker a:link,
#userpicker a:active,
#userpicker a:visited,
#userpicker a:hover,
#searchlist a,
#searchlist a:link,
#searchlist a:active,
#searchlist a:visited,
#searchlist a:hover {
	display: block;
	background: transparent;
	width: auto;
	color: black;
	text-decoration: none;
}

#userpicker a.hover,
#userpicker a.hover:link,
#userpicker a.hover:active,
#userpicker a.hover:visited,
#userpicker a.hover:hover,
#searchlist a.hover,
#searchlist a.hover:link,
#searchlist a.hover:active,
#searchlist a.hover:visited,
#searchlist a.hover:hover {
	background: #ffb770;
	color: black;
	text-decoration: none;
}

div#hnavdropdown {
	position: absolute;
	padding: 0px;
	background-color: rgba(0, 0, 0, 0.775);
	color: white;
	display: none;
	z-index: 10;
	overflow: hidden;
}

#hnavdropdown a,
#hnavdropdown a:link,
#hnavdropdown a:active,
#hnavdropdown a:visited {
	display: block;
	background: transparent;
	width: auto;
	color: white;
	text-decoration: none;
	padding: 4px;
}

#hnavdropdown a:hover {
	text-decoration: underline;
}

#hnavdropdown div.hline {
	margin: 4px 4px;
	width: auto;
	height: 1px;
	background: white;
}

div.awindow {
	border: 1px solid #404040;
	border-radius: 6px;
	min-width: 400px;
	max-width: 700px;
	min-height: 100px;
	position: absolute;
	padding: 8px;
	background: white;
	display: none;
	z-index: 11;
	margin: 0px auto;
	left: 0px;
	right: 0px;
}

.awindow h1 {
	border: 0px !important;
	background-color: #404040;
	color: white;
	padding: 5px 7px;
	margin-left: -4px;
	margin-top: -4px;
	margin-right: -4px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
}

a.blackmask {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: block;
	z-index: 10;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	right: 0px;
}

/* Klassen hauptsächlich für das Forum ... */

div.quotecontainer {
	display: block;
	padding: 0px;
	/*border: 1px solid #808080;*/
	background: transparent;
	width: auto;
	margin: 4px auto 4px 0px;
}

div.quoteheader {
	display: block;
	/*padding: 3px 4px;*/
	/*border-bottom: 1px solid #808080;*/
	text-align: left;
	/* background: #9FBEFF; */
	width: auto;
	margin: 0px;
}

.quotebody {
	display: block;
	padding: 10px;
	color: black;
	text-align: left;
	background: white;
	width: auto;
	margin: 0px;
}

pre.quotebody {
	white-space: pre;
}

td.posttable {
	padding: 10px;
}

div.posthead {
	display: block;
	padding: 0px 0px 8px 0px;
	margin: 8px 8px 0px 8px;
	border-bottom: 1px solid #404040;
	min-height: 20px;
}

div.posthead-subject,
a.posthead-subject,
h3.posthead-subject,
h2.posthead-subject {
	display: block;
	float: left;
	margin: 0px auto 0px 0px;
	font-weight: bold;
}

div.posthead-date {
	display: block;
	float: right;
	margin: 0px 0px 0px auto;
	text-align: right;
	font-size: 80%;
	white-space: nowrap;
}

div.postbody-short {
	min-height: 0px !important;
}

div.tc {
	display: block;
	font-size: 80%;
	line-height: 145%;
	color: black;
}

div.tc a,
div.tc a:link,
div.tc a:active,
div.tc a:visited,
div.tc a:hover {
	color: black;
}

td.lc {
	white-space: nowrap;
	text-align: center;
	padding: 3px 8px;
}

td.ovl {
	padding: 0px;
	vertical-align: top;
}

/* BBCode-Editor */

button.editorbutton,
button.editorbutton:link,
button.editorbutton:visited,
button.editorbutton:active,
button.editorbutton-hover {
	border: 0px;
	display: block;
	float: left;
	padding: 3px 4px 3px 3px;
	width: 23px;
	height: 22px;
	line-height: 16px;
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}

button.editorbutton:hover,
button.editorbutton-hover,
button.editorbutton-hover:link,
button.editorbutton-hover:visited,
button.editorbutton-hover:hover {
	text-decoration: none !important;
	background-color: transparent;
	background-image: url(/style/img/btnhover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

button.editorbutton-hover:active {
	/*display: block;
	float: left;
	padding: 3px 3px 3px 4px;
	width: 16px;
	height: 16px; */
	text-decoration: none !important;
	background-color: transparent;
	background-image: url(/style/img/btndown.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: default;
}

.hsepr {
	margin-right: 10px;
}

.cl {
	clear: left;
}

textarea.main {
	width: 98%;
}

/* Seitenzählung für Listen/Tabellen */

div.lp1 {
	display: block;
	float: left;
	font-weight: bold;
}

div.lp2,
.r {
	text-align: right;
}

/* Für's Drucken:  */

@media screen  { .printonly {display: none} }

/* So viele schöne Bullets aber auch... */

ul.black li, li.black {
	background-image: url(/style/img/icon_f/bullet_black.png);
}

ul.blue li, li.blue {
	background-image: url(/style/img/icon_f/bullet_blue.png);
}

ul.green li, li.green {
	background-image: url(/style/img/icon_f/bullet_green.png);
}

ul.orange li, li.orange {
	background-image: url(/style/img/icon_f/bullet_orange.png);
}

ul.pink li, li.pink {
	background-image: url(/style/img/icon_f/bullet_pink.png);
}

ul.purple li, li.purple {
	background-image: url(/style/img/icon_f/bullet_purple.png);
}

ul.red li, li.red, ul.red-bullet li, li.red-bullet {
	background-image: url(/style/img/icon_f/bullet_red.png);
}

ul.yellow li, li.yellow {
	background-image: url(/style/img/icon_f/bullet_yellow.png);
}

ul.add li, li.add {
	background-image: url(/style/img/icon_f/bullet_add.png);
}

ul.delete li, li.delete {
	background-image: url(/style/img/icon_f/bullet_delete.png);
}

ul.go li, li.go {
	background-image: url(/style/img/icon_f/bullet_go.png);
}

ul.key li, li.key {
	background-image: url(/style/img/icon_f/bullet_key.png);
}

ul.star li, li.star {
	background-image: url(/style/img/icon_f/bullet_star.png);
}

ul.white li, li.white {
	background-image: url(/style/img/icon_f/bullet_white.png);
}

ul.wrench li, li.wrench {
	background-image: url(/style/img/icon_f/bullet_wrench.png);
}