/* Main Layout */
*{
 margin:0;
 padding:0;
}

.td{
  border-bottom: 1px dashed #cbcbcb;
  border-left: 1px dashed #cbcbcb;
  padding: 5px;
}

.td1{
  border-bottom: 1px dashed #cbcbcb;
  padding: 5px;
}

.td2{
  border-bottom: 1px dashed #cbcbcb;
  border-left: 1px dashed #cbcbcb;
  border-right: 1px dashed #cbcbcb;
  padding: 5px;
}

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #242424;
  margin: 0 auto;
  background: url("Bilder/bg6.jpg") repeat-y #000;
  background-position: center center;
}

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */

a, a:visited, a:active {
  color: #242424;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #242424;
  text-decoration: underline;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #242424;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #242424;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #242424;
  text-decoration: none;
}

a.category:hover {
  color: #242424;
  text-decoration: underline;
}

/* Font types */
h2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #d4d4d4;
  font-weight: bold;
}

.h2title{
  background: url("Bilder/h2title.png") no-repeat #fefefe;
  width: 695px;
  height: 26px;
  margin: 1px 0 -10px 0;
}

.h2title_2{
  background: url("Bilder/h2title_2.png") no-repeat #fefefe;
  width: 695px;
  height: 3px;
  margin: 0 0 5px 0;
}

small {
  color: #383838;
  font: normal 9px Arial, Verdana, Helvetica, sans-serif;
}

.title {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  color: #242424;
  font-weight: bold;
  background: #fff;
  padding: 10px 0 2px 0;
  border-bottom: 6px solid #d1d1d1;
}

.title1 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #242424;
  font-weight: bold;
  background: #fff;
  padding: 10px 0 2px 0;
  border-bottom: 6px solid #d1d1d1;
}


.category_big, .category_big a{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #242424;
  font-weight: bold;
}

.category {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

.input2{
  font: normal 11px Arial, Verdana, Helvetica, sans-serif;
  color: #242424;
}

.input, textarea, select {
  border: 1px dotted #d1d1d1;
  background-color: #F1F1F1;
  padding: 2px;
  font: normal 11px Arial, Verdana, Helvetica, sans-serif;
  color: #242424;
}

.input:active, textarea:active, select:active, .input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

.input[type="radio"], input[type="checkbox"], 
.input[type="radio"]:focus, input[type="radio"]:active,
.input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}
/*
.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}
*/
/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 95%;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.font12fett {
  font-weight: bold;
  font-size: 12px;
}

.font11fett {
  font-weight: bold;
  font-size: 11px;
}

.font10fett {
  font-weight: normal;
  font-size: 10px;
}

.font9fett {
  font-weight: bold;
  font-size: 9px;
}

.font8fett {
  font-weight: bold;
  font-size: 8px;
}

.font12normal {
  font-weight: normal;
  font-size: 12px;
}

.font11normal {
  font-weight: normal;
  font-size: 11px;
}

.font10normal {
  font-weight: normal;
  font-size: 10px;
}

.font9normal {
  font-weight: normal;
  font-size: 9px;
}

.font8normal {
  font-weight: normal;
  font-size: 8px;
}

.boardname a {
  color: #fb6500;
  font-weight: bold;
  text-decoration: none;
}

.nickname a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.forum_linkoverview a{
  color: #fb6500;
  font-weight: bold;
}

.newsheadline a{
  color: #fb6500; 
  font-weight: bold; 
  font-size: 12px;
  text-decoration: none;
}

.commentsaction a{
  color: #242424;
  font-weight: bold;
  font-size: 11px;
}

.orange a{
  color: #fb6500;
  text-decoration: none;
}

.orange{
  color: #fb6500;
  text-decoration: none;
}
