@charset "utf-8";

/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Funatics
	Based on style:		subsilver2 (the phpBB 2 style of phpBB 3)
	Original author:	psoTFX and the phpBB team - http://www.phpbb.com/ | subBlue - http://www.subBlue.com/
	Modified by:		jello - http://www.gwehkp.de/

	Copyright 2006 phpBB Group - http://www.phpbb.com/
	Copyright 2007 Funatics - http://www.funatics.de/
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
/*	Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
/*	Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	color: white;
	background-color: #4e575d;
	background-image: url(./images/bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0;
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 10px 25px 25px 25px;
}

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

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

.forumrules {
/*	background-color: #F9CC79; */
}

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

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

/* funatics.de exclusives
 ------------ */
#header {
	position: absolute;
	text-align: left;
	z-index: 100;
	left: 31px;
	top: 180px;
	width: 710px;
	height: 64px;
	background-position: top left;
	background-repeat: no-repeat;
}

#header span#sitename {
	position: relative;
	top: 20px;
	color: #34D1E1;
	font-size: 16px;
	font-weight: bold;
	margin-left: 35px;
}

#content {
	text-align: left;
	z-index: 100;
	position: absolute;
	left: 31px;
	top: 270px;
	width: 710px;
}

/* sidemenu (fun) became menubar (bb3) */
#menubar {
	position: absolute;
	text-align: center;	
	right: 0;
	bottom: 0;
	width: 515px;
/*	height: 30px; */
	line-height: 2em;
/*phpBB3:	margin: 0 25px; */
}

#menubar a {
	color: white;
	white-space: nowrap;
}

/* #menubar span, #menubar a:hover span {
	display: inline;
} */

/* forum-related values outsourced from screen.css */
#content .forumbox .header {
	overflow: hidden;
	width: 710px;
	height: 19px;
	background-image: url(images/border-head-710.gif);
}

#content .fbox550 .header {
	overflow: hidden;
	width: 550px;
	height: 19px;
	background-image: url(images/border-head-550.gif);
}

#content .fbox150 .header {
	overflow: hidden;
	width: 150px;
	height: 19px;
	background-image: url(images/border-head-150.gif);
}

#content .forumbox .header p, #content .fbox550 .header p, #content .fbox150 .header p {
	position: relative;
	margin: 3px;
	padding-left: 2px;
	padding-right: 2px;
}

#content .forumbox .content, #content .fbox550 .content, #content .fbox150 .content {
	padding-left: 2px;
	padding-right: 2px;
}

#content .forumbox .content > p, #content .fbox550 .content > p, #content .fbox150 .content > p {
	padding: 2px;
}

#content .forumbox {
	position: relative;
	margin-bottom: 20px;
	background-image: url(images/border-bg-710.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#content .fbox550 {
	position: relative;
	margin-bottom: 20px;
	background-image: url(images/border-bg-550.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#content .fbox150 {
	position: relative;
	margin-bottom: 20px;
	background-image: url(images/border-bg-150.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#content .forumbox h1, #content .fbox550 h1, #content .fbox150 h1 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 14px;
}

#content .forumbox ul, #content .fbox550 ul, #content .fbox150 ul {
	margin: 0px;
	padding-left: 18px;
}

#content .forumbox .footer {
	position: relative;
	clear: both;
	width: 709px;
	height: 2px;
	background-image: url(images/border-foot-710.gif);
	overflow: hidden;
}

#content .fbox550 .footer {
	position: relative;
	clear: both;
	width: 549px;
	height: 2px;
	background-image: url(images/border-foot-550.gif);
	overflow: hidden;
}

#content .fbox150 .footer {
	position: relative;
	clear: both;
	width: 150px;
	height: 2px;
	background-image: url(images/border-foot-150.gif);
	overflow: hidden;
}

#content .forumbox .footer span, #content .fbox550 .footer span, #content .fbox150 .footer span {
	display: none;
}

#content .forumbox .divide {
	position: relative;
	clear: both;
	width: 709px;
	height: 2px;
	background-image: url(images/border-divide-710.gif);
	overflow: hidden;
}

#content .fbox550 .divide {
	position: relative;
	clear: both;
	width: 549px;
	height: 2px;
	background-image: url(images/border-divide-550.gif);
	overflow: hidden;
}

#content .fbox150 .divide {
	position: relative;
	clear: both;
	width: 150px;
	height: 2px;
	background-image: url(images/border-divide-150.gif);
	overflow: hidden;
}

#content .forumbox .divide span, #content .fbox550 .divide span, #content .fbox150 .divide span {
	display: none;
}

#content div.nav {
	padding: 0px;
	margin-left: 22px;
	margin-bottom: 14px;
	padding: 0px;
}

#illu1 {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 4px;
	background-image: url(./images/illu_head05.jpg);
	width: 770px;
	height: 239px;
}
#illu2 {
	z-index: 0;
	position: absolute;
	top: 253px;
	left: 724px;
	background-image: url(./images/illu_02.gif);
	width: 136px;
	height: 225px;
}

/*  Text
 --------------------- */
h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.6em;
	line-height: 120%;
}

h3 {
	font-size: 1.4em;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.2em;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
}

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
} */

.breadcrumbs {
	float: left;
	font-weight: bold;
	white-space: normal;
}

.rtl .breadcrumbs {
	float: right;
}

td.cat a {
	color: white;
}

.datetime {
	float: right;
	white-space: nowrap;
}

.rtl .datetime {
	float: left;
}

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

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

