.top {
background-color : transparent;
border-top: 3px solid #1B8780;
padding: 5px;
font-weight: bold;
}

h1 {
color: #226266;
background-color : transparent;
border-bottom: 3px solid #ace2e6;
font-weight: bold;
font:15px/24px verdana, arial, georgia, sans-serif;
}

a, a:hover{
color: #226266;
background-color : transparent;
font-weight: bold; 
text-decoration: underline; 
}
a:hover{
color: #66CCCC;
text-decoration: underline; 
}
.introcontent {
color: #226266;
background-color : transparent;
padding: 20px 20px 20px 20px;
font-weight: normal;
width: 90%;
margin: auto;
}

.content {
color: #226266;
background-color : transparent;
padding: 20px 10px 20px 20px;
font-weight: normal;
width: 90%;
margin: auto;
}

.exitcontent {
color: #226266;
background-color : transparent;
padding: 75px 20px 20px 20px;
font-weight: normal;
width: 90%;
margin: auto;
text-align:center;
}

h3 {
color: #1B8780;
border-bottom: 3px solid #1B8780;
font-weight: bold;
font:11px/20px verdana, arial, georgia, sans-serif;
}

h4 {
color: #226266;
border-top: 3px solid #1B8780;
border-bottom: 3px solid #1B8780;
font-weight: bold;
font:11px/20px verdana, arial, georgia, sans-serif;
text-align:center;
text-transform:uppercase;
}

.footer{
border-bottom: 3px solid #1B8780;
margin: 0px 0px 0px 0px;
text-align:center;
}
.box{
margin: 10px 0px 10px 150px;
padding: 5px 0px 5px 0px;
background: #ccc
}

.subbox{
margin: 10px 0px 10px 0px;
padding: 5px 0px 5px 5px;
width:145px;
background: #ddd
}

span, pre{
color: #663300;
font: 11px/17px verdana, arial, georgia, sans-serif;
}

.images { 
		border: 0px; 
		font-style: normal; 
		margin: 0px 0px 0px 3px;
}

/* ====================================================================   
   Valid line
   ==================================================================== */
.valid {
	width: 50%;
	font-size: 8px;
      margin: 0 auto;
      padding: 0;
      background: none;
    }
.valid ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
.valid li {
      margin: 0;
      padding: 0;
      float: left;
    }

.valid li {
      width: 33%;
      text-align: center;
    }
	
.valid a {
	color: #fff;
	text-decoration: underline;
}
.valid a:hover {
	font-weight:bold;
	text-decoration: none;
}


/* ====================================================================   
   Example 1
   ==================================================================== */

/* Wrapper */

.example1 {
font: 10px/17px verdana, arial, georgia, sans-serif;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width: auto;
background-color: #efefef;
}

/* Top CSS Drop Down Menu */

.example1 .boxmenu {
font: 10px/17px verdana, arial, georgia, sans-serif;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width: auto;
height: 25px;
background-color: #3f4d58;
border-top:3px solid #fff;
border-bottom:3px solid #fff;
}

* html .example1 .boxmenu {/*only ie gets this style*/
	\height:31px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}

.example1 #menucont {
color: #f60;
background-color : transparent;
width: 100%;
height: 20px;
position: absolute;
}

.example1 .navlist, .example1 .display {
float:left;
width:110px;
background-color: #3f4d58;
}
.example1 .subnavlist {
background-color: #3f4d58;
}
.example1 .subnavlist a {
display: block;
}
.example1 .navlist .subnavlist {
display: none;
}
.example1 a.navlinks, .example1 a.navlinks:hover, .example1 a.navlinks:active, .example1 a.subnavlinks, .example1 a.subnavlinks:hover, .example1 a.subnavlinks:active { 
display: block;
text-decoration: none; 
color: #3f4d58;
background-color: #eaeaea;
margin: 2px 1px 1px 1px;
padding: 2px 2px 2px 2px;
border: none;
text-align: center;
font-weight: bold;
border-left:5px solid #F60;
}
.example1 a.navlinks:hover, .example1 a.navlinks:active { 
background-color: #3f4d58;
text-align: center;
color: #FFF;
font-weight: bold;
}
.example1 a.subnavlinks:hover, .example1 a.subnavlinks:active { 
background-color: #63798D;
border-right:5px solid #3f4d58;
text-align: center;
color: #FFF;
font-weight: bold;
}
.example1 a.subnavlinks, .example1 a.subnavlinks:hover, .example1 a.subnavlinks:active {
text-align: left;
}


