/* ------------------------------------------------------------------------- */
/* CSS for Biont3D Forum
/* Filename: style.css
/* Verfasser: Ralph Westermann, 08/2007
/* This CSS is based on the default S M F - Stylesheet from simplemachines.org!
/* simplemachines forum software is a development of simplemachines.org
/*
 ____                         __       __    ____      
/\  _`\    __                /\ \__  /'__`\ /\  _`\    
\ \ \L\ \ /\_\    ___     ___\ \ ,_\/\_\L\ \\ \ \/\ \  
 \ \  _ <'\/\ \  / __`\ /' _ `\ \ \/\/_/_\_<_\ \ \ \ \ 
  \ \ \L\ \\ \ \/\ \L\ \/\ \/\ \ \ \_ /\ \L\ \\ \ \_\ \
   \ \____/ \ \_\ \____/\ \_\ \_\ \__\\ \____/ \ \____/
    \/___/   \/_/\/___/  \/_/\/_/\/__/ \/___/   \/___/ 
                                                       
													 */
/* ------------------------------------------------------------------------- */


/* YAHOO RESET CSS 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


END YAHOO RESET CSS */

/* ------------------------------------------------------------------------- */
/* CSS modifications for Biont3D Forum */ 
/* Site Layout */
/* ------------------------------------------------------------------------- */

html,body{
background-color: black; 
font-family: Verdana, sans-serif;
font-size: 12px;
color:#bbb;
line-height:1.4em;
width: 100%;
margin: 0 auto;
text-align: center; /* für IE */
min-height: 100%; /* Scrollbalken erzwingen für kurze Seiten */
margin-bottom: 1px; /* Scrollbalken erzwingen für kurze Seiten */
}


/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
color: #e3e3e3;
font-family: Verdana, sans-serif;
}

/* CSS modifications for Biont3D Forum */ 
/* I put this in to get rid off unwanted empty spaces in IE*/
.layoutfixer{
background: #000000 url(images/background.gif) repeat-y top;
}

.thepage{
padding: 5 0 5 0px;
/*background: url(images/background.gif) repeat-y top;*/
margin: 0 auto;
width: 660px;
line-height: 1.4em;
text-align: left;
}


a ,a:link, a:visited{
font-weight: normal;
text-decoration: none;
font-weight: bold;
color: white;
}

a:hover {
color: #666;
text-decoration: none;
}

a:link img,a:hover img,a:visited img,a:active img{
border: 0;
text-decoration: none;
color: none
}


/* Normal, standard links. 
a:link, a:visited, a:active
{
font-family: Arial,Verdana,Sans-serif,serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #bdbdbd;
}
a:hover
{
color: #ffffff;
text-decoration: underline;
}*/

/* ------------------------------------------------------------------------- */
/* CSS modifications for Biont3D Forum */ 
/* Logo */
/* ------------------------------------------------------------------------- */
#logo{
background: url(images/kopf.gif) top center no-repeat;
background-color: black;
width: 750px;
height: 200px;
margin: 0 auto;
border: none;
padding: none;
}

/* ------------------------------------------------------------------------- */
/* CSS modifications for Biont3D Forum */ 
/* Blackbox */
/* ------------------------------------------------------------------------- */

blockquote{
margin-top:1em;
margin-bottom:1em;
margin-left:1.4em;
}

.blackbox {
width: 660px;
margin 0 auto; /*Box soll mittig sein*/
}

.blackbox p {
color: #bbb;
line-height: 1.3em;
}

.topofthebox{
margin-top: 1px;
margin-bottom: 15px;
}

.options {
font-size: 10px;
font-weight: bold;
color:#6699CC;
}

