body {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:13px;
	padding: 0px;
	margin: 0px;
}

a { color:#000; text-decoration:none; }
a:visited { color:#C60; }
a:hover { color:#f00;}
a.bottom { color:#000; }
a.bottom:visited { color:#36f;}
a.bottom:hover { color:#f00;}
a.bar {font-size:10px;}

/* eye-catching links (with red triangle) */
a.textlink			   { padding-left:8px; text-decoration:none; font-weight: bold; background-repeat:no-repeat; background-position: top left; }
a.textlink:link        { color:#000; background-image:url(img/link.gif); }
a.textlink:visited     { color:#C60; background-image:url(img/link.gif); }
a.textlink:hover       { color:#f00; text-decoration:underline; background-image:url(img/link_mo.gif); }
a.textlink:active      { color:#ff0000; background-image:url(img/link.gif); }

/* thread links: */
a.thread			   { padding-left:18px; text-decoration:none; font-weight:bold; background-repeat:no-repeat; background-position: top left; }
a.thread:link		   { color:#000; background-image:url(img/topic.gif); }
a.thread:visited       { color:#C60; background-image:url(img/topic.gif); }
a.thread:hover         { color:#f00; text-decoration:underline; background-image:url(img/topic.gif); }
a.thread:active        { color:#0000cc; background-image:url(img/topic.gif); }

/* new threads: */
a.threadnew			   { padding-left:18px; text-decoration: none; font-weight: bold; background-repeat:no-repeat; background-position: top left; }
a.threadnew:link       { color:#000; background-image:url(img/topic_new.gif); }
a.threadnew:visited    { color:#C60; background-image:url(img/topic_new.gif); }
a.threadnew:hover      { color:#f00; text-decoration: underline; background-image:url(img/topic_new.gif); }
a.threadnew:active     { color:#0000cc; background-image:url(img/topic_new.gif); }

/* replies: */
a.reply				   { padding-left:16px; text-decoration: none; font-weight: normal; background-repeat:no-repeat; background-position: top left; }
a.reply:link           { color:#000; background-image:url(img/reply.gif); }
a.reply:visited        { color:#C60; background-image:url(img/reply.gif); }
a.reply:hover          { color:#f00; text-decoration: underline; background-image:url(img/reply.gif); }
a.reply:active         { color:#0000cc; background-image:url(img/reply.gif); }

a.replynew			   { padding-left:16px; text-decoration: none; font-weight: normal; background-repeat:no-repeat; background-position: top left; }
a.replynew:link        { color:#000; background-image:url(img/reply_new.gif); }
a.replynew:visited     { color:#C60; background-image:url(img/reply_new.gif); }
a.replynew:hover       { color:#f00; text-decoration: underline; background-image:url(img/reply_new.gif); }
a.replynew:active      { color:#0000cc; background-image:url(img/reply_new.gif); }

/* replies in search results: */
a.reply-search		   { padding-left:18px; text-decoration: none; font-weight: bold; background-repeat:no-repeat; background-position: top left; }
a.reply-search:link    { color:#000; background-image:url(img/reply_s.gif); }
a.reply-search:visited { color:#C60; background-image:url(img/reply_s.gif); }
a.reply-search:hover   { color:#f00; text-decoration: underline; background-image:url(img/reply_s.gif); }
a.reply-search:active  { color:#0000cc; background-image:url(img/reply_s.gif); }


/* alle Bilder ohne Rand */
img {border-style:none;}

/* Überschriften */
h1,h2,h3 { font-weight:bold; }

h1 { font-size:13px; }
h2 { font-size:11px; }
h3 { font-size:10px; }

/* alle Tabellen und Zeilen */
td, table, tr { text-align:left; vertical-align:top; }

table.head { width:960px; }

/* gesamte Tabelle */
table.content { width:984px; }
table.navigation { font-size:14px; font-weight:bold; width:170px; }
/* table.text { width:800px; } */
td.tdtext { /*width:650px; */ height:400px; background-color:#FF9900; }

/* Tabellenschatten */
/* rechts */
td.rightshadow {
	background-image:url(images/verlauf.rechts.jpg);
	background-repeat:repeat-y;
	width:10px;
}
/* links */
td.leftshadow {
	background-image:url(images/verlauf.links.jpg);
	background-repeat:repeat-y;
	width:10px;}
/* unten */
td.bottomshadow {
	background-image:url(images/verlauf.unten.jpg);
	background-repeat:repeat-x;
	height:10px;
}
/* ecke links */
td.leftcornershadow {
	background-image:url(images/verlauf.ecke.links.jpg);
	background-repeat:no-repeat;
}
/* ecke rechts*/
td.rightcornershadow {
	background-image:url(images/verlauf.ecke.rechts.jpg);
	background-repeat:no-repeat;
}

td.bar { font-size:9px; color:#999; }
table.icon { border:1px solid #666666; }
td.icon { width:16px; height:16px; }

/* untere Linkleiste */
td.links_footer {
	font-size:9px;
	color:#ccc;
	text-align:center;
}

/* Navigationsmenu links */
#navi { 
	margin: 10px 0px 40px 10px; 
	padding: 0px; 
	overflow: visible; 
	width:190px;
}
#navi .lknavi { 
	border-left: 6px solid #000;
	margin: 0px;
	padding: 5px 0px 5px 6px;
	line-height: 29px;
	color:#000;
}
#navi a.lknavi:hover {
	border-left: 6px solid #f00;
}
td.navi {
	/* background-image:url(../images/printer.gif); */
	background-repeat:repeat-y;
}

p.links { visibility:hidden; }

/* Login Tabelle */
table.login {
	width:333px;
	height:216px;
}

td.login {
	font-size:13px;
}

div.contentx { position:relative; left:20px; width:550px; }
div.contentxred { position:relative; left:20px; width:550px; font-weight:bold; color:#f00;}

/* original */

p                      { margin-top: 0px; }
form                   { display: inline; }
.normal                { font-size: 13px; line-height: 19px; max-width: 750px; }

/* template: */
#top                   { margin:0px; height: 70px; color:#000000; font-size: 13px; }
#top div.left          { margin:0px; padding: 6px 0px 5px 20px; float: left; }
#top div.left .home    { margin:0px 0px 3px 0px; padding:0px; font-size:11px; }
#top div.left .index   { margin:0px; padding:0px; font-size:13px; }
#top div.right         { margin:0px; padding: 6px 20px 5px 0px; text-align: right; }
p.usermenu             { margin:0px 0px 13px 0px; font-size: 11px; }
#top h1                { margin:0px 0px 3px 0px; }

.search                { display: inline; font-size: 11px; }
input.searchfield      { font-size: 11px; width: 130px; }
/*oberer foren bereich */
#topnav                { clear:both; margin: 0px; padding: 0px; height: 30px; color:#000000; font-size: 13px; border-top: 1px solid #C60; border-bottom: 1px solid #C60; }
#topnav div.left       { margin: 0px; padding: 7px 0px 0px 20px; float: left; }
#topnav div.right      { margin: 0px; padding: 6px 20px 0px 0px; text-align: right; }
/*mittlerer foren bereich */
#content               { padding: 20px; font-size: 13px; color: #000000;}
/*unterer foren bereich */
#bottomnav             { margin: 0px; padding: 0px; height: 30px; color:#000000; font-size: 13px; border-top: 1px solid #C60; border-bottom: 1px solid #C60; }
#bottomnav div.left    { margin: 0px; padding: 7px 0px 0px 20px; float: left; }
#bottomnav div.right   { margin: 0px; padding: 6px 20px 0px 0px; text-align: right; }

#bottom                { height:45px; font-size:11px; line-height:16px; margin:0px; padding:0px; color:#000000; }
#bottom div.left       { margin: 0px; padding: 7px 0px 7px 20px; float: left; }
#bottom div.right      { margin: 0px; padding: 7px 20px 10px 0px; text-align: right; }

.postingheadline       { margin: 0px 0px 2px 0px; padding: 0px; font-size: 18px; font-weight: bold; }
.posting               { margin: 0px 0px 0px 0px; padding: 0px; font-size: 13px; line-height: 19px; color: black; max-width: 750px; }
.author                { margin-top: 1px; font-size: 13px; line-height: 19px; color: black; font-style: italic; }
.postingbottom         { clear:both; margin:25px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.postinganswer         { float: left; }
.postingedit           { text-align: right; }

h2.postingform         { margin: 0px 0px 0px 0px; }
p.postingforma         { margin: 3px 0px 0px 0px; }

.searchresults         { margin: 0px 0px 15px 0px; }

.actthread             { padding-left: 18px; color: #ff0000; font-weight: bold; background-image:url(img/topic.gif); background-repeat:no-repeat; background-position: top left; }
.actreply              { padding-left: 16px; color: #ff0000; font-weight: bold; background-image:url(img/reply.gif); background-repeat:no-repeat; background-position: top left; }

.thread                { font-size: 12px; }
.thrbeg                { font-size: 13px;  font-weight: bold; }
.aktuell               { font-size: 13px;  color: red; font-weight: bold; }
.small                 { font-size: 11px; }
.xsmall                { font-size: 11px; color: #808080; font-weight: normal; }
.caution               { color: red; font-weight: bold; }
.entryline             { margin: 15px 0px 15px 0px; border-top: 1px dotted #808080; border-left: 0; border-right: 0; border-bottom: 0; height: 1px; }
.marked-threads        { margin:30px 0px 0px 0px; font-size:11px; }
.marked-threads-board  { margin:10px 1px 0px 1px; font-size:11px; }

.admin-highlight       { color: red; }
.mod-highlight         { color: red; }

/* quoted text: */
.citation              { color: #6f6f6f; font-style: italic; }

/* signatures: */
.signature             { margin: 10px 0px 0px 0px; padding:0px; font-size:11px; line-height:16px; color:#808080; font-weight: normal; max-width:750px; }

.userdata              { margin: 0px; padding: 0px; font-size: 13px; line-height: 19px; color: black; }
.online                { font-size: 11px; color: red; }
.code                  { font-family: courier-new, courier; font-size: 13px; color: #000080; }

/* categories: */
.category              { color: #000080; font-size: 11px; font-weight: normal; }
.category-regusers     { color: #000080; font-size: 11px; font-weight: normal; background:#e7e7e7; }
.category-adminmod     { color: #000080; font-size: 11px; font-weight: normal; background:#d5d5d5; }
.category-b            { color: #0000cc; font-size: 11px; font-weight: normal; }
.category-regusers-b   { color: #0000cc; font-size: 11px; font-weight: normal; border-bottom: 1px dotted #0000cc; }
.category-adminmod-b   { color: #0000cc; font-size: 11px; font-weight: normal; border-bottom: 1px solid #0000cc; }

table.board-entry      { /* border: 1px solid #bacbdf; */ }
table.mix-entry        { margin-top:-1px; border: 1px solid #bacbdf; }
td.autorcell           { width: 100%; width: 106px; padding: 5px 7px 5px 7px; font-size: 13px; color: #000000; background:#fff; background-image:url(img/bg_th.gif); background-repeat: repeat-x; background-position: top; }
td.titlecell           { margin:0px; padding:5px 10px 5px 10px; height:15px; font-size:13px; color:#000000; background:#fff; background-image:url(img/bg_th.gif); background-repeat:repeat-x; background-position:top; }
td.titlecell .left     { margin:0px; padding:0px; float:left; }
td.titlecell h2        { margin:0px; padding:0px; font-size:13px; color:#000000; font-weight:bold; }
td.titlecell .right    { margin:0px; padding:0px; text-align:right; }
td.postingcell         { margin:0px; padding:10px 10px 15px 10px; width:100%; font-size:13px; color:#000000; background:#f9f9f9; }
div.autorcellwidth     { margin:0px; padding:0px; width: 106px; font-size: 1px; height: 1px; }
.postingboard          { margin:0px; padding:0px; font-size: 13px; line-height: 19px; color: black; max-width: 750px; }

div.preview            { font-size:13px; margin:0px 0px 0px 0px; padding:10px; color:#000000; border:1px dotted red; }

table.normaltab        { width:100%; /* border:1px solid #bacbdf; */ }
table.normaltab th     { vertical-align:top; font-size:13px; font-weight:bold; text-align:left; color:#000000; background:#FC6; background-image:url(img/bg_th.gif); background-repeat: repeat-x; background-position: bottom; }
table.normaltab td.a   { vertical-align:top; font-size:13px; font-weight:normal; color:#000000; background:#f5f5f5; }
table.normaltab td.b   { vertical-align:top; font-size:13px; font-weight:normal; color:#000000; background:#f9f9f9; }
table.normaltab td.c   { width:150px; vertical-align:top; font-size:13px; font-weight:normal; color:#000000; background:#fff; background-image:url(img/bg_author.gif); background-repeat:repeat-y; background-position:left; }
table.normaltab td.d   { vertical-align:top; font-size:13px; font-weight:normal; color:#000000; background:#f5f5f5; }


/* mix view: */
.threadkl              { font-size:11px; }
div.mixdivl            { }
div.mixthread          { background:#ffe8b7; padding:0px; }
div.mixthreadbeg       { background:#ffdf9d; margin-bottom:5px; padding:5px; }

select.kat             { font-size:11px; }

input.bbcode-button    { width:45px; height:20px; font-size:11px; font-weight:normal; margin:0px 0px 5px 0px; background:#efefef; }
button.smiley-button   { width:23px; height:23px; font-size:11px; font-weight:normal; margin:0px 1px 1px 0px; background:#efefef; }


/* Thread tree: */
ul.thread              { margin: 0px 0px 17px 0px; padding: 0px 0px 0px 0px; list-style-type:none; }
ul.reply               { margin: 0px; padding: 0px 0px 0px 30px; list-style-type:none; }
ul.deep-reply          { margin: 0px; padding: 0px 0px 0px 0px; list-style-type:none; }
li                     { line-height: 17px; }

#deletecookie          { color:#000; background:#fff; margin:0px; padding:10px; }
#deletecookie h1       { font-size:18px; color:#000000; font-weight:bold; }
#deletecookie p        { font-size:13px; margin-top: 0px; }

img.captcha   { margin:0px; padding:0px; border:1px solid #000; }