/* ====================================================================   
   Example 2
   ==================================================================== */

/* Wrapper */

.example2 {
font: 11px/17px verdana, arial, georgia, sans-serif;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width: auto;
background-color: #333333;
}

.example2 .boxmenu {
font: 11px/17px verdana, arial, georgia, sans-serif;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width: auto;
height: 22px;
background-color: #333333;
}
.example2 #menucont {
color: #226266;
background-color : transparent;
width: 100%;
height: 20px;
position: absolute;
}
.example2 .navlist, 
.example2 .display {
float:left;
width:78px;


}
.example2 .subnavlist {
background-color: #333333;
width:200px;
}
.example2 .subnavlist a {
display: block;
}
.example2 .navlist .subnavlist {
display: none;
}
.example2 a.navlinks, 
.example2 a.navlinks:hover, 
.example2 a.navlinks:active, 
.example2 a.subnavlinks, 
.example2 a.subnavlinks:hover, 
.example2 a.subnavlinks:active { 
display: block;
text-decoration: none; 
color: #ffffff;
background-color: #333333;
margin: 1px 1px 1px 1px;
padding: 2px 2px 2px 2px;
		border:1px solid #ffffff;
text-align: center;
font-weight: normal;
}
.example2 a.navlinks:hover, 
.example2 a.navlinks:active , 
.example2 a.subnavlinks:hover, 
.example2 a.subnavlinks:active { 
background-color: #333333;
text-align: center;
}
.example2 a.subnavlinks, 
.example2 a.subnavlinks:hover, 
.example2 a.subnavlinks:active {
text-align: left;
}

/* ====================================================================   
   Example 3
   ==================================================================== */

/* Wrapper */


.example3 {
		font-size:11px;
		font-family:arial, sans-serif;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		width: auto;
		background-color: #efefef;
}

.example3 .boxmenu {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width: auto;
height: 28px;
background-color: #505050;
color: #fff;
}

.example3 #menucont {
color: #fff;
background-color : transparent;
width: 100%;
height: 20px;
position: absolute;
margin: 1px 0px 0px 0px;
}

.example3 .navlist {
float:left;
width:100px;
}

.example3 .display {
float:left;
width:200px;
}

.example3 .subnavlist {
margin: 5px 0px 0px 0px;
width:200px;
}
.example3 .subnavlist a {
display: block;
}
.example3 .navlist .subnavlist {
display: none;
} 
.example3 a.navlinks, 
.example3 a.navlinks:hover, 
.example3 a.navlinks:active,  
.example3 a.subnavlinks, 
.example3 a.subnavlinks:hover, 
.example3 a.subnavlinks:active { 
display: block;
text-decoration: none; 
color: #fff;
background-color: #505050;
margin: 1px 1px 1px 1px;
padding: 2px 2px 2px 2px;
border: none;
text-align: center;
font-weight: normal;
}

.example3 a.navlinks:hover, 
.example3 a.navlinks:active, 
.example3 a.subnavlinks:hover, 
.example3 a.subnavlinks:active { 
background-color: #ccc;
text-align: center;
color: #505050;
font-weight:bold;
}

.example3 a.navlinks, 
.example3 a.navlinks:hover, 
.example3 a.navlinks:active   { 
color: #fff;
background-color: #808080;
text-transform:uppercase;
}

.example3 a.navlinks:hover, 
.example3 a.navlinks:active  { 
background-color: #c00;
color: #fff;
text-align: center;
text-transform:uppercase;
font-weight:bold;
}
.example3 a.subnavlinks, 
.example3 a.subnavlinks:hover, 
.example3 a.subnavlinks:active {
text-align: left;
}


