body {

  background: #d4e9f2;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  
}

td {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  
}

table.tortable {
  background-color: #000000;
}

table.tortable td {
  background-color: #FFFFFF;
}

tr.header {
  background-color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;  
}

table.seartable {
  background-color: #AEA696;
}

tr.content {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;  
}

table.downrate {
  background-color: #FFFFFF;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #C7C7C8;
  border-left: 1px solid #C7C7C8;
  border-right: 1px solid #C7C7C8;
}

table.detail {
  background-color: #C7C7C8;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
	line-height:18px;
}

table.detail td {
  background-color: #EEF3F5;
}

table.detail th {
  background-color: #FFFFFF;
  font-weight: normal;
}

table.contact {
  background-color: #C7C7C8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

table.contact td {
  background-color: #EEF3F5;
}

table.contact th {
  background-color: #FFFFFF;
  font-weight: normal;
}

p.m5 {
  margin-bottom: 5px;
}

p.box {
  font-size: 12px;
  font-weight: bold;
  color: #656565;
  margin-bottom: 5px;
}

/* format tables to show torrents */
table.dettable {

	width: 100%;
	border-style: none;
	border-collapse: collapse;
	
}

tr small {

	visibility: hidden;
	font-size: 0.8em;
	
}

tr:hover small {

	visibility: visible;
	
}

tr:hover span {

	background-color: #cccccc;
	
}

td.detheader {

	text-align: center;
	font-weight: bold;
	padding: 3px;
	background: #ffffff url(img/detail_bg.png) repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	border-right: 1px solid #c7c7c8;
	
}

td.detheader a {

	color: #ffffff;
	text-decoration: none;
	
}

td.detheader a:hover {

	text-decoration: underline;
	
}

td.detcontent {

	padding: 2px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #c7c7c8;
	padding-right: 5px;
	
}

td.detcontent a img {

	border-style: none;
	
}
/* format tables to show torrents (end) */

.infotable {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.infotable td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
  padding: 3px;
}

/* forms
_________________________________________*/
form {
  margin: 0;
  padding: 0;
}
form .f_field {
  background: #FFFFFF url("./img/form_input_bg.png") no-repeat left top;
  border: 1px solid #767676;
  padding: 1px; 
}
form .f_textarea {
  background: #FFFFFF url("./img/form_input_bg.png") no-repeat left top;
  border: 1px solid #767676;
  padding: 1px;
}

.form_button {
	background-color: #ddd;
	border: 1px solid #AEA696;
}

/* main page layout 
_________________________________________*/

#top_adspace_box { /* increase height if you put an ad in this box */
  position: relative;
  background: #ffffff;
  padding-top: 5px;
  height: 110px;
  text-align: center;
}

#bg_box {

  position: absolute;
  background: #ffffff url(img/side_bg.png) repeat-x center 155px;
  width: 100%;
  height: 630px;
  left: 0px;

}

#main_block {

  position: relative;
  background: url(img/main_block.png) repeat-y;
  width: 950px; /* wider than top_box image, keep it centered */
  margin: 0px auto 0px auto;
  overflow: hidden;

}

#top_box {

  position: relative;
  background: url(img/top_box.png) no-repeat;
  width: 950px;
  height: 100%;
  
}

#content {

  position: relative;
  margin-top: 130px;
  margin-left: 25px;
  margin-right: 4px;
  
}

div.box {
  width: 97%;
  border-top: 2px dashed #4689C9;
  border-bottom: 1px solid #C7C7C8;
  padding: 10px;
  background-color: #EEF3F5;
}

#commentbox {
  width: 99%;
  display: none;
}

#commentbox textarea {
  width: 100%;
  height: 100px;
}

/* top menu */

#menu_top_box {

  position: relative;
  left: 550px;
  top: 62px;
  height: 23px;
  width: 465px;

}

#menu_top_box a img {

	border-style: none;
	
}

/* left column */

#content_left {

  float: left;
  width: 730px;
  
}

#search_box {

  padding-left: 50px;
  padding-top: 30px;
  height: 60px;
  
}

#left_menu_top {

  padding-left: 10px;
  height: 23px;
  
}

#left_menu_top  a img {

	border-style: none;
	
}

#left_menu_bottom {

  background: url(img/menu_left_bg.png) repeat-x;
  height: 40px;
  padding-top: 21px;
  padding-left: 50px;
  width: 680px;
  
}

#left_menu_bottom a img {

	border-style: none;
	
}

#left_adspace {

  padding-top: 0px;
  padding-bottom: 10px;
  background: #fbfbfb;
  border-top: #dddddd 1px solid;
  border-bottom: #dddddd 1px dotted;
  text-align: center;
  
}

#left_adspace h1 {

	font-size: 80%;
	font-weight: bold;
	
}

#left_adspace p a {

	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
	color: #ff0000;

}

#left_main_area {

  padding: 5px;
  
}

/* right column */

#content_right {

  padding-top: 5px;
  float: right;
  width: 180px;
  
}

