body {
  margin           : 0px;
  background-color : #FFF;
  color            : #000000;
}

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

hr {
  color            : #79C437;
  height           : 1px;
  width            : 100%;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#004F27;
	font-size: 11px;
	border: #004F27 solid 1px;
	background-color:#ECF6E6;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#004F27;
	font-size: 11px;
	background-color:#ECF6E6;
	border: #004F27 solid 1px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#004F27;
	font-size: 11px;
	background-color:#ECF6E6;
}
#skyscraper {
  position         : absolute;
  left             : 774px;
  top              : 101px;
}

.topmenucontainer {
  background : #cccccc url(../images/upper_menu_back.png) repeat-x;
  height     : 36px;
}

.submenucontainer {
  background : #336699 url(../images/sub_menu_back.png) repeat-x;
  height     : 30px;
}

.maincontainer {
  background : #ffffff url(../images/main_content_back.png) repeat-x top;
}

.pathwaycontainer {
  margin          : 5px;
}

.maincontentcontainer {
  background       : #ffffff;
  border           : 1px solid #e0e0e0;
}

.topmodulecontainer {
  margin           : 5px;
  width            : 758px;
}

.td_border
{
	
	border-right: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	background-color: #BEEBDC;
}

.rightmodulecontainer {
  width            : 250px;
}

.img_center{
	vertical-align: middle;
}

/* ################## TOP CSS MENU SETTINGS ################### QM: ok */
#main
{ 
width: 770px; 
height: auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
margin-top: 10px;
}

#masthead { 
  width: 100%;  
  height: 100px;
  background: transparent url(../images/logo-neu.jpg) no-repeat left;
  border-bottom: 1px solid #000;
}

#navcontainer {
  font-family      : Verdana, sans-serif;
  font-size        : 12px;
  margin           : 0px 0px 0px 0px;
  padding          : 0px 0px 0px 0px;
  width            : auto;
  height           : 36px;
}

#navlist {
  margin           : 0px;
  padding          : 0px 0px 0px 5px;
}

#navlist ul, #navlist li {
	display          : inline;
	list-style-type  : none;
	white-space: nowrap;
}

#navlist a:link, #navlist a:visited {
  border-left      : 1px solid #ffffff;
  border-right     : 1px solid #D0D0D0;
  padding          : 5px 10px 5px 10px;
  float            : left;
  font-weight      : bold;
  line-height      : 25px;
  margin           : 0px;
  text-decoration  : none;
  color            : #336699;
  width            : 100px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  background       : #FFFFFF;
  color            : #000000;
}

#navlist a:hover {
  color            : #000;
}

#subnavcontainer {
  font-family      : Verdana, sans-serif;
  font-size        : 11px;
  height           : auto;
  width            : auto;
}


#subnavlist ul, #subnavlist li {
  margin           : 0px;
  /*padding          : 0px 0px 0px 18px;*/
  display          : inline;
  list-style-type  : none;
}

#subnavlist a:link, #subnavlist a:visited {
  font-family      : Verdana, sans-serif;
  font-size        : 11px;
  padding          : 5px 10px 5px 10px;
  margin           : 0px;
  float            : left;
  line-height      : 20px;
  text-decoration  : none;
  vertical-align: middle;
  color            : #cccccc;
}

#subnavlist a:link#subcurrent, #subnavlist a:visited#subcurrent, #subnavlist a:hover {
  color            : #cc9933;
}

/* ###################### MODULE SETTINGS ###################### */
table.maintable {
  width            : 770px;
  border           : 1px solid #000;
  margin-bottom    : 10px;
  margin-top    	 : 10px;
}

table.moduletable {
  width            : 100%;
  border           : 1px solid #E0E0E0;
  background       : #f0f0f0;
  margin-bottom    : 5px;
}

table.moduletable th {
  font-size        : 10px;
  font-weight      : bold;
  text-transform   : uppercase;
  color            : #336699;
  text-align       : center;
  letter-spacing   : 1px;
}

table.moduletable td {
  padding          : 2px;
}

