/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )

	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x

	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/



/*
FARBEN:
 Hintergrund-Grau:      #3b3b3b


ABSTAENDE:


*/


/* Layout
 ------------ */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}



body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family:  Arial;
	color: #000000;
	background-color: #3b3b3b;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
}

#wrapall {
    width: 968px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header {
    width: 968px;
    height: 200px;
    background: url(http://www.dsa4forum.de/styles/dsa4/imageset/header_bg.jpg) no-repeat;
    position: relative;
}

#wrap_header_text_left {
    position: absolute;
    top: 115px;
    left: 15px;
    width: 340px;
    height: 60px;
}

#wrap_header_text_right {
    position:absolute;
    top:115px;
    left:605px;
    width:350px;
    height:60px;
    text-align:right;
}

#wrap_breadcrumbs {
    position: absolute;
    top: 180px;
    left: 12px;
    width: 520px;
    height: 20px;
}

#wrap_jumpbox {
    padding: 0 5px 0 0;
}

div.header_special {
    position:relative;
}

div.header_special2 {
    position:absolute;
    top:0px;
    left:539px;
    width:76px;
    height:34px;
    background-image:url(http://www.dsa4forum.de/styles/dsa4/imageset/header_bg_2.jpg);
}


div.header_special3 {
    position:absolute;
    top:0px;
    left:539px;
    width:76px;
    height:34px;
    background-image:url(http://www.dsa4forum.de/styles/dsa4/imageset/header_bg_3.jpg);
}


#footer {
    width: 968px;
    height: 65px;
    background-image:url(http://www.dsa4forum.de/styles/dsa4/imageset/footer_bg.jpg);
    background-repeat:no-repeat;
    position:relative;
	background-color: #f1e2c3;
}

#wrapcentre {
    margin: 0 9px 0 12px;
	background-color: #f1e2c3;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#menubar {
    height:42px;
	font-size: 1.1em;
    background-image:url(http://www.dsa4forum.de/styles/dsa4/imageset/header_oben.jpg);
    background-repeat:no-repeat;
}

#menubar ul#links	{ padding:0; margin:0; top:20px; position:absolute; width:433px; list-style:none;}
#menubar ul#rechts	{ padding:0; margin:0; top:20px; left:529px; position:relative; width:439px; list-style:none;}
#menubar ul#links li	{ float:left; display:inline; height:22px;}
#menubar ul#rechts li	{ float:right; display:inline; height:22px;}

ul#links2	{padding:0px; margin:0; list-style:none;}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
/*	background-color: #F9CC79;*/
	border-width: 0px;
/*	border-style: solid;
	border-color: #BB9860;*/
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
}

.forumrules h3 {
	color: red;
}

#pageheader {
    padding: 4px 0 0 10px;
}
#pagecontent {
}
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin-top: 4px;
	padding-left: 5px;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
	padding-right:5px;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	font-weight: bold;
	white-space: normal;
	font-size: 1.1em;
	margin-left:5px
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
/*	padding-top: 4px;*/
	color: #60584b;
}

p.forumdesc2 {
	padding-top: 4px;
	color: #60584b;
}

p.row1icon {
    width:28px;
    padding-top:4px;
}

p.row1icon2 {
    width:35px;
    padding-top:9px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
	font-size:9pt;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 1px;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	/*margin: 1px 1px;*/
	font-size: 1em;
}

.gensmall_2 {
	/*margin: 1px 1px;*/
	font-size: 1em;
	padding-left: 5px;
}

.logo4 {
    display:block;
    width:300px;
    height:125px;
    position:absolute;
    left:325px;
    top:5px;
}

.copyright {
	color: #808080;
	font-weight: normal;
}

.titles {
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	padding-left: 5px;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #f6efe2;
/*	background-image: url('./images/cellpic3.gif');*/
	white-space: nowrap;
	padding: 4px 5px;
	height:39px;

    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cabda2;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1e2c3;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
	border-right: 1px solid #EDE5D5;
}
td.header {
	padding: 0px;
}

.tablebg {
	border-bottom: 1px solid #cabda2;
}

.catdiv {
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #e1c280;

    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bda46d;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cabda2;
}
.rtl .catdiv {
/*	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;*/
}

.cat {
	height: 26px;
	padding: 0 5px;
	background-color: #e1c280;
    border-top: 1px solid #bda46d;
	border-bottom: 1px solid #cabda2;
}

.row1 {
	padding: 4px;
	border-right: 1px solid #ede5d5;
	border-bottom: 1px solid #ede5d5;
	background-color: #f6efe2;
}

.row2 {
	background-color: #f6efe2;
	padding: 4px;
	border-bottom: 1px solid #ede5d5;
	border-right: 1px solid #ede5d5;
}

.row3 {
	background-color: #f6efe2;
	padding: 4px;
}

.spacer {
	background-color: #f1e2c3;
	padding:0px;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link,
a:visited {
	color: #7A561C;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #7A561C;
	text-decoration: none;
}
/*
a:hover {
	color: #D46400;
	text-decoration: underline;
}
*/
a.forumlink {
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}

a.topictitle {
	color: #000000;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #7A561C;
	text-decoration: underline;
}


th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #000000; /*#7c6131;*/
	font-size: 1.4em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #7c6131;
	background-color: #e1c280;
}

textarea {
	background-color: #e1c280;
	color: #000000;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #7c6131;
	padding: 2px;
}

select {
	color: #000000; /*7c6131;*/
	background-color: #e1c280;
	font-size: 1.4em;
	font-weight: normal;
	border: 1px solid #7c6131;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #e1c280;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000; /*7c6131;*/
	font-weight: normal;
	font-size: 1.2em;
	background-color: #e1c280;
	border: 1px solid #7c6131;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #e1c280;
	border: 1px solid #7c6131;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #e1c280;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border: 1px solid #cabda2;
	background-color: #e1c280;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #cabda2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border: 1px solid #cabda2;
	background-color: #e1c280;
	font-size: 0.85em;
	font-weight: bold;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #cabda2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	font-family: Monaco, 'Courier New', monospace;
	line-height: 1.4em;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/* Ajax GeoMap PopUp */
#geo_popup {
	z-index: 60;
	position: absolute;
	display: none;
	font-size: 10px;
	width: 350px;
}
#geo_popup {
	width:270px;
}

#geo_popup  td, #geo_popup th {
	text-align:left;
}

#geo_popup  td {
	border-bottom:1px solid #333300;
	padding:2px;
}

/* Lexicon
---------------------------------------- */
/*
acronym{
  cursor: help;
  border-bottom:1px #000000 dottet; 
} */

.subforum.read {
    background: url(images/icon_post_target.gif) center left no-repeat;
    padding-left: 12px;
}
.subforum.unread {
    background: url(images/icon_post_target_unread.gif) center left no-repeat;
    padding-left: 12px;
}

a.wiki {
    background:url(http://www.dsa4forum.de/styles/dsa4/imageset/link_wiki.gif) no-repeat 0 2px;
    padding-left:22px;
}
