/* custom stuff */
/* JR */

. mce_plugin_flash {
  border: 1px dotted #cc0000;
  background-image: url(../../../mambots/editors/tinymce_exp/jscripts/tiny_mce/plugins/flash/images/flash.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffcc;
} 

.logo{
	background-color: #FEF6E9;	
}

.outline {
  border: 1px solid #F8DEAB;
  background: #FEC669;
	padding: 2px;
}

.pathway {
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;

}

#pathway_outer {
	width: 100%;
  float: left;
  margin-bottom: 2px;
	margin-right: 2px;
}

#pathway_inner {
  float: none !important;
  float: left;
	border: 1px solid #F8DEAB;
	border-left: 2px solid #F8DEAB;
	height: 21px;
}

#pathway_text {
  overflow: hidden;
	float: left;
	display: block;
	padding-top: 4px;
	height: 18px;
	padding-left: 5px;
}

a.pathway:link, a.pathway:visited {
	color: #000;
}

a.pathway:hover {
	color: #AA2F04;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 30%;
}


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: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  width: 20%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #F9DDAD;
	border-right: 1px solid #F9DDAD;
	border-bottom: 1px solid #F9DDAD;
}

ul#mainlevel-nav li a {
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { 
  width: auto; 
  color: #000
}

#buttons>ul#mainlevel-nav li a:hover { 
  width: auto; 
  background: #ED980B; 
  color: #000;
}

#search_outer {
	float: left;
	width: 100%;
}

#search_inner {
  border: 1px solid #F8DEAB;
	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;
	font-size: 11px;
	color: #000; 
}

.topline {
	background : #FEAC63 url(../images/line.gif) repeat-x;	
}

td.topline img {
  display: block;
}

.rightblock {
	font-family: Arial, Helvetica;
	border: solid 1px #FBDCAD;
}

.centerblock {
	font-family: Arial, Helvetica;
	background-color: #FEF7E7;
	border: solid 1px #F9DDAD;
	margin-bottom: 5px;
}

.left {
	font-family: Arial, Helvetica;
	padding-left:1px;
	padding-right:1px;
	width: 161px;
	background-image: url(../images/background.jpg);
}

.centernav {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.rightnav {
	padding-left: 2px;
	padding-right: 8px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 10px;
}

table.leftnav.moduletable th {
	font-size: 20pt;
}

table.moduletable {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 100%;
	height: 18px;	
	}

table.moduletable th {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-indent: 2px;
	width: 100%;
	height: 18px;
	border-bottom: solid 1px #F9DDAD;
	padding: 2px 2px;
}

th.table.moduletable.left {
	color: #FC0;
}

table.moduletable td {
	font-size: 14px;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}

/* Body */
BODY {
	margin: 0px;
	font-family: Arial, Helvetica;
	font-size: 13px;
	color : #000;
}
	
.redbg {  
	background: #FEF6E9 url(../images/background.jpg) repeat-y;
}	

td,tr,p,div {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #000;
	line-height: 18px;
	}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffffff;
	border-left: outset 1px #BECBCD;
	border-right: outset 1px #BECBCD;
	border-top: outset 1px #BECBCD;
	border-bottom: solid 1px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #495C5F;
}
.offtab {
	background-color : #EAECEE;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #BECBCD;
	text-align: center;
	cursor: default;
	font-weight: normal;
	color: #769196;
}

.tabpadding {}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h1 {
	color: #333333; font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; font-weight: bold;
}

h2 {
	color: #333333; font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
}

h3 {
	color: #333333; font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; font-weight: bold;
}

h4 {
	color: #333333; font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
}

h5 {
	color: #444444; font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
}

h6 {
	color: #555555; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
}

/* Links */
a:link, a:visited {
	font-size: 13px;
	color: #AA2F04;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
}

a:hover {
	color: #ED9808;	
  text-decoration: none;
	font-weight: bold;
}

/* Horizontal Line */
hr {
	background: #ED9808; height:2px; border: 1px inset;
}

hr.separator {
	background: #ED9808;
	height: 1px;
	width: 75px;
	border: 0px;
}

/* 
########################################################
# Main Level Setting, left right : top bottom :        #
########################################################
*/

.frontpageheader {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding:2px;
}

.mainlevel, .sublevel1, .sublevel2 {
	background: #FEF6E9;
	display: block;
	font-family: Arial;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 0px;
	line-height:14px;
}

.mainlevel {
	font-weight: bold;  
	padding-top: 5px;
	padding-left: 7px;
	margin-top: 1px;
}

.sublevel1 {
  	font-weight: normal;
	padding-top: 2px;
	padding-left: 19px;
}

