/**
* JAO-FSJ
* @version 1.0
* @package JAO-FSJ
* @copyright (C) 2005 by Kunstdenker - All rights reserved!
*/

/* ###################### MISC SETTINGS ###################### */
BODY {
  margin           : 15px 0px 0px 0px;
  padding          : 0px;
  /* background-color : #BBD9EC; /* #BBD9EC; #ACD0E7; #BCC7D7*/
  background       : url(../images/globus_berlin.jpg) #a6dcfe;
  background-repeat: no-repeat; 
  background-position: center top;
  color            : #444444;
}

td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #444444;
}

p {
  margin-top: 0;
  padding-top: 0;&nbsp;
}

}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 100%;
}

li {
	padding-bottom: 5px;
}

.pathway, .pathway a, .pathway a:link, .pathway a:active, .pathway a:visited {
  font-family      : Verdana, Helvetica, Arial, sans-serif;
  font-size        : 9px;
  color            : #81A6B3;
}

.pathway a:hover {
  color            : #08BF96;
  text-decoration  : underline;
}

.frameheader {
  font             : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : none;
  color            : #808080;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  color            : #5D7CAA;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #5D7CAA;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #5D7CAA;
  font-weight      : bold;
}

a.category:hover {
  color            : #5D7CAA;
}

a.buttonbar:link, a.buttonbar:visited {
  color            : #FFFFFF;
  letter-spacing   : 1px;
  font-weight      : bold;
  text-transform   : uppercase;
}

a.buttonbar:hover {
  color            : #5D7CAA;
  letter-spacing   : 1px;
  text-decoration  : bold;
}

a.buttonbar2:link, a.buttonbar2:visited {
  color            : #CCCCCC;
  font-weight      : bold;
}

a.buttonbar2:hover {
  color            : #5D7CAA;
  text-decoration  : bold;
}

/* ################### MODULE SETTINGS ################### */
table.moduletable {
  margin           : 0px 0px 0px 0px;
  width            : 100%;
  margin-bottom    : 25px;
}

table.moduletable th {
  width            : 100%;
  padding	   : 2px 5px 3px 12px;
  background-color : #CCCCCC;
  font-size        : 11px;
  font-weight      : bold;
  color            : #444444;
  text-align       : left;
  border-top       : 1px solid #999999;
  border-bottom    : 1px solid #999999;
  /* background       : url('../images/module_title.png'); */
}

table.moduletable td {
  font-size        : 11px;
  width            : 100%;
  font-weight      : normal;
  padding-top      : 3px;
  padding-left     : 6px;
  padding-right    : 6px;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  letter-spacing   : 0px;
  font-weight      : normal;
  line-height: 1.4em;
}

a.mainlevel:link, a.mainlevel:visited {
  width            : 100%;
  display          : block;
  padding          : 1px 1px 1px 5px;
  color            : #444444;
}

a.mainlevel:hover {
  width            : 100%;
  display          : block;
  color            : #FFFFFF;
  background-color : #72DC72;
  /* background       : url('../images/menu_highlight.png'); */
  padding          : 1px 1px 1px 5px;
  text-decoration  : none;
}

a.mainlevel#active_menu {
	width            : 100%;
  	display          : block;
  	color            : #333;
	padding          : 1px 1px 1px 5px;
	text-decoration  : none;
	font-weight		 : bold;
}

.sublevel {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  letter-spacing   : 0px;
  font-weight      : normal;
  line-height: 1.4em;
}

a.sublevel:link, a.sublevel:visited {
  color            : #5D7CAA;
  padding          : 1px 1px 1px 0px;
}

a.sublevel:hover {
  color            : #FFFFFF;
  padding          : 1px 1px 1px 0px;
  text-decoration  : none;
}

a.sublevel#active_menu {
  	color            : #FFFFFF;
  	padding          : 1px 1px 1px 0px;
  	text-decoration  : none;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #444444;
  border           : 1px solid;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  color            : #444444;
  background       : #FFFFFF;
  border           : 1px solid;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  text-align       : left;
  padding-left     : 6px;
  padding-right    : 6px;

}

.contentpaneopen {
  text-align       : left;
  padding-left     : 6px;
  padding-right    : 6px;
  margin-right     : 10px;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #333333;
  text-align       : left;
  border-bottom    : none;
  padding-top      : 4px;
  padding-left     : 1px;
  padding-right    : 1px;
  padding-bottom   : 0px;
}

.contentdescription {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #444444;
  text-align       : left;
}

.category {
  color            : #999999;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  text-decoration  : none;
}

.article_seperator {
  width: 98%;
  margin-left: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #DEDEDE;
}


/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

.sectiontableheader {
  background       : url('../images/section_header.png');
  background-color : #9F9F9F;
  color            : #333333;
  height           : 20px;
  font-weight      : bold;
  border-bottom    : 1px solid #000000;
  border-top       : 1px solid #000000;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #009933;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #333333;
  font-weight      : normal;
}

.createdate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : normal;
  padding-bottom   : 10px;
}

/* ######################### VOTING SETTINGS ######################### */
.content_rating {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #339900;
  font-size        : 9px;
}

.content_vote {
  background       : #EEEEEE;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #333333;
  font-size        : 9px;
}

.content_vote.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #333333;
  background       : #EEEEEE;
  border           : 1px solid #999999;
}

/* ###################### RSS SETTINGS ###################### */
.fase4rdf {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #333333;
  font-weight      : normal;
}

a.fase4rdf:link {
  font-size        : 9px;
  font-weight      : normal;
  color            : #FF9900;
}

a.fase4rdf:hover {
  font-weight      : bold;
  color            : #808080;
}

/* ###################### TABLE LAYOUT ###################### */

table {
  border: 0px solid #000000;
}


/* ###################### DIVERSE ###################### */


a.footer:link, a.footer:visited {
  font-size        : 9px;
  color            : #5D7CAA;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a.footer:hover {
  color            : #08BF96;
  text-decoration  : underline;
}

.content_text {
 padding-top: 10px;
}