body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Sans Serif;
	font-size: 12Px;
	color: #424E66;
	background: #FFFFFF url(./himmel1.jpg) repeat-x;
}

td {
	font-size: 12px;
}

h1{
	font-size: 15px;
	font-weight: bold;
}

h2{
	font-size: 13px;
	font-weight: bold;
}

.n{
	font-weight: normal;
}

.pathway{
	color:#addaff;
	font-size: 12px;
	}
	
.pathway A:link {color:#effeff; text-decoration:underline; }
.pathway A:visited {color:#effeff;text-decoration:underline;}
.pathway A:hover  {color:#ffffff; text-decoration:underline;}

.copy{
	color:#5985DE;
	font-size: 11px;
	}
	
.copy A:link {color:#5985DE; text-decoration:underline; }
.copy A:visited {color:#5985DE;text-decoration:underline;}
.copy A:hover  {color:#addaff; text-decoration:underline;}

.navibg{
	background-color: #003366;
}

.mainbg{
	background-color: #FFFFFF;
}

.footxt{
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.footxt A:link {color:#addaff; text-decoration:underline; }
.footxt A:visited {color:#addaff;text-decoration:underline;}
.footxt A:hover  {color:#addaff; text-decoration:underline;}

.emph{
	color: #000999;
	font-weight: bold;
}

.footemphrhot{
	color: #000999;
	font-weight: bold;
	text-align:right;
}

.newentry{
	height: 15px;
	background: #ebebeb;
	
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #003366;
	text-align: left;
	padding-top: 4px;
	padding-left: 5px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: #FFFFFF;
	border: 0px solid #CCCCCC;
	}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	width: 100%;
}

table.moduletable td.passive{
	display: block;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: middle;
	font-style: italic;
	color: #003366;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	text-decoration: none;
	border-top: 0px solid #003366;
	border-left: 0px solid #ffd1b3;
	border-bottom: 1px solid #003366;
	border-right: 0px solid #acacac;
	height: 20px;
	text-indent: 3px;
	line-height: 20px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	line-height: 20px;
        width: 100%;
	text-decoration: none;
	background: #003366;
	border-top: 0px solid #003366;
	border-left: 0px solid White;
	border-bottom: 1px solid #003366;
	border-right: 0px solid #acacac;
	text-indent: 3px;
	height: 20px;
		
		}

a.mainlevel:hover {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	color: #003366;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	text-decoration: none;
	background: #9FDAFF;
	border-top: 0px solid #003366;
	border-left: 0px solid #ffd1b3;
	border-bottom: 1px solid #003366;
	border-right: 0px solid #acacac;
	height: 20px;
	text-indent: 3px;
	line-height: 20px;
}

table.moduletable td.passiveBeta{
	display: block;
	font-size: 12px;
	background-color: #9FDAFF;
	vertical-align: middle;
	font-style: italic;
	color: #003366;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	text-decoration: none;
	border-top: 0px solid #003366;
	border-left: 0px solid #ffd1b3;
	border-bottom: 1px solid #003366;
	border-right: 0px solid #acacac;
	height: 20px;
	text-indent: 3px;
	line-height: 20px;
}

a.mainlevelBeta:link, a.mainlevelBeta:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	line-height: 20px;
        width: 100%;
	text-decoration: none;
	background: #9FDAFF;
	border-top: 0px solid #003366;
	border-left: 0px solid White;
	border-bottom: 1px solid #003366;
	border-right: 0px solid #acacac;
	text-indent: 3px;
	height: 20px;
		
		}

a.mainlevelBeta:hover {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	color: #003366;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	text-decoration: none;
	background: #9FDAFF;
	border-top: 0px solid #003366;
	border-left: 0px solid #ffd1b3;
	border-bottom: 1px solid #003366;
	border-right: 0px solid #acacac;
	height: 20px;
	text-indent: 3px;
	line-height: 20px;
}

.subheader{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #424E66;
	background: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.obj{
	border-style:solid; 
	border-width:1px; 
	border-color:#bebebe; 
	border-collapse:collapse; 
	width:100%
}

.obj th{
	color:#003366;
	background-color:#ebebeb; 
}

.hotobj{
	border-style:solid; 
	border-width:1px; 
	border-color:#00CCCC; 
	border-collapse:collapse; 
	width:100%
}

.hotobj th{
	color:#003366;
	background-color:#00CCCC; 
}

.stepper{
	background: #ebebeb;
}

.stepper .activ{
	background: #888888;
	color:#FFFFFF;
}

.stepper .passiv{
	color:#ebebeb;
}
.stepper a:link, a:visited {
	color: #003366;	
	}

.stepper a:hover {
	background: #888888;
	color: #ffffff;
	text-decoration: none;

}

.newStage {
	text-align: center;
	border: 1px solid #123456;
	padding: 9px;
	background-color: #ffffff;
	z-index: 11;
	visibility: hidden;
}

.newStage .descript{
	color: #123456;
	background: #003366;
}

.reduziert {
	font-size: 10px;
}

/* ########################################### */

/* CSS Document */
form { 
	display:inline; 
	margin: 0px; 
	padding: 0px; 
} 

.clr {
	clear: both;

}



	
.title {
	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;
}

.back_button {
	float: left;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 0px solid #cccccc;
  width: 40px;
  padding: 4px;
}

.pagenav {
	text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  padding: 4px;
  margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

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

li
{
line-height: 15px;
padding-left: 1px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}
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: 1px;
	padding-right: 1px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{

	display: block;
	padding-left: 16px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: #004499;
}

ul#mainlevel-nav li a:hover
{
	color: #FFFFFF;
	background: #5985DE;
}








editor {
	background: #ffffff;
}

/* mambo core stuff */
a:link, a:visited {
	color: #5F8299; text-decoration: underline;
}

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


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #ffffff;
}

table.contentpane td {
	margin: 0px;
	padding: 10px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
}

.button {
	padding: 2px 5px 2px 5px;
	
/*	background-color: #;	*/
	color: #000000;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.searchbox {
	border: 0px solid #4B4B4B;
	background-color: transparent;
	color: #3E3E3E;
}


.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	background: #9FDAFF;	
/*	height: px;	*/
	color: #003366;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	border-bottom: 1px solid #ebebeb;
	padding: 3px;
        text-transform: uppercase;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

.componentheading{
font-weight: bold;
color: #999999;	
font-size: 14px;
}




table.moduletable-header {
width: 100%; 
border: 1px solid #999999;
 }

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #ebebeb;
}

.small {
	color: #999999;
	font-size: 11px;
	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;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 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.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #A01F19;
	text-align: left;
}

a.sublevel:hover {
	color: #ffcc00;
	text-decoration: none;
background: #E2E2E2;
	text-indent: 3px;
	line-height: 20px;
		
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #A01F19;
	text-align: left;
}

a.sublevel:hover {
	color: #ffcc00;
	text-decoration: none;
}
.blockborder{
	border: 0px solid #CCCCCC;
}
div.reza{
display: none;
}

#extra{
	background: #FF9562;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#extra a:link, #extra a:visited {
	color: #000000;
	font-weight: bold;
}