/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
        font-family: Verdana, Arial, Helvetica, "Sans Serif";
	line-height: 120%;
	background: #080808;
	color: #fff;
	font-size:  100%;
}
#body_inner{
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	clear: left;
}
#header {
	float: left;
	margin: 0px;
	padding: 0px;	
	background: url(../images/header.png) repeat-x;
	width: 100%;
	height: 167px;
	border-bottom: 1px solid #fff;
	clear: left;
}
#header_right {
	float: right;
	margin: 0px;
	padding: 0px;	
	background: url(../images/header_right.png) right no-repeat;
	width: 100%;
	height: 167px;
	clear: right;
}
#header_left {
	float: left;
	margin: 0px;
	padding: 0px;	
	background: url(../images/header_left.png) no-repeat;
	width: 100%;
	height: 167px;
	clear: left;
}
#sitename {
	float: left;
	margin: 0px;
	padding: 64px 0 0 67px;	
	color: #000;
	background: transparent;
	font-size: 30pt;
	width: 756px;
	height: 35px;
	line-height: 35px;
	font-variant: small-caps;
	clear: left;
}
#slogan {
	float: left;
	margin: 0px;
	padding: 0px 0 0 67px;	
	color: #000;
	background: transparent;
	font-size: 12pt;
	width: 756px;
	height: 29px;
	line-height: 29px;
	font-style: italic;
	clear: left;
}
#user3 {
	float: left;
	padding: 0 0 0 67px;
	margin: 0px;
	height: 32px;
	width: auto;
	clear: left;
}
#content_outer {
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	background: url(../images/zelle.png);
	background-repeat: repeat;
	clear: left;
}
#content {
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	clear: left;
}
#left_outer {
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 20%;
}
#left{
	margin: 0px;
	padding: 10px;	
	width: auto;
	background: url(../images/left_right_bg.png) repeat-y;
}
#left_inner {
	margin: 0px;
	padding: 0px;	
	width: 100%;
}
#component_outer_lr{
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 60%;
}
#component_outer_l{
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 80%;
}
#component_outer{
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 100%;
}
#component{
	margin: 0px;
	padding: 10px;	
	width: auto;
}
#component_inner {
	margin: 0px;
	padding: 0px;	
	width: 100%;
}
#right_outer {
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 20%;
}
#right{
	margin: 0px;
	padding: 10px;	
	width: auto;
	background: url(../images/left_right_bg.png) repeat-y;
}
#right_inner {
	margin: 0px;
	padding: 0px;	
	width: 100%;
}
#bottom_outer {
	float: left;
	margin: 0px;
	padding: 10px 0 10px 0;	
	background: url(../images/bottom_bg.png);
	background-repeat: repeat;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	clear: left;
}
#bottom {
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	clear: left;
}
#copy {
	float: left;
	padding: 10px 0 10px 0;
	margin: 0px;
	width: 100%;
	background: #181818;
	clear: left;
}
#copy_right {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	clear: left;
}
.tool-tip {
   float: left;
   background: #333333;
   border: 1px solid #181818;
   padding: 5px;
   width: auto;
}

.tool-title {
   padding: 0;
   margin: 0;
   font-size: 1em;
   font-weight: bold;
}

.tool-text {
   font-size:10pt;
   margin: 0;
   padding: 0px;
}

#form-login {
	margin: 0px;
	padding: 0px;	
	color: #fff;
	background-color: transparent;
}
#form-login .input{
	padding: 0px;
	border: none !important;
	margin: 0px;
	text-align: center;
}
#form-login-username {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#form-login-username label {
	padding: 0px;
	margin: 0px;
}
#form-login-password {
	padding: 10px 0 0 0;
	margin: 0px;
	text-align: left;
}
#form-login-password label {
	padding: 0px;
	margin: 0px;
}
#form-login .inputbox{
	background: #fff;
	border: 1px solid #a4a4a4;
	margin: 0px;
	padding: 3px;
	color: #000;
	width: 150px;
}
#form-login .inputbox:hover{
	background: #FDF9A2;
	border: 1px solid #a4a4a4;
	margin: 0px;
	padding: 3px;
	color: #000;
	width: 150px;
}
#form-login-remember {
text-align: left;
	padding: 5px 0 10px 0;
	margin: 0px;
}
#form-login-remember .inputbox,#form-login-remember .inputbox:hover{
	background: transparent;
	border: none !important;
	margin: 0px;
	padding-top: 5px;
	color: #000;
	width: 16px;
}
#form-login ul{
	padding: 10px 0 0 10px;
	margin: 0px;
}