#stats_box {

  background: url(img/right_stats_bg.png) no-repeat center top;
  padding: 10px 10px 0 20px;
  height: 100px;
  
}

#login_box {

  background: url(img/right_login_bg.png) no-repeat center top;
  padding: 10px 10px 0 20px;
  height: 160px;
  
}

#top_login {
  width: 90%;
  margin: 0px;
  padding: 5px;
  background-color: #FFF;
  color: #656565;
}

#top_login h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
  color: #FC7000;
}

#top_login h2 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
  color: #656565;
  text-align: center;
}

#top_login td {
  font-weight: bold;
  font-size: 11px;
  color: #666666;
}

#top_login a {
  color: #447EB6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

#top_login a:hover {
  color: #3E6A85;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

#user_box {

  background: url(img/right_user_bg.png) no-repeat center top;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
  height: 50px;
  
}

#user_box a {

  color: #447EB6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  
}

#user_box a:hover {

  color: #3E6A85;
  
}

#user_box a img {

	width: 10px;
	height: 10px;
	border-style: none;
	margin: 0 5px 0 5px;
	
}

#right_bg_1 {
  margin-top: 10px;
  padding-left: 5px;
  padding-top: 5px;
}

#banner_box {

  background-color: #eeeeee;
  width: 135px;
  margin: 20px auto 0px auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  padding: 5px 5px 10px 5px;
  
}

#tags_box {

  background-color: #eeeeee;
  width: 135px;
  margin: 20px auto 0px auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  padding: 5px 5px 10px 5px;
  
}

#partner_box {

  background-color: #eeeeee;
  width: 135px;
  margin: 20px auto 0px auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  padding: 5px 5px 10px 5px;
  
}

#partner_box a {

  color: #447eb6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  padding-left: 5px;
  
}

#partner_box a:hover {

  color: #3e6a85;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  padding-left: 5px;
  
}

#partner_box_buttons {

	text-align: center;
	
}

#tags_box {

  background-color: #eeeeee;
  width: 135px;
  margin: 20px auto 0px auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  padding: 5px 5px 10px 5px;
  
}

#faq {
  margin: 0px;
  padding: 10px;
  background-color: #F5F5F5;
  color: #656565;
  text-align: justify;
}

#faq h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* cache-status iFrame */

#top_stats {
  margin: 0px;
  padding: 5px;
  background-color: #F5F5F5;
  color: #656565;
}

#top_stats h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

#top_stats td {
  font-weight: bold;
  color: #656565;
}

#top_stats th {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color: #FC7000;
  padding-left: 5px;
}

/* Torrent Detail Navigation */

#detnav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1D5C9B;
}

#detnav em {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  font-style: normal;
}

#detnav p {
  margin: 0px 0px 5px 0px;
}

#detnav a {
  color: #447EB6;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

#detnav a:hover {
  color: #3E6A85;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}


/* Textformatierungen */

.yesterday_link {

	font-size: 22px;
	/*color: #ff9900;*/
	color: #000000;
	font-weight: bold;
	
}

.privtrack {
  font-size: 14px;
  font-weight: normal;
  color: #c91e0c;
}

.big {
  font-size: 14px;
  font-weight: bold;
  color: #656565;
}

.bigger {
  font-size: 18px;
  font-weight: bold;
  color: #656565;
}

.hash {
  font-family: "Courier New";
  font-size: 12px;
  font-weight: normal;
  color: #656565;
}

/* Formatierungen fuer Torrenttabelle */

a.small {
  font-size: 10px;
  font-weight: bold;
}

.pages {
  padding: 0;
  margin: 0;
  font-size: 100%;
}

.pages a, .pages span {
  padding: 0.2em 0.5em;
  margin-right: 0.1em;
  border: 1px solid #fff;
  background: #fff;
}

.pages a {
  border: 1px solid #9AAFE5;
  text-decoration: none;
  color: #363636;
}

.pages a:hover {
  border-color: #2E6AB1;
}

#selected {
  border-color: #2e6ab1;
  background-color: #d7e2f4;
  color: #363636;
}

/* Links */

a.biglink {
  font-size: 18px;
  color: #1D5C9B;
  text-decoration: none;
  font-weight: bold;
}

a.biglink:hover {
  color: #6398cd;
  text-decoration: none;
  font-weight: bold;
}

a.subcatlink {
  font-size: 16px;
  color: #1D5C9B;
  text-decoration: none;
  font-weight: bold;
}

a.subcatlink:hover {
  color: #6398cd;
  text-decoration: none;
  font-weight: bold;
}

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

a.tinylink {

  font-size: 12px;
  color: #333333;
  text-decoration: none;
  
}

a.tinylink:hover {

  text-decoration: underline;
  
}

a.normlink {
  font-size: 12px;
  color: #1D5C9B;
  text-decoration: none;
  font-weight: normal;
}

a.normlink:hover {
  color: #6398cd;
  text-decoration: none;
  font-weight: normal;
}

