/* Layout
 ------------ */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #fff;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0 auto;
	width: 1136px;
}

#page{
	margin-top: 5px;
	width: 1136px;
}

#main {
	float: left;
	width: 980px;
	margin: 0;
	background: #013823 /*url(images/background.jpg)*/;
}

#rechts {
	float: right;
	width: 156px; 
	height: 1131px; 
	margin: 0;	
}

#wrapheader {
	margin: 0;	
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

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

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

#menubar {
	margin: 0 25px;
}

#menubar ul {
	list-style: none;
	text-align: center;
	width: 100%;
}

#menubar li {
	display: inline;
}

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

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

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



/* Tables
 ------------ */
th {
	color: #af8e00;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #fff;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #af8e00;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #af8e00;
}
.rtl .catdiv {
	background: #fff;
}
.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #af8e00 ;
	/*background-image: url(images/skal100.gif);
	background-position: top;
	background-repeat: repeat-x*/

	text-indent: 4px;
	color: #013823;
}

.row1, .row2, .row3  {
	background-color: #fff;
	color: #013823;
	padding: 4px;
}

.anmelden {border: 1px solid #af8e00;}

.spacer {
	background-color: #af8e00;
}

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

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

/* Links
 ------------ */

/* Normale Links */
a:link, a:active, a:visited {color: #af8e00; text-decoration: none;}
a:hover {color: #af8e00; text-decoration: underline;}

/* Links im Copyright Text */
.copyright a:link, .copyright a:visited{color: #af8e00;}
.copyright a:hover{color: #013823;}

/* Links in Tabellen */
.tablebg a:link, .tablebg a:visited {color: #af8e00;}
.tablebg a:hover {color: #013823;}


/* Links in Zitaten */
.quotecontent a:link, .quotecontent a:visited {color: #fff;}
.quotecontent a:hover {color: #013823;}

/* Links auf Kategorien */
.cat a:link, .cat a:visited {color: #013823;}
.cat a:hover {color: #fff;}

/* Links auf Foren */
a.forumlink, a.forumlink:visited {
	color: #af8e00;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

/* Thementitel */
a.topictitle {
	margin: 1px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

/* Links in Überschrift Tabellen-Zellen */
th a:link {
	color: #013823 !important;
	text-decoration: none;
}
th a:hover {
	text-decoration: underline;
}



/*  Text
 --------------------- */
h1 {
	color: #013823;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 120%;
}

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

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #013823;
	font-weight: bold;
}

.rtl p.moderators {float: right;}

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

.rtl p.linkmcp {float: left;}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #013823;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.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-bottom: 4px;}

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: #013823;
	font-weight:bold;
}

.postapprove img, .postreported img {vertical-align: bottom;}

.postauthor {color: #013823;}

.postdetails {color: #013823;}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	
}

.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: #013823;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #af8e00;
	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;
}

.copyright {
	color: #013823;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.titles {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {color: red;}


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

input {
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #013823;
	background-color: #ECECEC;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	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: #ECECEC;
}

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

.btnbbcode {
	color: #013823;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #013823;
	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: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
        padding-bottom: 2px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #013823;
	color: #fff;
	background-color: #013823;
	font-size: 0.85em;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 5px 5px;
	padding: 4px;
        padding-top: 2px;
	border-color: #013823;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #af8e00;
	color: #013823;
        font-style: italic;
}

.attachcontent {font-size: 0.85em;}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {color: #FFFFFF;}
.syntaxcomment {color: #FF8000;}
.syntaxdefault {color: #0000BB;}
.syntaxhtml {color: #013823;}
.syntaxkeyword {color: #007700;}
.syntaxstring {color: #DD0000;}


/* Private messages
 ------------------ */
.pm_marked_colour {background-color: #013823;}
.pm_replied_colour {background-color: #A9B8C2;}
.pm_friend_colour {background-color: #007700;}
.pm_foe_colour {background-color: #DD0000;}


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

table.colortable td {padding: 0;}

.nowrap {white-space: nowrap;}

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

.sep {
	color: #013823;
	background-color: #013823;
}

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