.clr {
	clear: both;
}

.outline {	
	border: 0px inset #fff;
	background: transparent;
	padding: 0px;
}
.poll td {
	font-weight: normal !important;
	text-align: left !important;
	background: transparent;
}

.button{
	margin: 0px;
	padding: 2px 5px 2px 5px;
}
.blog{
	margin-top: 10px;
	padding: 0px;
	width: 100%;
	background: transparent;
	
}

.blog .contentpaneopen{

	padding: 10px;
	width: 100%;
	background: transparent;

	
}


#main .blog_more ul, #main2 .blog_more ul{
	padding: 10px 0 30px 10px;
}
.blog_more ul li {
	padding: 0 17px 0 0;
	background-position: 98% 8px;
}



.maintitle {
	color: #000000;
	font-size: 1em;
	padding-left: 15px;
	padding-top: 20px;
	background: transparent;
}
.blog_more{

	padding: 15px;

}
.error {
  	font-style: italic;
 	text-transform: uppercase;
 	padding: 5px;
  	color: #ffffff;
  	font-size: 1em;
  	font-weight: bold;
	width: 100%;
	background: transparent;
}

.back_button {
	float: left;
	text-align: center;

	width: auto;
	line-height: 15px;
	margin: 1px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: transparent;
	
}

.pagenav {
	float: left;
	font-weight: normal;
	border: 1px solid #a4a4a4;
	background: #f0f0f0;
	width: auto;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#main2 .pagination,#main .pagination {	
	border-top:solid 1px  #a4a4a4;
	margin:10px 0 0;
	padding:10px 0;
	}


ul.pagination {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}


ul.pagination li {
	display:inline;
	padding:3px 8px 0;
	text-align:left;
}


ul.pagination li a {
	padding:3px 8px 3px 8px;
}





.button {
	cursor:pointer;
	font-size: 1em;
	
}



.inputbox{
	background-color: #fff;
	border: 1px solid #a4a4a4;
	color: #000;
	padding: 2px;
	margin: 2px 0 5px 0;
}
.inputbox:hover{
	background-color: #FDF9A2;
	border: 1px solid #a4a4a4;
	color: #000;
}


.componentheading {
	background: url(../images/user3_hover_yellow.png) repeat-x;
	background-color: transparent;
	color: #Fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 1em;
	padding: 0px 0 0 0px;	
	width: auto;
	font-weight: normal;
	border: 1px solid #fff;
}

.contentcolumn {
	padding: 0px;
	margin:0px;
	background: transparent;

}

.contentheading {
	background: transparent;
	color: #fff;
	text-align: left;
	height: 20px;
	margin: 0px;
	font-size: 1em;
	padding: 0px 0 0 0px ;	
	width: auto;
	font-weight: bold;
}


.contentpagetitle {
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	background: transparent;
}

table.content_table {
  	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

/* gesamter Contentbereich */
table.contentpaneopen {
        width: 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;

}

table.contentpaneopen .buttonheading{
    width: 20px !important;
	padding: 0px;
	margin: 0px;
}
table.contentpaneopen td {
	width: auto !important;
	padding: 0px;
	margin: 0px;
        font-size: 11px;

}

table.contentpaneopen td.componentheading {
	padding: 0px;
	margin: 0px;
}

table.contentpane {
	text-align: left !important;
  	width: 100% !important;
	padding: 0px;
	margin: 0px;
}
.finder{
	display: none;
}
table.contentpane td {
	text-align: left !important;
	width: auto !important;
	margin: 0px;
	padding: 0px;

}

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

table.contentpaneopen fieldset {
	padding: 0px;
	margin: 0px;
}
table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}
table.moduletable {
	padding: 0px;
	margin: 0px;
	width: 100%;

}

div.moduletable {
	padding: 0px;
	margin: 0px;
}


