/* Main Layout */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

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: #265B84;
  text-decoration: none;
  font-weight: normal;
}

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

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

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

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

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

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

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

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #024f8c;
  font-weight: bold;
  background: url(images/bg_titel.png)
}

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

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

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

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

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: 350px;
  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;
}
#tab_2 { /* OUTER CONTAINER */
	background: #F5F5F4;
	border: 1px solid #CECED1;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#tab_2:hover { /* OUTER CONTAINER HOVER IF NEEDED */
	background: #FFFFFF;
	border: 1px solid #9AD017;
}
.forum_title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #5E5F5C;
  background: #e8e8e8;
  border-top: 1px solid #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}
.topic_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #9C0;
	padding: 5px;
}
.forum_katg {
	height: 20px;
	background: url(images/forum_katg_bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D2D2D;
	font-weight: bold;
	text-shadow: 1px 1px #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #9F9FA0; 
	padding: 6px; 
	line-height: 22px;
}	
.forum_katg_topic {
	height: 17px;
	background: url(images/forum_katg_bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D2D2D;
	font-weight: bold;
	text-shadow: 1px 1px #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #9F9FA0;
	padding: 12px 0 6px 0;
}	
.forum_topic_stats {
	padding: 0 0 6px 6px;
}
.forum_mod {
	font-size: 10px;
	color: #AFAFAF;
}
.forum_border {
	background: url(images/forum_bg.png) repeat-x;
	border-bottom: 1px solid #CECED1; 
	padding: 4px;
}
.forum_border2 {
	background: url(images/forum_bg.png) repeat-x;
	border-bottom: 1px solid #CECED1;
	border-left: 1px solid #CECED1; 
	padding: 4px;
}
.forum_stats {
	border-bottom: 1px solid #D3D3D3;
	 padding: 5px; 
	 font-size: 11px; 
	 color: #989696;
}
.forum_hr {
	margin-top: 15px;
	border: 0px; 
	border-top: solid 1px #CCCCCC; 
	border-bottom: transparent;
}
.forum_message {
	float: left; 
	padding: 6px; 
	min-height: 165px; 
	border-left: 1px solid #D3D3D3;
}
.sig {
	color: #B4B4B4;
}
.forum_ava {
	background: url(images/forum_ava_shadow.png) no-repeat center; 
	height: 100px;
}
.katg_small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #505050;
  font-weight: bold;
  text-shadow: 1px 1px #FFFFFF;
  text-transform: uppercase;
}
a.forum_katg_link, a.forum_katg_link:visited, a.forum_katg_link:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #2D2D2D;
  font-weight: bold;
  text-shadow: 1px 1px #FFFFFF;
  text-transform: uppercase;
}
a.forum_katg_link:hover {
  color: #727272;
  font-weight: bold;
  text-shadow: 1px 1px #FFFFFF;
}
a.forum_err, a.forum_err:visited, a.forum_err:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #D60000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a.forum_err:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #D60000;
	text-decoration: underline;
	font-weight: bold;
}
a.forum, a.forum:visited, a.forum:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #8E8C8C;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a.forum:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #8E8C8C;
	text-decoration: underline;
	font-weight: bold;
}
.sc_gallerycontent{width:auto; height:auto; padding:3px; margin-left:10px; float:left;}
.sc_gallerypics{width:130px; height:auto; padding:4px; border-radius:5px; border: 1px solid #CCC;}
.sc_galleryhead{width:130px; height:auto; padding-top:5px; padding-bottom:10px;}
.sc_galleryfoot{width:130px; height:auto; padding:3px;}
}
