/* CSS Document */

/* ##################### GENERAL SETTINGS ##################### ok */
hr {
border:none; 
border-top:1px dashed #809b2e;
height:1px; 
color:#000000; 
background:transparent;
}
/* Nummerierte Listen */
ul
{
margin: 0;
padding: 0;
list-style: none;
}
/* Listen */
li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}

/* Tabellen Inhalt*/
td {
	text-align: left;
	font-size: 11px;
}


body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #CCCCCC url(../images/body_bg.jpg) repeat-y fixed center top;
}






/* ########################### LINKS ########################## ok */

/* Links in the page */
a:link, a:visited {
	color: #336633; 
	font-weight: bold;
	text-decoration: none;
}

/* Links in the page, when the mouse is over it */
a:hover {
	color: #000000;	text-decoration: underline;
	font-weight: bold;
	/* background: #CCCCCC;  */
}

/* ################# MAIN AND SUB MENU SYSTEM ################# ok */

/* Link color in MainMenu*/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

/* Link color in MainMenu, when mouse is over it*/
a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #ffffff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	text-align: left;
}

a.sublevel:hover {
	color: #000000;
	text-decoration: none;
}

/* Active link color in MainMenu*/
#active_menu {
	color:#ffffff;
	font-weight: bold;
	background: url(../images/menu_bg_active.png) no-repeat;
	/*background: #DADADA*/
}

/* Active link color in MainMenu, when mouse is over it*/
a#active_menu:hover {
	color: #ffffff;
}

/* ##################### BUTTON AND FORM SETTINGS #################### ok */

.button {
  color: #336633;
  font-family: Verdana, Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

/* ##################### DIVERSE SETTINGS #################### ok */

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.small {
	color: #666666;
	font-size: 10px;
	padding-left: 15px;
	font-family: Arial, Courier, Helvetica, Arial, Sans Serif;
	/*font-weight: bold;*/
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

/* ##################### CONTENT IN TABLE ##################### ok */
table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding-left: 4px;
	text-align: justify;
	/*padding: 0px;*/
	margin: 0px;
}
table.content_table td ol {
margin-top: 0px;
margin-bottom: 0px;

}

/* ########################### TABLE CONTENTPANEOPEN ########################## ok */

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

/* ########################### TABLE - CONTENPANTE ########################## ok */
table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

/* ################### TABLE - CONTENTTOC #################### ok */
table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

/* ################### CONTENT PAGE SETTINGS ################## ok */
.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
		padding-right: 100px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

/* Title color of a content in dynamic pages*/
.contentheading {
	height: 30px;
	background: url(../images/contenthead.png) top left repeat-x;
	color: #336633;
	text-indent: 15px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;

}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

/* ################### PAGETITEL OF STATIC PAGES ################## ok */
/* Static pages that have the suffix "-static" are displayed with these settings*/

/* Title color of a content in static pages*/
.contentheading-static {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

.contentpaneopen-static {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}


/* ################### IMAGE - MOSIMAGE SETTINGS ################## ok */
div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

/* ##################### MAIN MENU TABLE ###################### ok */
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

/* ################# SECTION LISTING SETTINGS ################# ok */

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}


/* ##################### PATHWAY SETTINGS ##################### ok */

#pathway_outer {
	width: 408px;
  float: left;
  margin-bottom: 2px;
	margin-right: 2px;
}

#pathway_inner {
  float: none !important;
  float: none;
	border: 1px solid #cccccc;
	height: 21px;
  background: url(../images/panorama-left.jpg) no-repeat;

}

#pathway_text {
  overflow: hidden;
	float: none;
	display: block;
	padding-top: 4px;
	height: 18px;
	padding-left: 5px;
}

a.pathway {
}


/* ##################### PAGE NAVIGATION ###################### ok */

/* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */
.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}
/* not used in to page nav bar but used for nicknames in forum posts by Simpleboard */
.pagenavbar {
	margin-right: 10px;
	float: right;
}

/* ##################### DIVERSE ###################### ok */

table.searchintro {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

.clr {
	clear: both;
}

/* makes a border around a td-table-cell */
.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

/* ################# JAXFRONT GENERAL ################# ok */
.jax_paragraph_header {
	height: 25px;
	background: url(../images/contenthead.png) top left repeat-x;
	color: #336633;
	text-indent: 15px;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}


.titleBox {
	padding: 2px 3px 2px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	background-color: #E6E6E6; 
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1; 
}

a.footerlink {
	text-decoration: none;
	color: #A1A1A1;
	font-size: 10px;
	white-space: nowrap;
}

a.footerlink:hover {
	text-decoration: none;
	color: #000000;
}

.nothing {
	font-size: 0px;
	line-height: 0px;
}

.licenseTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414141;
	border: 1px solid #666666;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.header {
	padding: 0px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #414141;
}

.spacer {
	padding: 7px 0px 7px 0px;
	font-size: 0px;
	line-height: 0px;
}

.listing {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #414141;
	text-justify: auto;
	text-align: justify;
	line-height: 20px;
}



.subheader {
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
}

.normal {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	text-justify: auto; 
	text-align: justify;
}
.normalBig {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #414141;
	text-justify: auto; 
	text-align: justify;
}

.tableIcon {
	padding: 0px;
	vertical-align:: top;
}

/* ################# JAXFRONT LICENSING ################# ok */
table.jax_license_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	border-right: 1px solid #b8d14f;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table.jax_license_table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	border-right: 1px solid #b8d14f;
}

.jax_license_table_header {
	background-color: #99CC00; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	font-weight: bold;
	border: 1px solid #666666;
}







/* ##################### JAXFront Logo Header Style ##################### ok */
#jaxfront_outer {
	float: right;
	width: 223px;
}

#jaxfront_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 21px;
  overflow: hidden;
  background: url(../images/panorama-right.jpg) no-repeat;
}

/* ##################### Search Field ##################### ok */

#search_outer {
	float: left;
	width: 165px;
	margin-bottom: 2px;
	margin-right: 2px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 21px;
  overflow: hidden;
  background: url(../images/panorama-middle.jpg) no-repeat;
}

.search {
}

#search_inner form {
  padding: 0;
  margin: 0;
}

/* Text color of the search field*/
#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #336633;

}

/* ##################### HEADER STYLE ##################### ok */

#header_outer {
	text-align: none;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 800px;
	height: 73px;
	background: url(../images/main-banner.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
  background: url(../images/left-bg.gif) no-repeat;
  background-position: bottom left;
height: 800px;

}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#footer {
	text-align: center;
	padding: 3px;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #ffcc00;
	background: #D84203;
}

.noteYellow {
	background-color:#FFFEC5;
	border-color:#D9D8A8;
	border-left:3px solid #C3CED9;
	border-right:3px solid #C3CED9;
	margin-right:16px;
	margin-top:1.5em;
	padding:13px 16px 16px;
}
.table_javaBeans {
	width: 100%;
	background-image: url(../images/kaffeebohnen.jpg);
	background-repeat: no-repeat;
      background-position: bottom right;
}
.free_background {
	background-image: url(../images/free.jpg);
	background-repeat: no-repeat;
      background-position: bottom right;
}