table.moduletable th, div.moduletable h3 {
	background-color: transparent;
	color: #Fff;
	text-align: left;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0px;
	font-size: 1em;
	padding: 0px;	
	width: auto;
	font-weight: normal;
}

table.moduletable_menu th, div.moduletable_menu h3 {
	background-color: transparent;
	color: #Fff;
	text-align: left;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0px;
	font-size: 1em;
	padding: 0px;	
	width: auto;
	font-weight: normal;
}

table.moduletable_text th, div.moduletable_text h3 {
	background-color: transparent;
	color: #Fff;
	text-align: left;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0px;
	font-size: 1em;
	padding: 0px;	
	width: auto;
	font-weight: normal;
}

.finder{
	display: none;
}

table.moduletable_left th, div.moduletable_left h3 {
	background: url(../images/user3_hover_yellow.png) repeat-x;
	background-color: transparent;
	color: #Fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0px;
	font-size: 1em;
	padding: 0px 0 0 0px;	
	width: auto;
	font-weight: normal;
	border: 1px solid #fff;
}
.moduletable_left_content{
	padding: 10px 10px 20px 10px;	
	margin: 0px;
}
.moduletable {
clear: both;
}
table.moduletable td {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder {
	width: 100%;

}
table.pollstableborder th.sectiontableheader {
	height: 40px;
	line-height:40px;
	font-weight: bold;
	padding-left: 10px !important;
	margin-top: 10px;
	background-color: transparent;
	width: auto !important;
	color: #fff;
}
table.pollstableborder td.sectiontableentry1 {
	background-color: transparent;
	padding-left:5px;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	color: #fff;
	border-bottom: 1px dotted #747474;
}

table.pollstableborder td.sectiontableentry2 {
	background-color: transparent;
	padding-left:5px;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	color: #fff;
	border-bottom: 1px dotted #747474;
}
.sectiontableheader {
	height: 26px;
	font-weight: normal;
	padding: 5px 10px 5px 10px !important;
	margin: 0px;
	background-color: transparent;
	width: auto !important;
	color: #EBB000;
	text-align: left !important;
	text-transform: uppercase;
}
.sectiontableheader a:link {
	font-weight: bold;
	color: #EBB000;
	background: transparent;
}
.sectiontableheader a:visited {
	font-weight: bold;
	color:#EBB000;
	background: transparent;
}
.sectiontableheader a:hover {
	font-weight: bold;
	color: #fff;
	background: transparent;
}

.sectiontableentry1 {
	border-bottom: 1px dotted #747474;
	background-color: transparent;
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #fff;
	text-align: left !important;
}
.sectiontableentry2  {
	border-bottom: 1px dotted #747474;
	background-color: transparent;
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #fff;
	text-align: left !important;
}
tr.sectiontableentry0 td {
	border-bottom: 1px dotted #747474;
	background-color: transparent;
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #fff;
	text-align: left !important;
}
tr.sectiontableentry1 td {
	border-bottom: 1px dotted #747474;
	background-color: transparent;
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #fff;
	text-align: left !important;
}

tr.sectiontableentry2 td {
	border-bottom: 1px dotted #747474;
	background-color: transparent;
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #fff;
	text-align: left !important;
}



.sectiontablefooter {
}
.small {
	color: #747474;
	font-size: 0.8em;
	background: transparent;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #a4a4a4;
	font-size: 0.8em;
	background: transparent;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #a4a4a4;
	font-size: 0.8em;
	background: transparent;
}

table.contenttoc {	border: 1px solid #282828
;
padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  	background: url(/old/templates/nld_069_1.5/images/subhead_bg.png) repeat-x;
  	color: #CE2415;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}
a:link, a:visited {
	color:#EBB000; 
	text-decoration: none;
	font-weight: normal;
	background: transparent;
}

a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: transparent;
}
a img { 
	border : none; 
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	padding: 0px;
	background: transparent;
}

ul#mainlevel-nav {
	float: left;
	margin: 0px;
	width: 862px;
	padding: 0px;
	height: 32px;
	list-style: none;
	background: transparent;
	clear: left;
}
ul#mainlevel-nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: transparent;
	width: auto;
	border-right: 1px solid #181818;
}
ul#mainlevel-nav li a {
	background: transparent;
	display: block;
	text-align:left;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