a.normblack {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

a.normblack:hover {
  color: #777777;
  text-decoration: underline;
  font-weight: normal;
}

a.tinybox {
  font-size: 10px;
  color: #447EB6;
  text-decoration: none;
  font-weight: normal;
}

a.tinybox:hover {
  color: #3E6A85;
  text-decoration: none;
  font-weight: normal;
}

/* Tagcloud CSS Styles */

a.tag1:link {  line-height: 25px; font-size: 11px; color: #83A8CD; text-decoration: none; }
a.tag1:visited { line-height: 25px; font-size: 11px; color: #83A8CD; text-decoration: none; }
a.tag1:hover { line-height: 25px; font-size: 11px; color: #40709F; text-decoration: underline; }

a.tag2:link {  line-height: 25px; font-size: 13px; color: #83A8CD; text-decoration: none; }
a.tag2:visited { line-height: 25px; font-size: 13px; color: #83A8CD; text-decoration: none; }
a.tag2:hover { line-height: 25px; font-size: 13px; color: #40709F; text-decoration: underline; }

a.tag3:link {  line-height: 25px; font-size: 15px; color: #719BC6; text-decoration: none; }
a.tag3:visited { line-height: 25px; font-size: 15px; color: #719BC6; text-decoration: none; }
a.tag3:hover { line-height: 25px; font-size: 15px; color: #40709F; text-decoration: underline; }

a.tag4:link {  line-height: 25px; font-size: 17px; color: #719BC6; text-decoration: none; }
a.tag4:visited { line-height: 25px; font-size: 17px; color: #719BC6; text-decoration: none; }
a.tag4:hover { line-height: 25px; font-size: 17px; color: #40709F; text-decoration: underline; }

a.tag5:link {  line-height: 25px; font-size: 19px; color: #6191C0; text-decoration: none; }
a.tag5:visited { line-height: 25px; font-size: 19px; color: #6191C0; text-decoration: none; }
a.tag5:hover { line-height: 25px; font-size: 19px; color: #40709F; text-decoration: underline; }

a.tag6:link {  line-height: 25px; font-size: 21px; color: #6191C0; text-decoration: none; }
a.tag6:visited { line-height: 25px; font-size: 21px; color: #6191C0; text-decoration: none; }
a.tag6:hover { line-height: 25px; font-size: 21px; color: #40709F; text-decoration: underline; }

a.tag7:link {  line-height: 25px; font-size: 23px; color: #5589BB; text-decoration: none; }
a.tag7:visited { line-height: 25px; font-size: 23px; color: #5589BB; text-decoration: none; }
a.tag7:hover { line-height: 25px; font-size: 23px; color: #40709F; text-decoration: underline; }

#tagcloud {
  margin: 20px 0px 0px 0px;
  border: 1px solid #999999;
  text-align: justify;
  padding: 5px 10px 5px 10px;
  color: #666666;
  font-size: 14px;
}

#recent {
  margin: 20px 0px 0px 0px;
  border: 1px solid #999999;
  text-align: justify;
  padding: 5px 10px 5px 10px;
  color: #666666;
  font-size: 12px;
}

#performed {
  margin: 20px 0px 0px 0px;
  border: 1px solid #999999;
  text-align: justify;
  padding: 5px 10px 5px 10px;
  color: #666666;
  font-size: 12px;
}

#recent a:link {  line-height: 15px; font-size: 13px; color: #5589BB; text-decoration: none; }
#recent a:visited { line-height: 15px; font-size: 13px; color: #5589BB; text-decoration: none; }
#recent a:hover { line-height: 15px; font-size: 13px; color: #40709F; text-decoration: underline; }

#performed a:link {  line-height: 15px; font-size: 11px; color: #5589BB; text-decoration: none; }
#performed a:visited { line-height: 15px; font-size: 11px; color: #5589BB; text-decoration: none; }
#performed a:hover { line-height: 15px; font-size: 11px; color: #40709F; text-decoration: underline; }

/* Werbeleiste oben */

#pr_ob {

  height: 20px;
  width: 100%;
  background: url(img/pr_bg.jpg) repeat-x;
  color: #666666;
  text-align: right;
  border-bottom: 1px solid #666666;
  vertical-align: middle;
  clear: both;
  
}

#pr_ob a {

  color: #666666;
  text-decoration: none;
  font-size: 10px;
  font-family: Verdana;
  
}

#pr_ob a:hover {

  text-decoration: underline;
  color: #000000;
  
} 

#footer {

	text-align: center;
	width: 500px;
	color: #000000;
	padding: 2px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	
}

#footer p a {

	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}

#footer p a:hover {

	text-decoration: underline;
	
}

#statbox {

	margin-top: 20px;
	width: 100%;
	height: 130px;
	
}

#statbox table {

	text-align: center;
	width: 100%;
	border-style: none;
	background-color: #ffffff;
	border-collapse: collapse;
	
}

#statbox table tr td {

	text-align: left;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	
}

#search_form .form_button {
	background-color: #f78e31;
	border: 1px solid #3A8721;
}