/* ====================================================================   
   Example 4
   ==================================================================== */

/* Wrapper */


.example4 {
		font-size:11px;
		font-family:arial, sans-serif;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		width: auto;
		background-color: #efefef;
}

.example4 .boxmenu {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
		background-color:#F9F1C8;
		border:1px solid #AD5800;
		padding:2px;
		color:#444444;
height: 20px;
}

* html .example4 .boxmenu {/*only ie gets this style*/
	\height:26px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}

.example4 #menucont {
width: 100%;
position: absolute;
margin: 0px 0px 0px 0px;
}

.example4 .navlist {
float:left;

}

.example4 .display {
float:left;

}

.example4 .subnavlist {
		margin-top: 5px;
		margin-right:1px;
		margin-bottom:1px;
		border:1px solid #AD5800;
		background-color:#F9F1C8;

}
.example4 .subnavlist a {

}
.example4 .navlist .subnavlist {
display: none;
} 
.example4 a.navlinks, 
.example4 a.navlinks:hover, 
.example4 a.navlinks:active,  
.example4 a.subnavlinks, 
.example4 a.subnavlinks:hover, 
.example4 a.subnavlinks:active { 
		color:#AD5800;

		padding:2px 10px;
		text-decoration:none;
		background-color:transparent;
}

.example4 a.navlinks:hover, 
.example4 a.navlinks:active, 
.example4 a.subnavlinks:hover, 
.example4 a.subnavlinks:active { 
		border-bottom-color:#CCC599;
		border-right-color:#CCC599;
		border-left-color:#FFFFFF;
		border-top-color:#FFFFFF;

}

.example4 a.navlinks, 
.example4 a.navlinks:hover, 
.example4 a.navlinks:active   { 
		color:#AD5800;
		letter-spacing:1px;
		border:1px solid #F9F1C8;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;
}

.example4 a.navlinks:hover, 
.example4 a.navlinks:active  { 
		border-bottom-color:#CCC599;
		border-right-color:#CCC599;
		border-left-color:#FFFFFF;
		border-top-color:#FFFFFF;
text-align: left;
font-weight:bold;
}
.example4 a.subnavlinks, 
.example4 a.subnavlinks:hover, 
.example4 a.subnavlinks:active {
text-align: left;
		display:block;
}

.example4 a.subnavlinks:hover{
text-align: left;
		background-color:#AD5800;
		color:#FAF7E1;
}























































#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;

}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;

}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}


.list
{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 10px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
	width: 140px;
}



ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #ffffff;

}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #990000;
line-height: 25px;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.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;
}

#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;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  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;
}

.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;

}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;

  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  background: #ffffff;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}




td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 0px;

	margin-top: 0px;
	padding: 0px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	background: #e1e1e1;


	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-base-color: #9dafc4;
	scrollbar-darkshadow-color: #c0c0c0;
	scrollbar-face-color: #9dafc4;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-track-color: #c0c0c0;
	scrollbar-arrow-color: #c0c0c0;





}

/* CUBECMS core stuff */
a:link, a:visited {
	color: #333333; text-decoration: none;
	
}

a:hover {
	color: #333333;	text-decoration: none;
	
}



.latestnews {
	color: #ffffff;	text-decoration: none;
	
}

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.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.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #000000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 1px double #cccccc;
  width: auto;
  background: #ffffff;
  padding: 0px 1px;
  line-height: 16px !important;
  line-height: 16px;
  height: 19px !important;

  margin: 1px;
}

.button2 {
  color: #ffffff;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  border: 1px #cccccc;
  width: auto;
  background: #990000;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.weiss {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

.inputbox {
font-size: 11px;

	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	height: 21px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {


	color: #000000;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #333333;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 11px;
 border: #cccccc;
  width: 90%;
  background: #ffffff;

	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

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;
}

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: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.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;
}

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;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

.scroll {
width:   280px;
height:  400px;
overflow: auto;  /* alternativ auto statt scroll */
usw.
}


.inputbox_search {
        border: 0px solid;
		  background: #000000;
		  font-size: 10px;
		  color: #FFFFFF;

        }
