/**
* main definitions
*
*/
body, p, form, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre,
.header {
   margin: 0;
   padding: 0;
}

a:link, a:visited, a:hover, a.textlink:link, a.textlink:visited, a.textlink:hover {
	color: 							#006699;
	text-decoration: 				none;
}

a:hover, a.textlink:link {
	text-decoration: 				underline;
}
form {
   display:inline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 					Arial,sans-serif;
	margin: 						0px;
	padding: 						0px;
	display:						inline;
}
img {
   border: 0;
}
pre, code {
   font-size: 14px;
}
hr {
   height: 1px;
   border: 1px solid gray;
}
p {
   padding: 0;
   margin: 0;
}

code {
   white-space: pre;
}


/**
* Header definitions
*/
#header, #headerleft, #headerright {
	margin: 0px; 
	padding: 0px; 
	background-color: #fff;
}

#header {
	position: relative;
	clear: both; 
	height:	119px; 
	width: 100%;
	background-color: #fe0d0d;
}

#headerleft {
	float: left;
    color: #fff; 
	background-color: #fe0d0d;
}
#headerright {
	color: #fe0d0d; 
	text-align: right;
	background-color: #fe0d0d;
}

#navlist {
	text-align: right;
	display:inline;
}

/***********************************************/
/* N a v b a r                   
/***********************************************/ 
 #navcontainer ul {
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0px; /* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0px;
	color: #fff;
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px; /* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover {
	background-image:url(../files/navbar_hover.jpg); 
	background-repeat: repeat-x; 
}

#navcontainer { 
	margin: 0px;
	padding: 0px;
	height: 30px;	
	width: 100%;
	background-image:url(../files/navbar.jpg); 
	background-repeat: repeat-x; 
}

#navi { 
	margin-left: 0px; 
	font-size: 14px; 
	width: 190px;
	padding: 0;
}

#navi a {
	display: block;
	padding: 5px 10px;
	width: 170px;
	color: #000000;
	background-color: #fff;
	text-decoration: none;
}

#navi a:hover {
	color: #000;
	background-color: #CCCCFF;
	text-decoration: none;
}

#nav_active {
	color: #000;
	background-color: #D4BFAA;
	display: block;
	padding: 5px 10px;
	width: 170px;
	color: #000;
	background-color: #CCCCFF;
}
 
#navi .naviheader {
	display: block;
	padding: 5px 10px;
	width: 170px;
	color: #fff;
	text-decoration: none;
	background-image:url(../files/navbar.jpg); 
	background-repeat: repeat-x; 
	border: 1px solid;
}

#navi ul {
	margin: 0;
	padding: 0;
	text-align:left;
	list-style-type: none;
}

#navi ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 165px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#navi ul ul a:hover{
	color: #fff;
	background-color: #CCCCFF;
	text-decoration: none;
}
#navi li ul a {
   padding-left: 20px;
   background-color: #fff;
}
#navi ul ul ul a {
   padding-left: 25px;
   background-color:#fff;
}
#navi ul ul ul ul a {
   padding-left: 35px;
   background-color:#fff;
}

/**
* Main content
*/
.main-content {
   padding: 0;
   margin: 0;
   line-height: 1.3;
}

/**
* Left and right sidebar definitions
*/
.sidebar {
  padding: 0;
  margin: 0;
}

body {
   margin: 0px;
   padding: 0px;
}
* html>body {
   margin-right: -3px; /* IE hack */
}

div {
   border: 0;
   margin: 0px;
   padding: 0px;
}

/**
* Main wrapper around the div containers
*/
#wrapper1	 {
   min-width: 770px;
   max-width: 1200px;
   margin: 0px;
   padding: 0px;
   background-image:url(../files/left.jpg);
   background-repeat:repeat-y;
}

/**
* Main columns definitions
*/
.columns {
   border: none;
   margin-top: 5px;
}
.leftcolumn {
   float: left;
   left: 50px;
   width: 200px;
   margin: 0px;
   padding: 0px;
}
.rightcolumn {
   position: static;
   float: right;
   width: 197px;
   margin: 0px;
   padding: 0px;
}
.centercolumn {
   margin: 0px;
   padding: 0px;
   margin-right: 15px;
   margin-left: 210px;
}

/**
* Padding definitions for the columns
*/
.centerpadding, .leftpadding {
   margin: 0px;
   padding: 0px;
}
 
.centerpadding {
   padding-left: 20px; 
   padding-right: 20px; 
}
.clearing {
   height: 0;
   margin: 10px;
   clear: both;
}

#footer {
	background-repeat: repeat-x;
	clear:both;
	height:65px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	margin: 0px; 
	padding: 0px; 
	color: #000000; 
}

div.left       { 
	margin: 0px;
	padding: 7px 0px 0px 20px; 
	float: left;
 }

div.right      {
	margin: 0px; 
	padding: 6px 20px 0px 0px; 
	text-align: right;
 }

/***********************************************/
/* R E S T - Forum
/***********************************************/ 

postingform         { 
	margin: 0px 0px 0px 0px; 
}

#search {
	margin: 3px 15px;
	float: left;
	display:inline;
	color:#ffffff;
}

searchresults         { 
	margin: 0px 0px 15px 0px; 
}


