#header_print { display: none; }

#header_print h1 { font-size: 24px; font-weight: bold; color: #000000; }

#forum_menu { display: none; }

/* so importiert man in eine CSS-Datei eine andere CSS-Datei: @import "layout.css"; */

body {
	line-height: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #FFFFFF;
	text-align: left;
	font-size: 12px;
	height: 100%;
}

a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	/* border-bottom: 1px dotted #990000; */
}

/* Menüleiste ---------------------------------------------------------*/

.header { display: none; }

#header_logo  {
	height: 60px;
	width: 420px;
	top: 0px;
	left: 0px;
	text-align: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: none;
}

#subtitle  {
	z-index: 110;
	width: 90%;
	position: fixed;
	height: 36px;
	top: 17px;
	left: 19px;
	text-align: left;
}

#navhorzcontainer { display: none; }

/* Container ---------------------------------------------------------*/

.inputbox { display: none; }

.maincontainer {
	margin: 0px 20px 20px 60px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

table.contentpaneopen { /* ehemals .post */
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px 10px 20px 10px;
	text-align: left;
}

.contentpaneopen {
	text-align: left;
}

table.contentpaneopen img { border: 1px solid #000000; margin: 10px; }

#textlinks {
	color: #333333; 
	/*font: 12px/150% Georgia, Times, "Times New Roman", serif;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding: 100px 20px 0px 0px;
	margin: -100px 20px 0px 0px;
	width: 420px;
	border-right: 1px dotted #aaa;
	float: left;
	z-index: 1;
}

#textrechts {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 125%;
	margin: 0px 0px 0px -21px;
	padding: 0px 0px 0px 40px;
	border-left: 1px dotted #aaa;
	z-index: 1;
	width: 160px;
}

#introtext {
	text-align: left;
	background-color: #FFFFFF;
}

#footer {
	display: none;
}

.sectiontableentry1 {
	background-color: #FFFFFF;
}

.sectiontableentry2 {
	background-color: #EDEDED;
}

#header_login {
	display: none;
}

/* Textformatierungen -------------------------------------------------*/

.sb_footer {
	display: none;
}

span.fineprint {
	display: none;
}

.postheading {
	margin-bottom: 30px;
}

td.contentheading { /* ehmals h2 */
	font-weight: bold;
	/* text-shadow: 3px 3px 4px #000; */
	float: left;
	font-size: 18px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	padding-bottom: 15px;
}

td.contentheading a:link {
	border: none;
}

td.contentheading img { /* ehmals h2 */
	border: none;
	margin: 0px;
	padding: 0px;
}

span.contentheading {
	font-weight: bold;
	font-size: 16px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
}


/* Forum */

/******************************************************/
/* Simpleboard CSS File                               */
/* These days, Simpleboard uses the Template CSS file */
/* It's adviced that you do not change this CSS file  */
/* Unless you know what you are doing... If you need  */
/* to change tableheader colours, or anything, look   */
/* in the template CSS file first... here there are   */
/* only definitions that are necessary but don't fit  */
/* the template CSS'es..                              */
/******************************************************/

/*pathaway setting*/

.pathway {
   font-size: 12px; 
   text-decoration: none;
   font-weight: normal;
   padding-left: 0px;
   margin-left: 0px;
}

.pathway a:link { color: #000000; }

#sb_beitrag { background-color: #FFFFFF; width: 100%; margin-bottom: 20px; }
#sb_top { width: 100%; }
#sb_top_titel { padding: 2px 8px 8px 0px; margin-left: 0px; font-weight: bold; }

h2 { font-size: 18px; font-weight: bold; color: #000000; padding: 0px; margin: 0px 0px 10px 0px; }
div.datum { font-size: 10pt; font-weight: normal; }

#sb_text { padding: 10px; }

#sb_bottom_left, .sb_footer, #sb_bottom, div.statistik, #sb_avatar {
	display: none;
}

/* Post History */
.sb_review_table  {
        background-color:#F3F3F3;
		  text-align: left;
        }
.sb_review_header {
        background-color:#808080;
        color:#ffffff;
        }
.sb_review_body0   {
        background-color:#E2E2E2;
        }
.sb_review_body1   {
        background-color:#D1D1D1;
        }        
.sb_review_quote  {
        padding:5px;
        border:solid 1px #000000;
        background-color:#C0C0C0;
        color:#ffffff;
        font-size: 9px;
        display: block;
        }
        
/* Quote & Code blocks */
pre {
   font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #006600;
   background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
   overflow: scroll;
	width: 600px;
	height: 100%;
}

.sb_quote {
	padding: 10px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #E6E6E6;
	color: #000000;
	font-size: 10px;
	display: block;
}    

/*new and not_new notifications */
.sb_new {
   font-size: 10px;
   font-weight: bold;
   color: #FF0000;
}

.sb_notnew {
   font-size: 10px;
   font-weight: bold;
   color: #C0C0C0;
}
/*file attachments */
.sb_file_attachment {
        background: url(emoticons/file.png) no-repeat; 
        padding-top: 2px;
        padding-left: 35px;
        
        border:solid 1px #000000;
        background-color:#ededed;
        color:#000000;
        font-size: 9px;
}

/* write.html.php */

.image_hide {
   position: relative;
   visibility: visible;
   font-size: 9px;
}

.file_hide {
   position: relative;
   visibility: visible;
   font-size: 9px;
}

.general {
   position: relative;
   visibility: visible;
   font-size: 9px;
}

/* post message layout */

.sb_leftcolumn {
   width: 200px;
   text-align: right;
}

/* category names */

.sb_catname {
	font-size: 12px;
}