html, body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: normal 8pt tahoma,sans-serif;
  color: #000;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
}

ul {
  padding: 3px 0 0 0;
  margin: 0 0 0 15px;
}

li {
  padding: 0px;
  margin: 0px;
  list-style: square;
}

a:link, a:visited, a:active {
  color: #FF8501;
  text-decoration: none;
}

a:hover {
  color: #FF8501;
  text-decoration: underline;
}

hr {
  background-color: #D8D8D8;
  color: #D8D8D8;
  border: #D8D8D8;
  height: 1px;
  margin: 5px 0 5px 0;
  padding: 0;
}

h1 {
  font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px -1px;
  padding: 0;
}

.subcat:link, .subcat:visited, .subcat:active {
  color: #000;
  text-decoration: none;
  padding: 0 10px 0 8px;
  background-image: url("../gfx/icon_arrow2.gif");
  background-repeat: no-repeat;  
  background-position: 0px 4px;
  white-space: nowrap;    
}

.mobiltable td {
	border-bottom: 1px solid black;
	padding: 1px 4px 1px 4px;
}

.mobildtd {
	border-right: 1px solid black;
}

.subcat:hover {
  color: #000;
  text-decoration: underline;
}

.threadlink:link, .threadlink:visited, .threadlink:active {
  display: block;
  border: 1px solid #ccc;
  background-image: url("../gfx/bg_article_thread.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;  
  margin: 0 0 5px 0;
  padding: 5px 0 5px 10px;
  font: bold 8pt tahoma,sans-serif;
  color: #000;
  text-decoration: none;
}

.threadlink:hover {
  color: #000;
  text-decoration: underline;
}

.barlink:link, .barlink:visited, .barlink:active {
  padding: 0px 0 0px 15px;
  font: bold 8pt tahoma,sans-serif;
  color: #fff;
  text-decoration: none;
}

.barlink:hover {
  color: #fff;
  text-decoration: underline;
}

.navi {
	padding: 0;
	margin: 0 0 7px 0;
}

.navi li {
	padding: 0;
  margin: 0;
	list-style: none;
}

.navi li a {
  display: block;
	border: 1px solid #fff;
	background-color: transparent;
  margin: 0;
  background-image: url("../gfx/icon_arrow2.gif");
  background-repeat: no-repeat;  
  background-position: 9px 4px;  
  padding: 1px 5px 2px 19px;
	color: #000;
	text-decoration: none;
}

.navi li a#active1 {
	border: 1px solid #317389;
	background-color: #ACE8FB;
	color: #000;
	text-decoration: none;
}

.navi li a:hover {
	border: 1px solid #317389;
  padding: 1px 5px 2px 19px;
	background-color: #ACE8FB;
	color: #000;
	text-decoration: none;
}

.navi li a:visited {
	color: #000;
  padding: 1px 5px 2px 19px;
	text-decoration: none;
}

#mainmenu {
  position: absolute;
  border: 1px solid #888;
  background-color: #fff;
  /*
  background-image: url("../gfx/bg_mainmenu.bmp");
  background-repeat: no-repeat;  
  background-position: 50% 0%;    
  */
  padding: 7px;
  top: 15px;
  left: 50%;
  width: 140px;
  margin: 0 0 0 310px;
}

#path {
  position: absolute;
  overflow: hidden;
  border:1px solid #42BE08;
  background-color: #C7EBB5;
  text-align: center;
  top: 0px;
  left: 50%;
  width: 570px;
  padding: 1px 0 2px 0;
  margin: -80px 0 0 -90px; 
}

#bar {
  background-image: url("../gfx/bghead.gif");
  height: 96px;
  text-align:center;
  margin-top:5px;
  border-bottom: 10px solid #ADE294;
}

#inner_bar {
	width: 960px;
	margin: auto;
	padding: 0;
}

#bar_left {
  display: inline;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  height: 96px;
  width:240px;
  float:left;
}

#bar_center {
  display: inline;
  background-image: url("../gfx/icon_arrow.jpg");
  background-repeat: no-repeat;
  height: 21px;
  padding: 3px 10px 0 12px;
  margin: 72px 0 0 30px;
  text-transform: uppercase;
  float: left;
}