.normal                {
	font-size: 13px; 
	line-height: 19px; 
	max-width: 750px; 
}
.thread                { 
	font-size: 13px; 
}
.aktuell               {  
	font-size: 13px; 
	color: red; 
	font-weight: bold; 
}
.small                 {  
	font-size: 13px; 
}

.marked-threads-board  { 
	margin:10px 1px 0px 1px; 
	font-size:14px; 
}
.citation              { 
	color: #6f6f6f; 
	font-style: italic;
	font-size:13px; 
 }
.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; 
	color: black;
}
.online                { 
	font-size: 11px; 
	color: red;
 }

.code                  { 
	font-size: 13px; 
	color: #000080; 
}

.category              { 
	color: #000080; 
	font-size: 11px; 
	font-weight: normal; 
}

.postingboard { 
	margin: 0px; 
	padding:0px;
	font-size: 13px; 
	color: black; 
	width: auto; 
}

table.board-entry      { 
	border: 1px solid #bacbdf; 
}

td.autorcell           { 
	width: 110; 
	padding: 5px 7px 5px 7px; 
	font-size: 14px; 
	color: #000000; 
	background-image:url(img/bg_author.gif); 
	background-repeat: repeat-y; 
	background-position: left; 
}
td.titlecell           { 
	margin:0px; 
	padding:5px 10px 5px 10px; 
	height:15px; 
	font-size: 13px; 
	color: #000000; 
	background: #ffffff; 
	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; 
}

table.normaltab        { 
	background: #ffffff; 
	border: 1px solid #bacbdf; 
	background-image:url(img/bg_author.gif); 
	background-repeat: repeat-y; 
	background-position: left; 
	width:100%;
}

table.normaltab th     { 
	vertical-align: top; 
	font-weight: bold; 
	color: #000000; 
	background-image:url(img/bg_th.gif);
	background-repeat: repeat-x; 
	background-position: bottom; 
}
table.normaltab td.a   { 
	vertical-align: top; 
	font-size: 16px; 
	font-weight: normal; 
	color: #000000; 
	background: #f5f5f5; 
}
table.normaltab td.b   { 
	vertical-align: top; 
	font-size: 16px; 
	font-weight: normal; 
	color: #000000; 
	background: #E8E8E8; 
}
table.normaltab td.c   { 
	width:150px;
	vertical-align: top; 
	font-size: 16px; 
	font-weight: normal; 
	color: #000000; 
	background: #d2ddea; 
	background-image:url(img/bg_author.jpg); 
	background-repeat: repeat-y; 
	background-position: right; 
}

table.normaltab td.d   { 
	vertical-align: top; 
	font-size: 16px; 
	font-weight: normal; 
	color: #000000; 
	background: #f5f5f5; 
}

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 {
	font-size:14px; 
}
a.thread:link          { 
	padding-left: 18px; 
	font-size:14px; 
	color: #0000cc; 
	text-decoration: none; 
	font-weight: bold; 
	background-image:url(img/topic.gif); 
	background-repeat:no-repeat; 
	background-position: top left;
 }

a.thread:visited       { 
	padding-left: 18px;
	font-size:14px; 
	color: #800080; 
	text-decoration: none; 
	font-weight: bold; 
	background-image:url(img/topic.gif); 
	background-repeat:no-repeat; 
	background-position: top left; 
}
a.thread:hover         { 
	padding-left: 18px; 
	font-size:14px; 
	color: #0000ff; 
	text-decoration: underline; 
	font-weight: bold; 
	background-image:url(img/topic.gif);
	background-repeat:no-repeat; 
	background-position: top left; 
}
a.thread:active        { 
	padding-left: 18px; 
	font-size:14px; 
	color: #0000cc; 
	text-decoration: none; 
	font-weight: bold;
	background-image:url(img/topic.gif);
	background-repeat:no-repeat; 
	background-position: top left; 
}

a.threadnew:link       { 
	padding-left: 18px; 
	color: #0000cc; 
	font-size:14px; 
	text-decoration: none; 
	font-weight: bold; 
	background-image:url(img/topic_new.gif); 
	background-repeat:no-repeat; 
	background-position: top left; 
}
a.threadnew:visited    { 
	padding-left: 18px; 
	color: #800080; 
	font-size:14px; 
	text-decoration: none; 
	font-weight: bold; 
	background-image:url(img/topic_new.gif);
	background-repeat:no-repeat; 
	background-position: top left; 
}
a.threadnew:hover      { 
	padding-left: 18px; 
	color: #0000ff; 
	font-size:14px; 
	text-decoration: underline; 
	font-weight: bold; 
	background-image:url(img/topic_new.gif); 
	background-repeat:no-repeat; 
	background-position: top left;
 }
a.threadnew:active     { 
	padding-left: 18px; 
	color: #0000cc; 
	font-size:14px; 	
	text-decoration: none; 
	font-weight: bold; 
	background-image:url(img/topic_new.gif); 
	background-repeat:no-repeat; 
	background-position: top left;
}

table.lasttab { 
	background: #ffffff; 
	border: 1px solid #bacbdf; 
	background-image:url(img/bg_author.gif); 
	background-repeat: repeat-y; 
	background-position: left; 
	width:90%;
}
table.lasttab th { 
	vertical-align: top; 
	font-weight: bold; 
	color: #000000; 
	background-image:url(img/bg_th.gif);
	background-repeat: repeat-x; 
	background-position: top; 
}
