/* Main Layout1 */
body
{
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.5;
	margin: 0px;
	color: #666666;
	background-color: #262626;
	 background:url(images/bg_test.png);
}
#f1 
{
	position: fixed;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	left: 50%;
	top: 0px;
	height: 28px;
	width: 996px;
	margin-left: -498px;
	z-index:200;
}
.black_box
{
	height:28px;
	border:1px solid #eeeeee;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	margin-top:5px;
	margin-bottom:1px;
	background-color:#ffffff;
	font-weight:bold;
}

.head
{
	position: absolute;
	background-image: url(_img/karw.png); 
	background-position: top center;
	width:100%;
	height: 448px;
	z-index: -2;
	top: 0;
	left: 0;

}

.footer 
{
	color: #e60000;
	font-weight: bold;
}
.footertext 
{
	color: #ffffff;
	font-weight: bold;
}
img 
{
	border: none;
}

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



/* Links #b64a4a*/
a, a:visited, a:active {
  color: #666666;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #666666;
  text-decoration: none;
  font-weight: normal;
}

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

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

a.titlelink2, a.titlelink2:visited, a.titlelink2:active {
  color: #b64a4a;
  text-decoration: none;
  font-weight: bolder;
  font-size:14px;
}

a.titlelink2:hover {
  color: #b64a4a;
  text-decoration: none;
  font-weight: bolder;
}

a.titlelink3, a.titlelink3:visited, a.titlelink3:active {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size:10px;
}

a.titlelink3:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}



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

a.category:hover {
  color: #b64a4a;
  text-decoration: none;
}

/* 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: 10px;
text-decoration: none;
  color: #b64a4a;

  font-weight: bold;

}

.title3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	text-decoration: none;
  color: #000;
  font-weight: bold;

}
.title2 
{
  color: #b64a4a;
  text-decoration: none;
  font-weight: bolder;
  font-size:14px;
}

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

a.title:hover {
  color: #b64a4a;
 text-decoration: none;
  font-weight: bold;
}

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

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

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

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

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #eeeeee;
  
  background-color: #ffffff;
}
/*
 background-color: #666666;
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: #ffffff;
  border: 1px solid #999999;
  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 0;
  padding: 3px;
}

.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;
}