#buttons ul#mainlevel-nav li a { 
	width: auto; 
}
ul#mainlevel-nav li a:hover {
	background: url(../images/user3_hover_yellow.png) repeat-x;
	background-color: transparent;
	display: block;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
ul#mainlevel-nav li a#active_menu-nav {
	background: url(../images/user3_active_hover_yellow.png) repeat-x;
	background-color: transparent;
	display: block;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
ul#mainlevel-nav li a#active_menu-nav:hover {
	background: url(../images/user3_hover_yellow.png) repeat-x;
	background-color: transparent;
	display: block;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
#user3 ul.menu-nav {
	float: left;
	margin: 0px;
	width: 862px;
	padding: 0px;
	height: 32px;
	list-style: none;
	background: transparent;
	position: absolute;
	z-index: 99;
	clear: left;
}
#user3 ul.menu-nav li{
	float: left;
	margin: 0px;
	padding: 0px;
	background: transparent;
	position: relative;
	width: auto;
	border-right: 1px solid #181818;
}
#user3 ul.menu-nav li a:link, #user3 ul.menu-nav li a:visited {
	background: transparent;
	display: block;
	text-align:left;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
#user3 ul.menu-nav li a:hover {
	background: url(../images/user3_hover_yellow.png) repeat-x;
	background-color: transparent;
	display: block;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
#user3 ul.menu-nav li#current.active a:link, #user3 ul.menu-nav li#current.active a:visited{
	background: url(../images/user3_active_hover_yellow.png) repeat-x;
	background-color: transparent;
	display: block;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
#user3 ul.menu-nav li#current.active a:hover{
	background: url(../images/user3_hover_yellow.png) repeat-x;
	background-color: transparent;
	display: block;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
#user3 ul.menu-nav li.parent.active a:link, #user3 ul.menu-nav li.parent.active a:visited{
	background: url(../images/user3_active_hover_yellow.png) repeat-x;
	background-color: transparent;
	display: block;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