.sublevel2 {
  	font-weight: normal;
	padding-top: 2px;
	padding-left: 30px;
}

/* mainmenu links */
a.mainlevel:link, a.mainlevel:visited {
	background: #FEC669 url(../images/button_main.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #000;
	padding-left: 19px;
	line-height: 19px;
}

a.sublevel1:link, a.sublevel1:visited {	
	background: #FEC669 url(../images/button_sub1.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000; 
  font-weight: normal;
	padding-left: 31px;
}
	
a.sublevel2:link, a.sublevel2:visited {
	background: #FEC669 url(../images/button_sub2.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #000; 
  font-weight: normal;
	padding-left: 40px;
}

a.mainlevel:hover, a.sublevel1:hover, a.sublevel2:hover {
	background-color: #ED980B;
	color: #000; 
}


/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
 	color: #AA2F04;
	text-align:left;
}

a.contentpagetitle:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align:left;
	color: #ED980B;
	text-decoration: underline;
	font-weight: bold;
	}

/* Content - Sections & Categories */
.contentpane {}

.contentpaneopen {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.contentheading {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	padding: 1px;
	text-align: left;
	text-indent: 2px;
	width: 100%;
	height: 18px;
	border-bottom: dashed 1px #cccccc;
}

.contentpagetitle {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
 	color: #3D5592;
	text-align:left;
}

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

table.contenttoc td {
	padding-left: 2px
}

table.contenttoc th {
  background-color: #ffcc00; 
  color: #660000;
	text-align: center;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.contentdescription {
	font-family: Times;
	font-size: 14px;
	color: #666666;
	text-align: left;
	padding-top: 8px;
	}

/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #990000; text-decoration: none; font-weight: normal;
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.blogsection:hover {
	color: #ED980B;	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

a.weblinks:link, a.weblinks:visited {
	color: #AA2F04; text-decoration: none; font-weight: normal;
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

a.weblinks:hover {
	color: #ED980B;	text-decoration: underline;
}

a.readon:link, a.readon:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA2F04;
	text-align: left;
	text-indent: 2px;
	width: 100%;
	height: 18px;
}

a.readon:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ED980B;
}

.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	background-color: #FCEDD4;
	text-align: left;
	text-indent: 2px;
	width: 100%;
	height: 18px;
	border-bottom: solid 1px #F9DDAD;
	padding: 2px 2px;
}

.button {
  color: #AA2F04;
	font-family: Arial, Hevlvetica, sans-serif;
  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 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: #ffffff;
	border: 1px solid #C0C9DC;
	}

/** category text format and links **/
.category {
	color: #999999; font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; text-decoration: none;
}

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

a.category:hover {
	color: #ED980B;
}

.poll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px
}
	
table.pollstableborder {
	border: 0px;
}

.sectiontableentry1 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FDF6E8;  
	padding-top: 1px;
	padding-bottom: 1px;
}
	
.sectiontableentry2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FCEDD4;
	padding-top: 1px;
	padding-bottom: 1px;
}

.contentpane {
	background-color: #FEF6E9;
}
	
.sectiontableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FCE2B5;
	color : #333333;
	font-weight : bold;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	height: 15px;
}

.smalldark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}

.newsfeedheading {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-align:left;
}

.newsfeeddate {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}

.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	height: 25px;
}

.modifydate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9E9E9E;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	text-align: right;
}

ul {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

li{
	list-style-type:none;
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px; 
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.fase4rdf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #272727; font-weight: normal;
}

a.fase4rdf:link {
	font-size: 11px; font-weight: normal; color: #3B3B3B;
}

a.fase4rdf:hover {
	font-weight: bold; color: #757575;
}

table.searchintro {
  	background-color: #cccccc;
	border: 1px solid #333333;
}

table.contact {
	background-color: #F9F9F9;
	align: center;
}

table.contact td.icons {
	background-color: #DADADA;
}

table.contact td.details {
	background-color: #F0F0F0;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

a.pagenav, a.pagenav:visited {
	font-weight: bold;
	color: #000000;
}

a.pagenav:hover {
	color: #993333;
}

.pagenavbar {}

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

.contact_email {
  padding: 4px;
}
/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
	padding-left: 4px;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
	padding-left: 4px;
}

.copyright {
   font-size: 10px;
   font-weight: bold;
   font-family: Arial;
   text-align: Center;
   line-height: 10px;
}

#mainbody {
	width: 540px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	margin-bottom:0px;
}

.clr {
	clear: both;
}

ul.latestnews {
	font-color: #000000;
	padding-left: 0px;
}

p {
	margin:0 0 4px 0;
}
