/********************************************/
/****  Cheatland.de Stylesheet "cland"  *****/
/****  made by Karsten "Bolle" Huebner  *****/
/********************************************/

/********************************************/
/****  Änderungen für die Final-Version  ****/
/****  by Michael "jakabar" Schwarz     *****/
/********************************************/

/* Header-Hintergrundbild */

.bild {
	background-image: url(/images/header-bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}

.menu {
	background-image: url(/styles/images/cland/kategorie_blue.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 25px;
	width: 100%;
	position: relative;
	border: 1px solid Black;
	text-align: center;
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
}

/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/

/*####### Global Styleconfiguration ########*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 10px 100px 10px 100px;
	padding: 0px 0px 0px 0px;
	background-image: url(/styles/images/cland/bg.jpg);
	background-repeat: repeat-x;
}

.general {
	width: 800px;
}
a, a:link, a:visited, a:active {
	color: #0000FF;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A:hover{
	color: #FF0000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

ul {
	list-style: disc;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
li {
	list-style: disc outside url(../images/li.gif);
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
}
P {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px;
	padding: 0px;
	font: bold 13px;
	font-size: 13px;
	font-weight: bold;
}
h2 {
	margin: 2px;
	padding: 2px;
	font: bold 13px;
	font-size: 13px;
	font-weight: bold;
}

table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	border: 1px Black;
	background: ThreedFace;
	width: auto;
}
td {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
}
tr {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}
th {
	FONT-SIZE: 15px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

/*Tabelle der Downloads nach Zahlen*/
table.dl {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px;
	padding: 0px;
	border: 1px solid Navy;
	width: auto;
}
td.dl {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	margin: 0px;
	padding: 5px;
	border: 2px ridge #CFD4E3;
	background: #CFD4E3;
	width: 30px;
}
tr.dl {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	border: 1px solid Black;
	padding: 0px;
}
th.dl {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	background: #CFD4E3;
	border: 2px ridge #CFD4E3;
}

/*Tabelle der Downloaddetails*/
table.dlbox {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px;
	border: 1px solid Navy;
	width: 90%;
}
td.dlbox {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border: 2px ridge #CFD4E3;
	background: #CFD4E3;
}
tr.dlbox {
	margin: 0px;
	border: 1px solid Black;
	padding: 0px;
}
th.dlbox {
	FONT-SIZE: 14px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	background: #CFD4E3;
	border: 2px ridge #CFD4E3;
}
/*Tabellen Thorsten*/
TABLE.render_v1 {
	TABLE-LAYOUT: auto;
	WIDTH: 470px;
	BORDER-COLLAPSE: collapse;
	border: 1px solid #000000;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TH.render_v1 {
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #CFD4E3;
	TEXT-ALIGN: center;
	border: 1px solid #000000;
	width: auto;
}
TD.render_v1 {
	FONT-SIZE: 12px;
	VERTICAL-ALIGN: top;
	COLOR: black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
	height: 16px;
	border: 1px solid #000000;
	padding-left: 3px;
	width: auto;
}

/********************************************************/
/**** Layout: Header, left Menu, Contend, right Menu ****/
/********************************************************/
/*############  Banner Start  ################*/

.headbox { 
	margin: 0px 0px 3px 0px; 
	padding: 2px;  border: 1px solid Black;  
	background-image: url(/styles/images/cland/kategorie_blue.jpg);
	height: 25px;  
	background-repeat: repeat-y;  
	background-position: right;     
	}

.head_left {
	margin: 0px 0px 3px 0px;
	padding: 2px;
	border: 0px solid Black;
	float: right;
	background-color: Maroon;
}
.head_right {
	margin: 0px 0px 3px 0px;
	padding: 2px;
	text-align: left;
	text-indent: 50px;
}

/*############  Banner End  ################*/

/*############  Navi top start  ################*/
#box_top_menu {
	width: 160px;
	z-index: 1;
	border: 0px solid Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin: 0px 0px 0px 5px;
	padding: 1px 0px 0px 0px;
	float: left;
}
.box_top_1 {
	position: relative;
	width: auto;
	z-index: 2;
	border: 0px solid Gray;
	COLOR: Navy;
	text-align: center;
	border-bottom-color: White;
	border-bottom-style: dashed;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: White;
	border-top-style: dashed;
	border-top-width: 1px;
	background: Gray;
	font: normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.box_top_2 {
	position: relative;
	z-index: 2;
	border: 1px solid Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	background: #333333;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
}
/*############  Navi top end  ################*/

/*############  Navi left start  ################*/
#box_nav_left {
	width: 160px;
	z-index: 1;
	border: 1px solid Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	float: left;
	background: url(images/cland/cellpic_left.gif);
}
.box_nav_left_head { 
	position: relative; 
	width: 150px;
	height: 24px; 
	z-index: 2; 
	border: 0px solid black; 
	COLOR: #000000; 
	background: #ffffff url(/styles/images/cland/kat_menu.jpg) no-repeat; 
	text-align: center; 
	vertical-align: baseline; 
	font: bold 12px Arial, Helvetica, sans-serif; 
	border: 1px solid #000000; 
	margin: 0px 5px 5px -7px; 
	padding: 0px;
	line-height: 20px;
	}
.box_nav_left_menu {
	position: relative;
	z-index: 2;
	border: 0px solid Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 10px;
	margin: 0px 0px 5px 0px;
	padding: 5px 1px 0px 12px;
	font-weight: bold;
}
/*############  Navi left end  ################*/

/*############  Content start  ################*/
#box_main {
	border: 0px solid Gray;
	text-align: center;
	margin: 0px 180px 5px 180px;
	padding: 0px 0px 0px 0px;
}
/*############  Contend end  ################*/

