@CHARSET "ISO-8859-1";

/* page-layout */

a { color: black; }
a:hover { color: #C00000; }

hr { width: 100%; height: 1px; color: #925502; }

blockquote { margin-top: 0.5em; }

div.feedback { margin-bottom: 1em }

a.layout_editable-link
{
	font-size: 8pt;
	font-style: normal;
	color: rgb(244,148,0);
}

a.hover { text-decoration: none; }
a.hover:hover { text-decoration: underline; }

a.idcard { text-decoration: none; }
a.idcard:hover { text-decoration: underline; }

a.photo { text-decoration: none; }

a.userinfo { text-decoration: none; }
a.userinfo:hover { text-decoration: underline; }

.userinfo-forum_sig-separ {
	font-size: 12pt;
	color: #794702;
}

.nobr {
	white-space: nowrap;
}

small {
	line-height: 1em;
}

/* dialog */

table.dialog {
	border-spacing: 3px;
}
table.dialog > tr > td {
	white-space: nowrap;
	vertical-align: top;
	padding: 1px;
}
input {
	font-family: Arial, sans-serif;
	font-size: inherit;
	color: #794702;
	border: 1px solid #ccbf9b; /*#b3a788; #DCC075;  #FFDE88 #925502 */
	border-top-color: #998f74; /*#f4ecd5;*/
	border-left-color: #998f74;
}
input.checkbox { border: none; color: black; }
input.radio { border: none; color: black; padding: 0px}
input.text { padding-left: 2px; }
input.file { border: 1px solid black; color: black; }
input.password { padding-left: 2px; }
input.button,
input.submit {
	border-style: outset;
	color: black;
	background-color: /*#FEE2A0;*/ #FFF2CD;
	border-color: #FFDE88;
}

table.dialog input {

}
table.dialog input.checkbox {  }

table.dialog input.radio { }
table.dialog input.text { width: 99.5% }
table.dialog input.file { }
table.dialog input.password { width: 100% }
table.dialog input.button,
table.dialog input.submit {
	width: 100%;
}
table.dialog button.button {
	width: 100%;
	border-style: outset;
}
table.dialog textarea {
	width: 100%;
	font-family: "Courier New", monospace;
	/*font-family: Arial, sans-serif;*/
	font-size: inherit;
	border: 1px solid #ccbf9b; /*#DCC075;*/
	border-top-color: #998f74; /*#f4ecd5;*/
	border-left-color: #998f74;
	color: #794702;
	/*background-color: #FFFBF1;*/ /*#fffaea*/
}
table.dialog select {
	width: 100%; font-family: Arial, sans-serif;
	font-size: inherit;
	border: 1px solid #ccbf9b; /*#DCC075;*/
	border-top-color: #998f74; /*#f4ecd5;*/
	border-left-color: #998f74;
	color: #794702;
}

.dialog .label { color: black; }
.dialog .label-b { font-weight: bold; color: black; }
.dialog .descr { color: #794702; }
.dialog .descr-b { font-weight: bold; color: #794702; }


a.history-back,
a.history-forward { /* text-decoration: none; */ }

a.history-back:hover,
a.history-forward:hover { text-decoration: underline; }

table.mini-headline {
	width: 100%;
	height: 25px;
	margin-top: -14px;
	left: -14px;
	width: 267px;
	position: relative;
	border-bottom: 1px solid #DCCEA7;
}
td.mini-headline_l {
	width: 12px;
	height: 25px;
	background-image: url('../img/page-layout/headline2_l.gif');
	background-repeat: no-repeat;
}
td.mini-headline_m {
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 6px;
	padding-top: 2px;
	vertical-align: middle;
	background-image: url('../img/page-layout/headline_bg2.jpg');
	background-repeat: repeat-x;
	font-weight: bold;
	color: #794702;
}
td.mini-headline_r {
	width: 12px;
	height: 25px;
	background-image: url('../img/page-layout/headline2_r.gif');
	background-repeat: no-repeat;
}
td.mini-headline_m a {
	text-decoration: underline;
	color: #794702;
}
td.mini-headline_m a:hover {
	text-decoration: underline;
	color: #C00000;
}

table.headline {
	width: 100%; height: 25px;
	margin-bottom: 15px;
}
td.headline_l {
	width: 12px; height: 25px;
	background-image: url('../img/page-layout/headline_l.gif');
	background-repeat: no-repeat;
}
td.headline_m {
	white-space: nowrap;
	overflow: hidden;
	width: 100%; height: 25px;
	padding-left: 6px;
	vertical-align: middle;
	background-image: url('../img/page-layout/headline_fade.jpg');
	background-repeat: no-repeat;
	/*background-image: url('../img/page-layout/headline_bg.gif');
	background-repeat: repeat-x;*/
	font-weight: bold;
	color: #794702;
}

a.headline_link {
	color: #794702;
	text-decoration: none;
}
a.headline_link:hover {
	color: #e46b00;
	text-decoration: underline;
}

td.page-layout-content td.headline_m {
	width: 100%; height: 25px;
	padding-left: 8px;
	background-image: url('../img/page-layout/headline_fade_large.jpg');
	background-repeat: no-repeat;
}
td.page-layout-content-nomenu td.headline_m {
	width: 100%; height: 25px;
	padding-left: 8px;
	background-image: url('../img/page-layout/headline_fade_xlarge.jpg');
	background-repeat: no-repeat;
}
td.headline_r {
	width: 0px;
	/*width: 10px; height: 25px;
	background-image: url('../img/page-layout/headline_r.gif');
	background-repeat: no-repeat;*/
}

table.zitat {
	width: 100%;
	border: 1px solid #DCC075;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
}
td.zitat_head {
	padding: 2px;
	padding-left: 0.5em;
	color: black; /*color: #794702;*/
	/*background-color: #fef6e1;*/
	background-color: #fee2a0;
	/*background-image: url('../img/page-layout/streifen_bg.jpg');
	background-repeat: repeat;*/
	border-bottom: 1px solid #DCC075;
}
td.zitat_body {
	padding: 1em;
	vertical-align: top;
	background-color: #fef8e7;
}

table.liste {
	table-layout: fixed; /*width: inherit;*/
	clear: both;
}
td.liste_icon {
	background-image: url('../img/page-layout/dot_orange.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	width:10px; padding:0px;
}
td.liste_e {
	vertical-align: top;
	padding-left: 4px; text-align:left;
	padding-bottom: 0.25em;
}
table.code {
	width: 99.8%;
	table-layout: fixed;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
}
td.code {
	width: 100%;
	border: 1px solid #f4ecd5;
	padding: 0.5em;
}
div.code {
	width: 100%;
	height: 100%;
	font-family: "Courier New", monospace;
	white-space: nowrap;
	min-height: 1em;
	overflow: auto;
}
img.smiley {
	vertical-align: middle;
}
img.richtext {
	margin: 3px;
}

p.richtext {
	margin: 0px;
	padding: 0px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	min-height: 1em;
}
ul.richtext {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	/*padding-bottom: 1em;*/
}
/*p.richtext + ul.richtext {
	margin-top: -0.5em;
}*/

a.richtext { color: inherit !important; }

table.layout_box {
	width: 99.9%;
	table-layout: auto;
	border: 1px solid #925502;
	clear: both;
}
td.layout_box {
	padding: 15px;
	background-color: #FFF2CD;
}

table.box {
	
}
tr.box-o {
	height: 15px;	
}
tr.box-u {
	height: 15px;	
}
td.box-o-l {
	width: 15px;
	background-image: url('../img/page-layout/box-o-l.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
td.box-o-r {
	width: 15px;
	background-image: url('../img/page-layout/box-o-r.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
td.box-u-l {
	width: 15px;
	background-image: url('../img/page-layout/box-u-l.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}
td.box-u-r {
	width: 15px;
	background-image: url('../img/page-layout/box-u-r.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
td.box-o {
	border-top: 1px solid #DCCEA7;
}
td.box-l {
	width: 15px;
	border-left: 1px solid #DCCEA7;
}
td.box-r {
	width: 15px;
	border-right: 1px solid #DCCEA7;
}
td.box-u {
	border-bottom: 1px solid #DCCEA7;
}

/* body, tables */

body {
	background-color: #FFFFFF;
}

body, table {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

div.page-layout {
	overflow: visible;
	position: absolute;
	width: 100%;
	height: 100%;
}
table.page-layout {
	table-layout: auto;
	width: 100%;
	height: 100%;
	border-top: 0px; border-bottom: 0px;
	background-color: #FFFFFF;
}
td.page-layout-side-l,
td.page-layout-side-r {
	width: 50%;
	height: 100%;
	background-color: #C0C0C0;
	background-image: url('../img/page-layout/background.jpg');
	background-repeat: repeat;
}
td.page-layout-side-l { border-right: 1px #FFFFFF solid;}
td.page-layout-side-r { border-left: 1px #FFFFFF solid;}

td.page-layout-logo {
	width: 184px;
	height: 135px;
}
td.page-layout-logo-nomenu {
	width: 332px;
	height: 170px;
	vertical-align: top;
	background-image: url('../img/page-layout/01_nomenu.jpg');
	background-repeat: no-repeat;
}
img.page-layout-logo-menu-layout {
	vertical-align: top;
}

table.page-layout-header {
	table-layout: fixed;
}
table.page-layout-header-nomenu {
	table-layout:fixed;
	height: 170px;
}
td.page-layout-header
{
	height: 135px;
	vertical-align: top;
}
tr.page-layout-header-02 {
	height: 30px;
}
td.page-layout-header-02 {
	width: 316px;
	background-image: url('../img/page-layout/02.jpg');
	background-repeat: no-repeat;
}
td.page-layout-header-02-nonewsticker {
	width: 316px;
	background-image: url('../img/page-layout/02_nonewsticker.jpg');
	background-repeat: no-repeat;
}
td.page-layout-header-02-nomenu {
	width: 316px;
	background-image: url('../img/page-layout/02_nomenu.jpg');
	background-repeat: no-repeat;
}
td.page-layout-header-02-nomenu-nonewsticker {
	width: 316px;
	background-image: url('../img/page-layout/02_nomenu_nonewsticker.jpg');
	background-repeat: no-repeat;
}
tr.page-layout-header-03 {
	height: 105px;
}
td.page-layout-header-03 {
	background-image: url('../img/page-layout/03.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 0px;
}
td.page-layout-header-03-nomenu {
	background-image: url('../img/page-layout/03_nomenu.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 0px;
}
td.page-layout-header-03r {
	background-image: url('../img/page-layout/03_repeat.jpg');
	background-repeat: repeat-x;
	padding: 0px;
}
tr.page-layout-header-05 {
	height: 35px;
}
td.page-layout-header-05 {
	width: 395px;
	background-image: url('../img/page-layout/05.jpg');
	background-repeat: no-repeat;
}
td.page-layout-header-05r {
	width: 100%;
	background-image: url('../img/page-layout/05_repeat.jpg');
	background-repeat: repeat-x;
}
td.page-layout-header-05e {
	width: 50px;
	background-image: url('../img/page-layout/05_end.jpg');
	background-repeat: no-repeat;
}

td.page-layout-newsticker {
	height:30px;
	background-image: url('../img/page-layout/02_repeat.jpg');
	background-repeat: repeat-x;
	overflow: hidden;
	color: white; /*#FFCF91;*/
	padding-top: 3px;
	vertical-align: top;
}
td.page-layout-nonewsticker {
	height:30px;
	background-image: url('../img/page-layout/02_repeat_nonewsticker.jpg');
	background-repeat: repeat-x;
	overflow: hidden;
	color: white; /*#FFCF91;*/
	padding-top: 3px;
	vertical-align: top;
}

div.page-layout-minilogin {
	position: relative; width:100%; height: 21px; overflow: hidden;
}

div.page-layout-frame {
	position: relative;
	top: 0px;
	width:100%;
	padding: 0px;
	height: 84px;
	overflow: hidden;
	text-align:right;
	vertical-align: top;
    overflow: visible;
}

td.page-layout-header-03-nomenu div.page-layout-frame {
   margin-left:-150px;
}

table.page-layout-body {
	table-layout: fixed;
}

tr.page-layout-menu {
	height: 240px;
}
td.page-layout-menu {
	width: 332px;
	height: 240px;
	background-image: url('../img/page-layout/mainmenu_end.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	font-size: 8pt;
	overflow: hidden;
}

tr.page-layout-sidemenu {
	height: 100%;
}
td.page-layout-sidemenu {
	background-image: url('../img/page-layout/mainmenu_end.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
}

td.page-layout-hole {
}
tr.page-layout-abstract {
	height: 205px;
}
td.page-layout-abstract {
	height: 205px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	overflow: hidden;
}
div.page-layout-abstract {
	width: 100%;
	overflow:hidden;
	vertical-align: middle
}

tr.page-layout-content {
	height: 100%;
}
td.page-layout-content {
	height: 100%;
	padding-right: 20px;
	padding-bottom: 0px;
	vertical-align: top;
}
td.page-layout-content-nomenu {
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

tr.page-layout-footer {
	height: 68px;
}
td.page-layout-footer {
	background-image: url('../img/page-layout/06_repeat.jpg');
	background-repeat: repeat-x;
	color: #925502;
	padding-right: 25px;
	padding-top: 35px; padding-left: 20px
}
div.page-layout-footer {
	width:100%; text-align: center;
	vertical-align: middle;
}

td.page-layout-footer table {
	color: #925502; table-layout: auto;
}
td.page-layout-footer table td {
	padding-left: 5px; padding-right: 5px;
}
td.page-layout-footer a:link,
td.page-layout-footer a:visited {
	color: #925502;
}
td.page-layout-footer a:active,
td.page-layout-footer a:hover {
	color: white;
}

/* newsticker */

#newsticker {
	white-space: nowrap;
	width: 100%;
}

#newsticker a:link,
#newsticker a:visited,
#newsticker a:active { color: white; /*#FFCF91;*/ }
#newsticker a:hover { color: white; }

#newsticker_container {
	overflow: hidden
}

/* MiniLogin */
table.MiniLogin {
	font-size: 8pt;
}
table.MiniLogin td {
	padding-right: 2px;
	white-space: nowrap;
	color: white;
	font-size: 8pt;
}
form.MiniLogin input.text {
	border: 1px solid #FFCF91;
	background-color: #ffa618;
	color: #925502;
	font-size: 8pt;
}
form.MiniLogin input.submit {
	border: 1px solid #FFCF91;
	background-color: #df3736; /*#e13b3b;*/
	color: #FFCF91;
	font-size: 8pt;
}
table.MiniLogin_logged td {
	font-size: 8pt;
	padding: 2px;
	padding-left: 10px; padding-right: 0px;
	border: 1px solid #FFCF91;
	white-space: nowrap;
	color: #925502/*white;*/
}
a.MiniLogin:link { color: #925502; text-decoration: none }
a.MiniLogin:visited { color: #925502; text-decoration: underline }
a.MiniLogin:active { color: #925502; text-decoration: underline }
a.MiniLogin:hover { color: #925502; text-decoration: underline }

/* page-sidemenu */

td.pl-sm-nomenu-l {
	background-image: url('../img/page-layout/mainmenu_end.jpg');
	background-repeat: no-repeat;
	height: 34px;
	font-size: 8pt;
}
td.pl-sm-nomenu-r {
	background-color: white;
	height: 34px;
	width: 15px;
}

table.pl-sm {
	font-size: 8pt;
	background-color: #FFF2CD;
	empty-cells: show;
}
table.pl-sm td {
	font-size: 8pt;
}

tr.pl-sm-top {
	height: 34px;
}
td.pl-sm-top-l {
	padding-left: 30px;
	padding-bottom: 5px;
	vertical-align: bottom;
	background-image: url('../img/page-layout/sidemenu/mainmenu_end_1.gif');
	background-repeat: no-repeat;
	height: 34px;
	border-bottom: 1px #FFC93B solid;
}
td.pl-sm-top-r {
	background-image: url('../img/page-layout/sidemenu/mainmenu_end_2.gif');
	background-repeat: no-repeat;
	height: 34px;
	width: 15px;
	border-bottom: 1px #FFC93B solid;
}

tr.pl-sm-head {
	background-color: #FFE399;
	height: 27px;
}
td.pl-sm-head-l {
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
}
td.pl-sm-head-r {
	background-image: url('../img/page-layout/sidemenu/rand-head-r.gif');
	background-repeat: no-repeat;
	width: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	/*height: 20px;*/
}
tr.pl-sm-head td.pl-sm-head-l,
tr.pl-sm-head td.pl-sm-head-r {
	border-bottom: 1px #FFC93B solid;
}

tr.pl-sm-o {
	height: 10px;
}
td.pl-sm-o-l {
	padding-left: 5px;
	border-top: 1px #FFDE88 solid;
	height: 10px;
}
td.pl-sm-o-r {
	background-image: url('../img/page-layout/sidemenu/rand-o-r.gif');
	background-repeat: no-repeat;
	width: 15px;
	height: 10px;
}

td.pl-sm-m-r {
	width: 15px;
	border-right: 1px #FFDE88 solid;
}

tr.pl-sm-u {
	height: 10px;
}
td.pl-sm-u-l {
	padding-left: 5px;
	border-bottom: 1px #FFDE88 solid;
	height: 10px;
}
td.pl-sm-u-r {
	background-image: url('../img/page-layout/sidemenu/rand-u-r.gif');
	background-repeat: no-repeat;
	width: 15px;
	height: 10px;
}

td.pl-sm-entry {
	padding: 2px;
	padding-top: 2px;
	padding-left: 15px;
	color: black;
}

a.pl-sm-link {
	color: black;
}
a.pl-sm-link:link,
a.pl-sm-link:visited { text-decoration: none; }
a.pl-sm-link:hover { text-decoration: underline; color: #C00000; }
a.pl-sm-link:active { text-decoration: none; }

tr.pl-sm-html {
	background-color: white;
}

tr.pl-sm-separ {
	height: 12px; /* 6px */
	background-color: white;
}
tr.pl-sm-separ td {
	height: 12px; /* 6px */
	background-color: white;
}
td.pl-sm-extern {
	background-color: white;
}

tr.pl-sm-entry-separ1 {
	height: 6px;
	background-color: #FFF2CD;
}
tr.pl-sm-entry-separ1 td {
	height: 6px;
	background-color: #FFF2CD;
	border-right: 1px #FFDE88 solid;
}
tr.pl-sm-entry-separ2 {
	height: 14px;
	background-color: #FFF2CD;
}
tr.pl-sm-entry-separ2 td {
	height: 14px;
	background-color: #FFF2CD;
	border-right: 1px #FFDE88 solid;
}
tr.pl-sm-entry-separ3 {
	height: 20px;
	background-color: #FFF2CD;
}
tr.pl-sm-entry-separ3 td {
	height: 20px;
	padding-left: 30px;
	border-bottom: 1px #FFDE88 solid;
	border-right: 1px #FFDE88 solid;
	background-color: #FFF2CD;
}


/* Richtext Editor */

iframe.rteditor-iframe {
	border: 1px solid #ccbf9b; /*#DCC075;*/
	border-top-color: #998f74; /*#f4ecd5;*/
	border-left-color: #998f74;
	/*border: 1px solid #DCC075;*/
	background-color: white;
}
iframe.rteditor-iframe-colors {
	background-color: white;
}
select.rteditor-toolbar-select {
	width: 100px !important;
}
div.rteditor {

}
div.rteditor-toolbar {
	vertical-align: top;
	background-color: #fefbf4;
}
button.rteditor-toolbar-button {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
	vertical-align: middle; /* absmiddle */
	height: 27px;
	color: black;
	border-width: 1px;
	background-color: #FFF2CD;
	border-color: #FFDE88;
}
div.rteditor-toolbar-source {
	vertical-align: top;
	background-color: #fefbf4;
}
button.rteditor-toolbar-source-button {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	vertical-align: middle;
	height: 27px;
	color: black;
	border-width: 1px;
	background-color: #FFF2CD;
	border-color: #FFDE88;
}
select.rteditor-toolbar-select
{
	margin-top: 2px;
	vertical-align: top;
}

/* Modules */

a.mod-NewUserList { white-space: nowrap; }
a.mod-NewUserList:link { text-decoration: underline; }
a.mod-NewUserList:hover { color: #C00000; }

table.mod-SidemenuLogin {
	table-layout: auto;
	width: 100%;
	border-spacing: 0px;
	margin-bottom: 8px;
}
input.mod-SidemenuLogin {
	width: 100%;
	color: black;
	background-color: #FFFBF0;
	border: 1px solid #FFDE88;
}
a.mod-SidemenuLogin:link { text-decoration: none; }
a.mod-SidemenuLogin:hover { text-decoration: underline; color: #C00000; }

div.bisprev-box { float:left; overflow: hidden }
div.bisprev-box div.photo { margin-bottom: 4px; }
div.bisprev-box div.title { background-color: #FFF2CD; text-align: center; border: 1px #FFDE88 solid; text-decoration:underline }

table.mod-membersareabox { /*border: 1px solid #DCCEA7;*/ }
table.mod-membersareabox td { padding: 2px; }
img.mod-membersareabox { vertical-align: middle; float: right; }

div.mod-NewContentList {
	clear: both; font-size: 8pt; padding-top: 5px; overflow: hidden; white-space:nowrap;
}

div.mod-NewForumThreadList {
	clear: both; font-size: 8pt; padding-top: 5px; overflow: hidden; white-space:nowrap;
}

div.photobar-box { float: left; margin-left: 4px; margin-right: 4px; overflow: hidden }
div.photobar-box div.photo { margin-bottom: 4px }
div.photobar-box div.title { background-color: #FFF2CD; text-align: center; border: 1px #FFDE88 solid; text-decoration:underline }

div.uolist-entry {
	float:left; width:100%; overflow:hidden; white-space:nowrap; font-size: 8pt;
	padding-top: 2px;
}

div.mod-UserSearch { }
div.mod-UserSearch select { font-size: 8pt; background-color: #fefbf4; }
div.mod-UserSearch input.text {color: black; border: 1px solid #b3a788; background-color: #fefbf4; }
div.mod-UserSearch div.row { clear: both; height: 24px }
div.mod-UserSearch div.descr { float:left; width: 80px; font-size:8pt; font-weight: bold; }
div.mod-UserSearch div.field { float:left; font-size:8pt; }

div.mod-ChatBox-entry {
	float:left; width:100%; overflow:hidden; white-space:nowrap; font-size: 8pt;
	padding-top: 2px;
}
div.mod-ChatBox-entry div.msg {
	font-size: 8pt;
}
div.mod-ChatBox-entry div.msg a.idcard {
	font-weight: bold;
}