table.moduletable a:link, table.moduletable a:visited {
  color            : #333333;
  text-decoration  : underline;
}

table.moduletable a:hover {
  color            : #333333;
  text-decoration  : none;
}

/* ##################### FORMULAR SETTINGS #################### QM: */
.inputfehlt {
	color: #990000;
	border: #990000 solid 1px;
	background-color : #66CDAA;
}

.schrift10-red {
font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF8C00;
}

.schrift10-highlight {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
} 

input.closewindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#004F27;
	font-size: 11px;
	border: #004F27 solid 1px;
	background-color: #ECF6E6;
} 

.schrift10 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button {
  background-color : #336699;
  color            : #FFFFFF;
  border           : 1px solid #003366;
  margin           : 2px;
}

.inputbox {
  border           : 1px solid #6699cc;
  background       : #DDE9F5;
  color            : #336699;
  margin           : 2px;
}

/* #################### SECTION LISTING SETTINGS ################### ok */
.sectiontableheader {
  color            : #FFFFFF;
  background       : #336699;
  font-size        : 10px;
  font-weight      : bold;
  text-transform   : uppercase;
  letter-spacing   : 1px;
}

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

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

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
}

.sublevel, sublevel p{
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
}

ul#mainlevel-nav {
  padding          : 0;
  margin           : 0;
  list-style       : none;
}

ul#mainlevel-nav li {
  display          : block;
  padding-left     : 0px;
  padding-right    : 0px;
  margin           : 0;
  float            : right;
  font-size        : 11px;
  line-height      : 18px;
  white-space      : nowrap;
  border-left      : 1px solid #666;
}

ul#mainlevel-nav li a {
  display          : block;
  padding-left     : 10px;
  padding-right    : 10px;
  text-decoration  : none;
  color            : #ccc;
}

ul#mainlevel-nav li a:hover {
  color            : #378C6F;
}

/* ############################# LINKS ############################# */
a:link, a:visited {
  color            : #4C6790;
  text-decoration  : underline;
}

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

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

/* ###################### SMALL FONT SETTINGS ###################### */
.small, small p {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #409D7E;
}

.smalldark, smalldark p {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
}

.createdate, .modifydate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #B0B0B0;
}

/* ######################### VOTING SETTINGS ######################### */
.content_rating, content_rating p {
  font-family      : Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #2A755C;
  font-size        : 12px;
}

.content_rating_bl, content_rating_bl p {
  font-family      : Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #000;
  font-size        : 12px;
}

.content_vote {
  font-family      : Arial, Helvetica, sans-serif;
  text-align       : right;
  font-size        : 9px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background       : #7eccb2;
  border           : 1px solid #94BE6E;
}

h3 {
	color: Gray;
	font-size: 14px;
}


/* ###################### PATHWAY SETTINGS ###################### */
.pathway {
  letter-spacing   : 1px;
  font-size        : 10px;
  color            : #4A7822;
}

a.pathway:link, a.pathway:visited {
  letter-spacing   : 1px;
}

a.pathway:hover {
  letter-spacing   : 1px;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  padding-left     : 4px;
  padding-right    : 4px;
  text-align       : justify;
}

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

.contentheading, .componentheading {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 16px;
  font-weight      : bold;
  color            : #000000;
  /*padding-top      : 15px;*/
}

a.readon:link, a.readon:visited {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(../images/readon_normal.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : normal;
  float            : left;
  line-height      : 10px;
  text-decoration  : underline;
}

a.readon:hover {
  color            : #4C6790;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(../images/readon_hover.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : normal;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

table.contenttoc {
  border           : 3px solid #E0E0E0;
  padding          : 2px;
  margin           : 0px 0px 5px 5px;
}

table.contenttoc th {
  font-size        : 12px;
  font-weight      : bold;
  background       : #E0E0E0;
  color            : #4A7822;
  text-align       : center;
  letter-spacing   : 1px;
  border-bottom    : 1px solid #79C437;
}

.pagenavcounter {
  font-weight      : bold;
}

.category {
}