/*############  Navi right start  ################*/
#box_nav_right {
	width: 160px;
	z-index: 1;
	border: 1px solid Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin: 0px 0px 0px 5px;
	padding: 1px 0px 0px 0px;
	float: right;
	background: White url(images/cland/cellpic_right.gif) repeat-y right;
}
.box_nav_right_head { 
	position: relative; 
	width: 150px; 
	height: 24px; 
	z-index: 2; 
	border: 0px solid Gray; 
	COLOR: black; 
	background: #102870 url(/styles/images/cland/kat_menu.jpg) repeat-x; 
	text-align: center; 
	vertical-align: baseline; 
	font: bold 12px Arial, Helvetica, sans-serif; 
	border: 1px solid #000000; 
	margin: 0px 5px 5px -11px; 
	padding: 0px;
	line-height: 20px;
}
.box_nav_right_menu {
	position: relative;
	z-index: 2;
	border: 0px solid Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 10px;
	margin: 0px 0px 5px 0px;
	padding: 5px 1px 0px 12px;
}
/*############  Navi right end  ################*/

/*############  Navi bottom start  ################*/
.box_bottom {
	border: 0px solid Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
	background: White;
	line-height: 15px;
	margin: 2px 2px 2px 2px;
	padding: 1px 0px 1px 0px;
	color: Black;
	position: static;
	clear: both;
}
/*############  Navi bottom end  ################*/