/* ------------------------------------------------------------------------- */
/* CSS modifications for Biont3D Forum */ 
/* Breadcrumb */
/* Navigation links - for the link tree. */
/* ------------------------------------------------------------------------- */
.nav, .nav:link, .nav:visited, .nav:active
{
text-align: left;
font-size: 9px;
color: #bbb;
text-decoration: none;
}
a.nav:hover
{
color: #ffffff;
text-decoration: none;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* ------------------------------------------------------------------------- */
/* Headlines */
/* ------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
font-family: Helvetica,Arial;
color: #ffffff;
line-height: 1.4em;
margin-top: 1.4em;
margin-bottom: 0.2em;
text-indent:0px;
}

h1 {font-size: 2.2em;}
h2 {font-size: 2.0em; color:#666666;}
h3 {font-size: 1.8em; color:white;}
h4 {font-size: 1.6em; color:#444444;}
h5 {font-size: 12px; font-weight:bold;}
h6 {font-size: 11px; font-weight:bold;}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #000000;
font-family: Verdana, sans-serif;
font-size: 10px;
}
textarea
{
font-size: 100%;
color: #000000;
font-family: Verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 100%;
font-weight: normal;
color: #000000;
font-family: Verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
color: #111;
background-color: #111;
}
/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: bbb;
background-color: #222;
border: none;
font-size: 11px;
margin: 1px;
padding-left: 10px;
line-height: 1.4em;
padding-top: 3px;
padding-bottom: 3px;
}
/* A code block - maybe even PHP ;). */
.code
{
color: #e3e3e3;
background-color: #484848;
font-family: Arial, "courier new", "times new roman", monospace;
font-size: 11px;
line-height: 1.3em;
/* Put a nice border around it. */
border-top: 1px dashed #000000;
border-left: 1px dashed #000000;
border-right: 1px dashed #000000;
border-bottom: 1px dashed #000000;
margin: 1px auto 1px auto;
padding: 1px;
padding-top: 3px;
padding-bottom: 3px;

width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
color: #e3e3e3;
text-decoration: none;
font-weight: bold;
font-size: 11px;
line-height: 11px;
background-image: url("images/quote_img.gif");
background-repeat: no-repeat;
background-position: top right;
background-color: transparent;
height: 17px;
padding-top: 2px;
}
.codeheader
{
color: #e3e3e3;
text-decoration: none;
font-weight: bold;
font-size: 11px;
line-height: 11px;
background-image: url("images/code_img.gif");
background-repeat: no-repeat;
background-position: top right;
background-color: transparent;
height: 17px;
padding-top: 2px;
}
/* Generally, those [?] icons. This makes your cursor a help icon. */
.help
{
cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: green;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
 font-family: verdana,Sans-serif,serif;
 font-size: 1.1em;
 font-weight: normal;
 color: #bbb;
 background-color: #303030;
 border: 1px solid black;
 padding-left: 3px;
/* background-image: url("images/bg_input.gif");*/
 background-repeat: repeat-x;
 background-position: top left;
}
/* Highlighted text - such as search results. */
.highlight
{
color:#FFCC00; /*bernstein*/
background-color:#222200;
font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* CSS modifications for Biont3D Forum */ 
/* Hintergrundfarben Login, Postings, Tabellenüberschriften
/* ----------------------------------------------------------------------------------------------------------------------- */

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg 
{
color: #666; 
background-color: black;
}
/*Stickies*/
.windowbg1 
{
color: #666; 
background-color: black;
}
.windowbg2
{
color:#bbb;
background-color: black;
}
.windowbg3 
{
color: #666;
background-color: #262626;
}
.windowbg4
{
color: #444;
background-color: none;
}
.windowbg5
{
color: yellow;
background-color: none;
font-size: 9px;
}
/* the today container in calendar */
.calendar_today
{
background-color: #bbb;
}



/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
#top_subject
{
 color: white; /*bleu*/
}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: #666666;
font-family: helvetica, arial, sans-serif;
font-style: bold;
font-size: 16px;
background-image: none;
border-bottom: solid 0px #111;
padding-left: 0px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: white;
font-style: normal;
}
.titlebg a:hover
{
color: #ffffff;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #e3e3e3;
font-style: normal;
text-decoration: underline;
}
.titlebg2 a:hover
{
text-decoration: underline;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* CSS modifications for Biont3D Forum */ 
/* Überschriften für Topics, Kategorien etc.
/* Boardindex von Tabellenansicht in Blackbox-Stil ändern */
/* Überschriften weiss! Autor, Lastposter, Hits und Antworten klein und grau */
/* ----------------------------------------------------------------------------------------------------------------------- */
.thread, .thread a:link, .thread a:visited, .thread a:hover, .thread a:active
{
color: white;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}


.thread1, thread1 a:link, .thread1 a:visited, .thread1 a:hover, .thread1 a:active,   /*sticky*/
{ 
color: white;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold ! important;
text-decoration: none;
}

.thread a:hover, .thread a:active, .thread1 a:hover, .thread1 a:active 
{
text-decoration: underline;
font-weight: bold ! important;
}

.threadinfos, .threadinfos a:link, .threadinfos a:visited
{
color: #666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
font-weight: bold;
text-decoration: none;
}


.threadinfos1, threadinfos1 a:link, .threadinfos1 a:visited   /*sticky*/
{ 
color: #666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
font-weight: bold ! important;
text-decoration: none;
}

.threadinfos a:hover, .threadinfos a:active, .threadinfos1 a:hover, .threadinfos1 a:active 
{
color: white;
text-decoration: none;
font-weight: bold ! important;
}


/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/

.greytable table
{
empty-cells:show;
background-color:#101010;
}

.greytable td
{
text-indent:10px;
empty-cells:show;
border:1px solid #000000;
background-color:#101010;
}

.catbg3 , tr.catbg3 td
{
font-family: verdana, arial, sans-serif;
font-size: 9px ! important;
font-weight: bold ! important;
}

tr.catbg3 td, .cat3 td
{
empty-cells:show;
border:1px solid #000000;
background-color:#101010;
text-decoration: none;
}

.catbg , tr.catbg td
{
font-family: helvetica, arial, sans-serif;
font-size: 20px ! important;
font-weight: bold ! important;
color: #ffffff;

padding-right: 10px;
height: 22px;
background-color: none;
}
.catbg2 , tr.catbg2 td
{
background-color: none;
color: #666;
padding-left: 0px;
padding-right: 10px;
height: 22px;
}
.catbg, .catbg2
{
font-family: helvetica, arial, sans-serif;
font-size: 18px ! important;
font-weight: bold ! important;
margin: 0;
width: 400px;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
font-weight: bold;
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: white;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* CSS modifications for Biont3D Forum */ 
/* Neue Beiträge kennzeichnen
/* ----------------------------------------------------------------------------------------------------------------------- */
.new, tr.new td, .new a:link, .new a:visited
{
/*greentube*/
color:#666666; 
background-color:#002200; 
}



/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: black;
padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
margin: 0 auto;
/*background-color: #000000;*/
/*background: #000000 url(images/background.png) repeat-y top;*/
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	color:#666;
	font-size: 9px ! important;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

.middletext
{
	color: #999;
  /*text-indent:10px;*/
}
.normaltext
{
	font-size: normal;
}
.largetext
{
	font-size: large;
	color: white ! important;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
	color: #666666;
}

/* Sometimes there will be an error when you post */
.error{
/*ledred*/
width: 100%;
padding: 10px;
font-family: verdana;
letter-spacing: 2px;
color:#FF0000; 
background-color:#440000;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* CSS modifications for Biont3D Forum */ 
/* Menüleisten 
/* definitions for the main tab, active means the tab reflects which page is displayed */
/* ----------------------------------------------------------------------------------------------------------------------- */

.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
background-position: left bottom;
font-color: #666666;
/*text-transform: uppercase;*/
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #666;
text-decoration: none;
font-family: verdana;
font-size: 10px;
vertical-align: top;
padding: 4px 6px 4px 6px;

}
.maintab_first
{
/*background-image: url("images/maintab_first.png");*/
background-repeat: no-repeat;
width: 10px;
}
.maintab_back
{
/*background-image: url("images/maintab_back.png");*/
background-repeat: repeat-x;
}
.maintab_last
{
/*background-image: url("images/maintab_last.png");*/
background-repeat: no-repeat;
width: 10px;
}
.maintab_active_first
{
/*background-image: url("images/maintab_active_first.png");*/
background-repeat: no-repeat;
color:#666;
width: 8px;
}
.maintab_active_back
{
/*background-image: url("images/maintab_active_back.png");*/
background-repeat: repeat-x;
color: #666;
}
.maintab_active_last
{
/*background-image: url("images/maintab_active_last.png");*/
background-repeat: no-repeat;
width: 8px;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: #666;
text-decoration: none;
font-weight: bold;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
color: white;
text-decoration: none;
font-weight: bold;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
background-position: left top;
color: #666;
/*text-transform: uppercase;*/
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: #444;
text-decoration: none;
font-size: 10px;
vertical-align: top;
padding: 4px 6px 4px 6px;
font-family: verdana, sans-serif;
}
.mirrortab_first
{
/*background-image: url("images/mirrortab_first.png");*/
background-repeat: no-repeat;
width: 10px;
}
.mirrortab_back
{
/*background-image: url("images/mirrortab_back.png");*/
background-repeat: repeat-x;
}
.mirrortab_last
{
/*background-image: url("images/mirrortab_last.png");*/
background-repeat: no-repeat;
width: 10px;
}
.mirrortab_active_first
{
/*	background-image: url("images/mirrortab_active_first.png");*/
	background-repeat: no-repeat;
	width: 8px;
}
.mirrortab_active_back
{
/*	background-image: url("images/mirrortab_active_back.png");*/
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
/*	background-image: url("images/mirrortab_active_last.png");*/
	background-repeat: no-repeat;
	width: 8px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited
{
color: #666;
text-decoration: none;
font-weight: bold;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #ffffff;
text-decoration: none;
font-weight: bold;
}



/* ------------------------------------------------------------------------- */
/* CSS modifications for Biont3D Forum */ 
/* Fussnote / Footer */	
/* ------------------------------------------------------------------------- */

.footer, .footer a
{
text-align: center;
font-family: verdana;
font-size: 9px;
font-weight: normal;
line-height:normal;
color: #444444;
margin: 0 auto;
width: 750px;
padding-bottom: 30px;
}


/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}