#user3 ul.menu-nav li.parent.active a:hover{
	background: url(../images/user3_hover_yellow.png) repeat-x;
	background-color: transparent;
	display: block;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0 20px 0 20px;
	font-size: 1em;
	float: left;
}
#user3 ul.menu-nav li ul {
	float: left;
	list-style: none;
	width: 180px;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px ;
	top: 32px;
	position: absolute;
	z-index: 99;
	border-right: none;
	clear: left;
}
#user3 ul.menu-nav li ul li{
	margin: 0px;
	padding: 0px;
	width: 180px;
	position: relative;
	border-right: none;
}
#user3 ul.menu-nav li ul li a:link, #user3 ul.menu-nav li ul li a:visited{
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	display: block;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	background: #EBB000;
	color: #fff;
	width: 170px;
	height: 29px;
	line-height: 29px;
	float: left;
}
#user3 ul.menu-nav li ul li a:hover{
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	display: block;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	background: #C39200;
	color: #fff;
	width: 170px;
	height: 29px;
	line-height: 29px;
	float: left;
}
#user3 ul.menu-nav li.parent.active ul li a:link, #user3 ul.menu-nav li.parent.active ul li a:visited, 
#user3 ul.menu-nav li#current.parent.active ul li a:link, #user3 ul.menu-nav li#current.parent.active ul li a:visited{
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	display: block;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	background: #EBB000;
	color: #fff;
	width: 170px;
	height: 29px;
	line-height: 29px;
	float: left;
}
#user3 ul.menu-nav li.parent.active ul li a:hover ,#user3 ul.menu-nav li#current.parent.active ul li a:hover {
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	display: block;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	background: #C39200;
	color: #fff;
	width: 170px;
	height: 29px;
	line-height: 29px;
	float: left;
}
#user3 ul.menu-nav li.parent.active ul li#current.active a:link, #user3 ul.menu-nav li.parent.active ul li#current.active a:visited{
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	display: block;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	background: #fff;
	color: #C39200;
	width: 170px;
	height: 29px;
	line-height: 29px;
	float: left;
}
#user3 ul.menu-nav li.parent.active ul li#current.active a:hover {
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	display: block;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	background: #aeaeae;
	color: #C39200;
	width: 170px;
	height: 29px;
	line-height: 29px;
	float: left;
}
#user3 ul.menu-nav li ul li ul{
	float: left;
	list-style: none;
	width: 180px;
	padding: 0 0 0 0px;
	margin: 0 0 0 180px;
	top: 0px;
	position:absolute;
	z-index: 99;
	left: 0px;
	clear: left;
}
#user3 ul.menu-nav li ul li ul li{
	margin: 0px;
	padding: 0px;
	width: 180px;
	position: relative;
}
ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: transparent;
}
ul.menu li a span {
	padding: 0px;
	background: transparent;
}

ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto;
	border-bottom: 1px dotted #747474;
}
ul.menu li a:link, ul.menu li a:visited  {
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 0px 5px 10px;
	background-color: transparent;
	color: #EBB000;
	font-size: 1em;
	cursor: pointer;
	width: auto;
	font-weight: bold;
}
ul.menu li a:hover{
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 0px 5px 10px;
	background-color: transparent;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	width: auto;
	font-weight: bold;
}
ul.menu li.active a:link, ul.menu li.active a:visited {
	display: block;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 10px 5px 0px;
	background-color: transparent;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	width: auto;
	font-weight: bold;
}
ul.menu li.active a:hover {
	display: block;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 10px 5px 0px;
	background-color: transparent;
	color: #EBB000;
	font-size: 1em;
	cursor: pointer;
	width: auto;
	font-weight: bold;
}
ul.menu li li {
	background-image: none !important;
	background-color: transparent;
	margin: 0px 0 0 0 !important;
	padding: 0 !important;
	border: none !important;
}
ul.menu li li a {
	background-image: none !important;
	background-color: transparent;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background-image: none !important;
	background-color: transparent;
}
ul.menu li li a:link span, ul.menu li li a:visited span {
	display: block;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 10px 5px 0px;
	background-color: transparent;
	font-size: 1em;
	font-weight: normal;
	cursor: pointer;
	color: #EBB000;
	width: auto;
}
ul.menu li li a:hover span {
	display: block;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 10px 5px 0px;
	background-color: transparent;
	font-size: 1em;
	font-weight: normal;
	cursor: pointer;
	color: #fff;
	width: auto;
}
ul.menu li li.active a:link span, ul.menu li li.active a:visited span {
	display: block;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 10px 5px 0px;
	background-color: transparent;
	font-size: 1em;
	font-weight: normal;
	cursor: pointer;
	color: #fff;
	width: auto;
	text-decoration: underline;
}
ul.menu li li.active a:hover span {
	display: block;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 10px 5px 0px;
	background-color: transparent;
	font-size: 1em;
	font-weight: normal;
	cursor: pointer;
	color: #EBB000;
	width: auto;
	text-decoration: underline;
}
ul#mainlevel {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: transparent;
}
ul#mainlevel li {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto;
	border-bottom: 1px dotted #747474;
}

ul#mainlevel li a {
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 0px 5px 10px;
	background-color: transparent;
	color: #EBB000;
	font-size: 1em;
	cursor: pointer;
	width: auto;
	font-weight: bold;
}
#buttons>ul#mainlevel li a { 
	width: auto; 
}
ul#mainlevel li a:hover {
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 0px 5px 10px;
	background-color: transparent;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	width: auto;
	font-weight: bold;
}
ul#mainlevel li a#active_menu {
	display: block;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 10px 5px 0px;
	background-color: transparent;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	width: auto;
	font-weight: bold;
}
ul#mainlevel li a#active_menu:hover {
	display: block;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 10px 5px 0px;
	background-color: transparent;
	color: #EBB000;
	font-size: 1em;
	cursor: pointer;
	width: auto;
	font-weight: bold;
}




a.pathway:link, a.pathway:visited {
	padding:0;
	background: transparent;								
}

a.pathway:hover {
	padding:0;
	background: transparent;
	
}

.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;
	width:100%;
	background: transparent;
}

div.mosimage {
  	border: 1px solid #ccc;
	background: transparent;
}

.mosimage {	
	border: 1px solid #282828;
	margin: 5px;
	background: transparent;
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: none;
  border-top: 1px solid #ffffff;
}


.dd { 	
	background: transparent;
}


body.mceContentBody {
  background:#1B2844!important;
  color:#ffffff!important;
  height:800px!important;
  width:700px!important;
}