/*############  Navi Breadcrumb start  ################*/
.breadcrumb {
	border: 1px solid Gray;
	COLOR: Black;
	text-align: left;
	background: White;
	font: normal 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 3px;
}
.breadcrumb_display {
	COLOR: Black;
	text-align: left;
	background: White;
	font: normal bold 13px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: inline;
}
.breadcrumb A {
	color: #0000FF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.breadcrumb A:link {
	color: #0000FF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.breadcrumb A:visited {
	color: #0000FF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.breadcrumb A:hover{
	color: #FF0000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.breadcrumb A:active {
	color: #00008B;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/*############  Navi Breadcrumb end  ################*/
/*############  Pagenavi start  ################*/
.pagenavi {
	background: #E1E1FF;
	border: 1px solid Black;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px;
}
.pagenavi A {
	color: #0000FF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pagenavi A:link {
	color: #0000FF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #C8C8FF;
}
.pagenavi A:visited {
	color: #0000FF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pagenavi A:hover{
	color: #FF0000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pagenavi A:active {
	color: #00008B;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*############  Pagenavi end  ################*/

/*############  Content Facts start  ################*/
.cfacts {
	background: #F2F2FF;
	border: 1px solid Silver;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
/*############  Content Facts end  ################*/
/***************************************/
/**** Special Layout for Contentbox ****/
/***************************************/
.box_content_head {
	position: relative;
	border: 1px solid Black;
	COLOR: black;
	text-align: left;
	text-indent: 50px;
	background: #000000 url(/styles/images/cland/kategorie_blue.jpg);
	font: normal bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	width: auto;
	padding: 0px 0px 0px 0px;
	height: 25px;
	overflow: hidden;
	line-height: 23px;
}

.box_content {
	position: relative;
	border: 1px solid Gray;
	COLOR: Black;
	text-align: left;
	background: White;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 3px;
	width: auto;
}

* html .box_content {  /* nur fuer Internet Explorer */
  margin: 5px 13px 5px 19px;    /* Version 5.x */
  m\argin: 5px 13px 5px 19px;    /* Version 6 */
}

.box_search {
	position: relative;
	border: 0px;
	COLOR: Black;
	text-align: left;
	background: White;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 25px;
}

.box_moderate {
	position: relative;
	border: 1px solid #DCDCDC;
	COLOR: Black;
	text-align: left;
	background: White;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 1px 1px 1px 1px;
}

.member_box_content {
	position: relative;
	z-index: 2;
	border: 1px solid Gray;
	COLOR: White;
	text-align: center;
	background: #333333;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	width: auto;
	padding: 3px 3px 3px 3px;
}

.dl_box_alpha {
	border: 0px solid Gray;
	COLOR: Navy;
	margin: auto 10% 10px 10%;
	background: #CFD4E3;
	position: relative;
}

.dl_box_count {
	border: 2px ridge #FFFAFA;
	COLOR: Black;
	text-align: center;
	background: #CFD4E3;
	width: 30px;
	padding: 3px 3px 3px 3px;
	float: left;
	position: relative;
	margin: 5px 0px 20px 0px;
	line-height: 0px;
	font: normal normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.inline_head {
	border: 1px solid #102870;
	COLOR: Black;
	padding: 1px 1px;
	text-align: center;
	background: #CFD4E3;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 5px;
}

.inline_head_seiten {
	border: 1px solid #102870;
	COLOR: Black;
	padding: 1px 1px;
	text-align: left;
	background: #CFD4E3;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 10px;
}

.letter_line {
	border: 1px solid #102870;
	COLOR: Black;
	padding: 1px 1px;
	text-align: center;
	background: #CFD4E3;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px;
}
.letter_line a:hover, .letter_line a:active, .letter_line a:visited, .letter_line a:link {
	text-decoration: none;
}
.messagebox {
	position: relative;
	border: 1px solid Gray;
	COLOR: Black;
	text-align: left;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 3px;
	line-height: 16px;
}
.modul {
	position: relative;
	z-index: 2;
	border: 1px solid Gray;
	COLOR: Black;
	text-align: left;
	background: White;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 3px;
}

.hintbox {
	margin: 5px auto 5px 50px;
	font-size: 12px;
	font-weight: lighter;
	left: 10px;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	}
.hintbox_justify {
	margin: 5px 50px 5px 50px;
	font-size: 14px;
	font-weight: normal;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
/******************/
/**** Tippbox ****/
/*****************/
.tippbox_border {
	position: relative;
	z-index: 2;
	border: 1px solid Gray;
	COLOR: Black;
	text-align: left;
	background: #EAEAEA;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 3px;
}

.tippbox {
  	border: 0px;
	background: Black;
	margin: 0px; padding: 0px;
	table-layout: fixed;
	}

.add {
    width: 30%;
    margin: 0px; padding: 5px;
  	 text-align: left;
	 border: 0px solid Green;
	 background: #EAEAEA;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
  }
.tipps {
	 margin: 0px; padding: 5px;
	 width: 80%;
    border: 0px;
	 text-align: left;
	 background: #EAEAEA;
	vertical-align: top;
}

/*********************/
/**** Bookmarkbox ****/
/*********************/
.bookmark {
  position: relative;
  	border: 1px dashed silver;
	background: #EAEAEA;
	margin: 0px; padding: auto;
	text-align: left;
	font: 10px;
	font-size: 11px;
	clear: both;
}

/***************************/
/******* Neue Cheats *******/
/***************************/
.box_new_cheat {
	position: relative;
	border: 1px solid Gray;
	COLOR: Black;
	background: White;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 3px;
	width: auto;
}
table.new_cheat {
	background: transparent;
	margin-left: auto;
   margin-right: auto;
}
th.new_cheat {
	font-size: 10px;
	border: thin;
	background: transparent;
	font: 10px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
	border-bottom: 1px dashed Silver;
}
td.new_cheat {
	font-size: 10px;
	border: thin;
	background: transparent;
	font: 10px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid Silver;
}
.new_cheat a:hover, .new_cheat a:active, .new_cheat a:visited, .new_cheat a:link {
	font-size: 11px;
	text-decoration: none;
}
/***************************/
/****** Infobox Hover ******/
/***************************/
a.info{
    position:relative;
    z-index:24;
}
a.info:hover{
	z-index: 25;
}
a.info span{
	display: none;
}
a.info:hover span{
    display:block;
    position: absolute;
    top:1em; left:5em; width:15em;
    border: 1px solid Gray;
    background-color: White; color:#000;
    text-align: center
}
/***************************/
/******* Systemliste *******/
/***************************/
table.systemlist {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	background: #DCDCDC;
	width: 90%;
	margin-left: auto;
   margin-right: auto;
}
td.systemlist {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	background: White;
	padding: 3px 3px 3px 3px;
}
.systemlistform {
	border: 1px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: center;
}
.systemlistfield {
	background: White;
	border: 1px solid Black;
	color: Black;
	font-size: 11px;
	margin: 1px 0px 0px 0px;
	padding: 1px 0px 1px 2px;
	display: inline;
	text-align: left;
	height: 13px;
	width: 100px;
}
.systemlistbutton {
	background: Silver;
	border: 1px solid Black;
	color: Black;
	font-size: 11px;
	margin: 1px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	display: inline;
	text-align: center;
	height: 17px;
	width: 20px;
}
/***************************/
/******** Loginform ********/
/***************************/
.loginform {
	border: 1px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: center;
}
.loginfield {
	background: White;
	border: 1px solid Black;
	color: Black;
	font-size: 11px;
	margin: 1px 0px 0px 0px;
	padding: 1px 3px 1px 3px;
	display: inline;
	text-align: left;
	height: 13px;
	width: 100px;
}
.loginbutton {
	background: Silver;
	border: 1px solid Black;
	color: Black;
	font-size: 11px;
	margin: 1px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	display: inline;
	text-align: center;
	height: 17px;
	width: 102px;
}
/***************************/
/**** Divers. Stylesets ****/
/***************************/
.line {
	border: 1px solid Silver;
	margin: 7px 0px 7px 0px;
	color: #C0C0C0;
}
.head_line {
	border: 1px solid Silver;
	margin: 1px 0px 1px 0px;
	z-index: 1;
}
.invis_line {
	border: 0px solid Silver;
	margin: 4px 0px 4px 0px;
}
.h_space {
	border: 0px solid Silver;
	margin: 10px 0px 10px 0px;
}
p#footer {
	clear: both;
	font-size: 10px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	background-color: Black;
	border: 1px none Gray;
	position: static;
}
.debug {
	position: relative;
	width: auto;
	z-index: 2;
	border: 2px solid Red;
	COLOR: Navy;
	text-align: center;
	background: Gray;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 6px;
	padding-top: 6px;
}
.adv_search_button {
	background: transparent;
	border: 0px solid Black;
	color: Red;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	text-align: center;
	cursor: pointer;
}
.hrstyle{
	border: 1px solid #A9A9A9;
	height: 0px;
	background: Aqua;
}
input.warn  { background-color: #FF4500;}

.small_line {
	margin: 5px 3px 5px 0px;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #A9A9A9;
}
.error {
	border: 2px dashed #FF6347;
	margin: 10px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font: 12px "Courier New", Courier, monospace;
}

/*alte Tabellenformatierung des Cheatlandes*/
.inhalthead {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #CFD4E3;
	text-align: center;
}
.inhalttable {
	background: #FFFFFF;
	vertical-align: top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.wol{
	font: normal 9px Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
}