#bar_right {
  display: inline;
  background-image: url("../gfx/icon_arrow.jpg");
  background-repeat: no-repeat;
  height: 21px;
  padding: 3px 10px 0 12px;
  margin: 72px 0 0 30px;
  text-transform: uppercase;
  float: left;
}

#bar_search {
  display: inline;
  height: 25px;
  padding: 3px 10px 0 12px;
  margin: 68px 0 0 30px;
  text-transform: uppercase;
  float: left;
}

.bar_input {
  background-color: #fff;
  background-image: url("../gfx/bg_search_input.jpg");
  background-repeat: no-repeat;
  background-position: 5px 3px;  
  border: 0 none;
  width: 170px;
  height: 18px;
  
}

.bar_btn {
  background-color: #42BE08;
  border: 1px solid #fff;
  height: 20px;
  padding: 0 5px 2px 5px;
  font: normal 8pt tahoma,sans-serif;
  color: #fff;
  font-weight: bold; 
}

#main {
  position: relative;
  top: 0px;
  left: 50%;
  width: 960px;
  margin: 15px 0 0 -480px;
  clear: both;
}

#menu1 {
  float: left;
  width: 180px;
}

#menu2 {
  float: right;
  width: 180px;
}

#center {
  float: left;
  width: 570px;
  margin-left: 15px;
}

#foot {
  position: relative;
  top: 0px;
  left: 50%;
  width: 570px;
  margin: -10px 0 10px -285px;
  padding:0 10px 0 10px;
  clear: both;
  text-align: center;
}

.box {
  border: 1px solid #b68500;
  background-color: #fff;
  padding: 7px;
  margin-bottom: 15px;
}

.box2 {
  border: 1px solid #888;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 15px;
}
.box_msg_ok {
  border: 1px solid #42BE08; 
  color: #42BE08; 
  background-color: #EBF8E6; 
  padding: 5px; 
  margin-bottom: 10px;
  font-weight: bold;
}

.box_msg_error {
  border:1px solid #BE082F; 
  color:#BE082F; 
  background-color:#F6E0E6; 
  padding:5px; 
  margin-bottom:10px;
  font-weight: bold;  
}

.thread {
  border: 1px solid #317389;
  background-color: #ACE8FB;
  background-repeat: no-repeat;
  height: 17px;
  padding: 3px 0 0 0px;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}

.thread h1 {
   font: normal 8pt tahoma,sans-serif;
   color: #000; 
   font-weight: bold;
   text-transform: uppercase;  
   display: inline;
   white-space: nowrap;
}

.content {
  padding: 5px 10px 10px 10px;
}

.article, .article2 {
 	border: 1px solid #ccc;
	background-color: #f2f2f2;
	padding: 10px;
	margin-bottom: 10px;
	clear: both; 
}

.article h1 {
  border: 1px solid #ccc;
  background-image: url("../gfx/bg_article_thread.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;  
  margin: 0 0 5px 0;
  padding: 5px 0 5px 10px;
  font: bold 8pt tahoma,sans-serif;
}

.article2 h1 {
  margin: 0 0 10px 0;
  font: bold 8pt tahoma,sans-serif;
}

.article2 hr {
  background-color: #D8D8D8;
  color: #D8D8D8;
  border: #D8D8D8;
  height: 1px;
  margin: 0;
  padding: 0;
}

.article_footer {
  border: 1px solid #ccc;
  border-left: 0 none;  
  border-right: 0 none;
  margin-top: 5px;
  padding: 3px 10px 3px 10px;
}

.article_img {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
  margin: 0 15px 7px 0;
}

#forward {
  position: absolute;
  width: 500px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -250px;
  border: 1px solid #888;
  background-color: #fff;
  padding:10px;
  text-align: center;
}

#seowords {
  border: 1px solid #eFeFef;
  color: #eFeFef;
  text-align: justify;
  margin: 10px 0 0 0;
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size:9px;
  line-height: 11px;
}

#seowords strong {
  font-weight: normal;
}