/* .postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
} */

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

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

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

.posthilit {
	color: red;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	font-size: 1em;
}

.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: #e0e0e0;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.titles {
	font-weight: bold;
	text-decoration: none;
	color: white !important;
}

.error {
	color: red !important;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.lthrough {
	text-decoration: line-through;
}

.spoiler {
	background-color: #fff;
	color: #fff;
}

/* Tables
 ------------ */
th {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #4e575d;
	white-space: nowrap;
	padding: 7px 5px !important;
	text-align: center;
}

td {
	padding: 2px;
}

/* td.profile {
	padding: 4px;
} */

.tablebg {
	background-color: transparent;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #9BA2A7;
	border-bottom: 1px solid #9BA2A7;
	background-color: #798c99;
	text-indent: 4px;
}

/* .catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #9BA2A7;
	border-bottom: 1px solid #9BA2A7;
	background-color: #798c99;
}

.rtl .catdiv {

} */

.cat > h4 {
	padding-left: 20px;
}

.row1, .row2, .row3 {
	padding: 4px;
}

.row1, .row3 {
	background-color: transparent;
}

.row2 .quotecontent, .row1 .quotecontent .quotecontent, .row2 .quotecontent .quotecontent .quotecontent, .row2 .attachcontent, .row1 .quotecontent .attachcontent, .row2 .quotecontent .quotecontent .attachcontent, .row1 .quotecontent .quotecontent .quotecontent .attachcontent {
	background-color: #333c42;
	background-image: url(images/border-bg-710-quote.gif);
}

.row2, .row1 .quotecontent, .row2 .quotecontent .quotecontent, .row1 .quotecontent .quotecontent .quotecontent, .row1 .attachcontent, .row2 .quotecontent .attachcontent, .row1 .quotecontent .quotecontent .attachcontent, .row2 .quotecontent .quotecontent .quotecontent .attachcontent {
	background-color: #4e575d;
}

.spacer {
	background-color: #798c99;
	height:1px;
}

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

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

/* Links
 ------------ */
a:link, a:active, a:visited {
	color: #ff8200;
	text-decoration: none;
}

a:hover {
	color: #ff8200;
	text-decoration: underline;
}

a.searchlink {
	color: white !important;
	text-decoration: underline;
}

a.forumlink {
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

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

div.header > p, div.header > p > span {
	color: #cccccc !important;
}

th a, div.header > p a {
	/* color: #34d1e1 !important; */
	color: white !important;
	text-decoration: none;
}

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

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

textarea {
	background-color: white;
	color: black;
	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: black;
	background-color: white;
	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;
	margin: 3px;
}

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

.btnbbcode {
	color: #000000;
	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 #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: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

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


/* BBCode
 ------------ */
.quotetitle, .codetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
}

.quotetitle .quotetitle, .quotetitle .codetitle, .quotetitle .attachtitle {
	font-size: 1em;
}

.quotecontent, .codecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border: 1px solid white;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
}

.quotecontent {
	font-style: italic;
}

.quotecontent .italic {
	font-style: normal;
}

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	background-color: #fafafa;
	color: #006600;
	direction: ltr;
	font-family: 'Courier New', monospace;
	font-size: 1.1em;
	font-style: normal;
}

.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: 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

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

/* (except for graphic paths) unchanged screen.css values
 ------------ */
#page {
	position: relative;
	width: 777px;
	margin: 0px auto;
	border: 0;
}

#funatics_logo {
	z-index: 100;
	position: absolute;
	width: 118px;
	height: 98px;
	left: 29px;
	top: 20px;
	background-image: url(./images/logo.gif);
}
#funatics_logo a {
	display: block;
	width: 118px;
	height: 98px;
}
#funatics_logo h1 {
	display: none;
}

#mainmenu {
	z-index: 100;
	position: absolute;
	left: 31px;
	top: 139px;
}

#mainmenu a, #mainmenu a:hover {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	width: 112px;
	height: 24px;
	margin-right: 8px;
}
#mainmenu span {
	display: none;
}

#mainmenu_news a {
	left: 0px;
	background-image: url(./images/mainmenu/news.gif);
}
#mainmenu_news a:hover {
	background-image: url(./images/mainmenu/news-hover.gif);
}
#mainmenu_projekte a {
	left: 120px;
	background-image: url(./images/mainmenu/projekte.gif);
}
#mainmenu_projekte a:hover {
	background-image: url(./images/mainmenu/projekte-hover.gif);
}
#mainmenu_forum a {
	left: 600px;
	background-image: url(./images/mainmenu/forum.gif);
}
#mainmenu_forum a:hover {
	background-image: url(./images/mainmenu/forum-hover.gif);
}
#mainmenu_kontakt a {
	left: 360px;
	background-image: url(./images/mainmenu/kontakt.gif);
}
#mainmenu_kontakt a:hover {
	background-image: url(./images/mainmenu/kontakt-hover.gif);
}
#mainmenu_jobs a {
	left: 480px;
	background-image: url(./images/mainmenu/jobs.gif);
}
#mainmenu_jobs a:hover {
	background-image: url(./images/mainmenu/jobs-hover.gif);
}
#mainmenu_companyinfo a {
	left: 240px;
	background-image: url(./images/mainmenu/companyinfo.gif);
}
#mainmenu_companyinfo a:hover {
	background-image: url(./images/mainmenu/companyinfo-hover.gif);
}

#impressum {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}

.letter_F { background-image: url(./images/illu_F.gif); }

