/* ###################### OVERALL SETTINGS ###################### */
body {
	background-color: #333333;
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin: 0;
}

hr {
	color: #91B2C5;
	height: 1px;
	width: 100%;
}

td, tr, p, div {
	/*color: #333333;*/
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

a {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabTopL {
	background-color: #999999;
	font-size: 20pt;
}

.tabTopR {
	border-left: 3px solid #666666;
}

.tabInhaltL {
	background-color:#999999;
	font-weight: bold;
	border-bottom: 2px solid #666666;
}

.tabInhaltR {
	background-color:#777777;
	border-left:3px solid #666666;
	border-bottom: 2px solid #666666;
}

.dbTabelle2 {
	background-color: #999999;
	color: #666666;
}

.dbTabelle21 {
	background-color: #999999;
	color: #000000;
}

.dbTabelle3 {
	background-color: #B3B2B2;
	color: #666666;
	padding-top: none;
	font-weight: bold;
}

.dbAbstand {
	padding: 10px;
}

.dbZusatzL {
	font-weight: bold;
	border-bottom: 1px solid #666666;	
}

.dbZusatzR {
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.dbTabelle {
	background-color: #333333;
}

.dbHeader {
	background-image: url('dbTab.jpg');
	font-weight:bold
}

.dbHeader2 {
	background-image: url('dbTab.jpg');
	color: #FFFFFF;
	font-weight:bold
}

.dbTopBold {
	font-weight: bold;
	color: #666666;
}

.dbTopContent {
	color: #666666;
}


a.dblink {
display:block;
width:100%;
padding:10px;
}

a.dblink:hover {
color:#ffffff;
background-color:#A83F2B;
}

a.dblinkLKW {
display:block;
width:100%;
padding-top:10px;
padding-bottom:10px;
text-align:center;
}

a.dblinkLKW:hover {
color:#ffffff;
background-color:#A83F2B;
}

<!--a.dblinkR {
<!--display:block;
<!--width:60px;
<!--padding-top:10px;
<!--padding-bottom:10px;
<!--}

a.dblinkR:hover {
color:#A83F2B;
}

a.dblinkMod {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align: left;
	border-color: #000000;
}

a.dblinkMod:hover {
	color: #CCCCCC;
	border-color: #CCCCCC;
}

img.dblinkimg {
	border-width: 1px;
	border-color: #666666;
}

img.dblinkimg:hover {
	border-color: #CCCCCC;
}


/* ########################### FORMS ########################## */

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url('buttonbg.png') repeat-x;
  line-height: 18px !important;
  line-height: 16px !important;
  height: 26px !important;
  height: 24px !important;
  margin: 1px; padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:0px
}

.inputbox {
	background: #636669;
	border: 1px solid #000000;
	color: #66ccff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

/* ########################### LINKS ########################## */
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a.category:link, a.category:visited {
	font-weight: bold;
}

a.contentheadinglink:link, a.contentheadinglink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.contentheadinglink:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.pagenav:link, a.pagenav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.pagenav:hover {
	color: #66ccff;
	text-decoration: underline;
}

a.readon:link {
	background-image: url('bullet.png');
	background-position:  left 50%;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 21px
}

#active_menu 
{
color : #999999;
}

a.sublevel:link, a.sublevel:visited
{
font-size : 11px;
font-weight : bold;
}

a.sublevel:hover 
{
color : #999999; 
}

/* ##################### MODULE SETTINGS ###################### */????c?
table.moduletable {
	border: 1px solid #323236;
	margin-bottom: 15px;
	width: 150px;
}

table.moduletable td {
	background-color: #808080;
	padding: 3px;
}

table.moduletable th {
	background: url('moduleheader.png') repeat-x center;
	border-bottom: 1px solid #323236;
	color: white;
	font-size: 12px;
	font-weight: bolder;
	text-align: center
}

/* ##################### VOTING SETTINGS ###################### ok */
.content_rating {
	color: #25668D;
	font-size: xx-small;
}

.content_vote {
	background: #808080;
	border: 1px solid #999999;
	padding: 2px;
}

/* ################### CONTENT PAGE SETTINGS ################## ok */
.contentbox {
	background-color: #444444;
	border: 1px solid #999999;
	border-bottom-width: 0px;
	border-top-width: 0px;
	padding: 25px;
}
.componentheading {
	border-bottom: 0px solid #000000;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.contentheading {
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

.contentpagetitle {
	color: #FFFFFF;
	font-weight: bold;
}

.contentpane {
	padding-left: 4px;
	padding-right: 4px;
}

.contentpaneopen {
	padding-left: 4px;
	padding-right: 4px;
}

.createdate, .modifydate {
	color: #66ccff;
	font-size: 11px;
}

a.mainlevel
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

a.mainlevel:link
{
	display: block;
	background: url('menu_bg.png') no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px !important;
	width: 100%;
	text-decoration: none
}

a.mainlevel:visited
{
	display: block;
	background: url('menu_bg.png') no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: b????c??????E?old;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px !important;
	width: 100%;
	text-decoration: none
}

.button>a.mainlevel:link { width: auto; }

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

/* ###################### TABS SETINGS ###################### ok */
.ontab {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.offtab {
	background-color: #808080;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #66ccff;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.tabpadding {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



/* ##################### PAGE NAVIGATION ###################### ok */
.pagenavbar {
	background: #808080;
	border: 1px solid #999999;
	padding: 2px;
}

.pagetext {
}
.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url('button_bg.png') repeat-x;
  line-height: 20px;
  margin: 1px; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
}


/* ##################### PATHWAY SETTINGS ##################### ok */
.pathway {
	color: white;
	font-size: 10px;
	padding-left:8px;
}

a.pathway:link, a.pathway:visited {
	color: white;
}

a.pathway:hover {
	color: #66ccff;
}


/* ################# SECTION LISTING SETTINGS ################# */
.sectiontableheader {
	background: url('bullet.png') no-repeat left;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 15px;
	text-transform: uppercase; padding-right:2px; padding-top:2px; padding-bottom:2px
}

.sectiontableentry1 {
	background: #636669;
	padding: 2px;
	vertical-align: top;
}

.sectiontableentry2 {
	background: #808080;
	padding: 2px;
	vertical-align: top;
}


/* ################### S????c??????E?MALL FONT SETTINGS #################### ok */
.small {
	color: #999999;
	font-size: 11px;
}

.smalldark {
	color: #000000;
	font-size: xx-small;
}

/* ###################### TEMPLATE SETTINGS ###################### */
.header {
	border-left: 1px solid #000000;
}

.headerright {
	border-right: 1px solid #000000;
}

.edgeleft {
	background: url('edgeleft.png') repeat-y;
}

.edgeright {
	background: url('edgeright.png') repeat-y;
}

.barleft {
	background: url('barleft.png') no-repeat;
	border-left: 1px solid #000000
}

.barright {
	background: url('barright.png') no-repeat;
	border-right: 1px solid #000000
}

.banner {
	border-bottom: 1px solid #999999;
}