/* Wichtige Farben
Rot = #EE3338
Grau = #e4e4e4
*/

/* Alle Abstaende auf Null setzen */
html, body, div, p, h1, h2, h3, ul, ol, li,
span, a, table, td, form, img {
	margin: 0;
	padding: 0;
	font-family: "Verdana","Century Gothic","Arial Narrow","sans-serif";
	font-size: 11px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/hintergrund.gif) repeat-y;
}

hr {
	background: #999999;
	height: 1px;
	width: 100%;
}

a:link, a:visited {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
	text-decoration: underline;
}

#searchmatch {
	background-color: #ffff00;
	font-weight: bold;
}
.searchmatchfull {
	background-color: #ffff00;
	font-weight: bold;
}

#mainlevel-nav {
	margin: 0; padding: 0;
}

#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	list-style:none; float: right; 
	margin: 0; width: 15.5%; 
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
	text-indent: 15px;
}

#mainlevel-nav a { /* Karteikartenmenue im div bP_Navi */
	display: block; float: right; text-decoration: none; border: 1px solid;
	border-color: #fff #cc3300 #cc3300 #fff;
	background: #EE3338 url(../images/vmenu_bgr.png) 2px no-repeat;
	color: white;
}
#mainlevel-nav a {
	float: none;
}
#mainlevel-nav a:hover {
	background: #ff6600 url(../images/vmenu_bgr.png) 2px no-repeat;
}

/*different setting for newsflash*/
.newsflash td {
	color: #000000;
	text-align: justify;
	vertical-align: middle;
}

/*setting for the greetings*/
.mainpage {
/*
	text-align: justify;
	color: #333333;
	font-size: 13px;
*/
}

.mainpage-bkg {
/*
	background-image: url(../images/lineborder.png);
	width: 1px;
*/
}

.greybg {
	background: #eeeeee;
}

/*pathaway setting*/
.pathway {
	font-size: 9px;
}

a.pathway:link, a.pathway:visited {
	color: #ff9900;
	font-weight: normal;
}

a.pathway:hover {
	color: #ff3300;
	font-weight: normal;
	text-decoration: none;
}

/*for title or site name*/
.title {
	font-size: 20px;
	font-weight: bold;
	color : #000000;
	margin-left: 10px;
}

/*for the tag-line*/
.subtitle {
	font-size: 10px;
	font-weight: bold;
	color : #666666;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
}

#active_menu {
	color: #ffff00;
	text-decoration: underline;
}

/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #ffffff;
	font-weight: normal;
	background-image: url(../images/icon2.gif);
	background-position: 5px 5px ;
	background-repeat: no-repeat;
	width: 100%;
	text-indent: 15px;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	padding-left: 5px;
	padding-top: 0px;
	margin-bottom: 1px;
}

#bP_Menu a.mainlevel:link, #bP_Menu a.mainlevel:visited {
	background-position: 5px 8px ;
	padding-top: 3px;
}

a.mainlevel:hover {
	color: #ffff00;
	background-color: #772224;
	text-decoration: none;
}


/* Querschnittlinks */
a.mainlevel-quer {
	color: #ff3300;
	/*background-color: #0000ff;*/
	text-decoration: none;
	font-size: 14px;
}

a.mainlevel-quer:hover, a.mainlevel-quer:visited {
	color: #ff9900;
	/*background-color: #772224;*/
	text-decoration: none;
}

a.mainmenu:link, a.mainmenu:visited {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}
a.mainmenu:hover {
	color: #333333; 
}
.pollstableborder {
	border: 1px solid;
	padding: 1px;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	background-image: url(../images/icon2.gif);
	background-position: 15px 3px ;
	background-repeat: no-repeat;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 17px;
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	text-align: left;
	text-decoration: none;
}

a.sublevel:hover {
	color: #ffff00;
	background-color: #772224;
	text-decoration: none;
}

table.moduletable {
	padding: 0;/*5px 0px 5px 8px;*/
	margin-bottom: 15px;
	width: inherit;
	/*background: url(../images/bgr.png);*/
}

table.moduletable th {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 100%;
	letter-spacing: 2px;
	text-indent: 5px;
	padding-bottom: 3px;
}

table.moduletable li {
}

table.moduletable ul {
	padding: 0px;
}

table.moduletable td {
font-size: 10px;
font-weight: normal;
}

.poll {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}

table.pollstableborder {
	border: 1px solid #cccccc;
}

.sectiontableheader {
	background-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
}

.sectiontableentry1 {
	background-color : #F0F0F0;
}

.sectiontableentry2 {
	background-color : #E0E0E0;
}

.small {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.smalldark {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


.contentpane {
	background: #dedede;
}

.contentpaneopen {
	border : 0px ridge #0099cc;
	width: 100%;
	/* word-spacing: ;*/
	/* letter-spacing: 1pt;*/
	line-height: 18px;
	/*text-align: justify;*/
}
/* Bei Aenderungen der nachfolgenden hx unbedingt die Werte in editor_content.css anpassen */
.contentpaneopen h1, .contentintro.h1{
	font-size: 10pt;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: #ff6600;
	font-weight: bold;
}
.contentpaneopen h2, .contentintro.h2{
	font-size: 10pt;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #ff6600;
	font-weight: bold;
}
.contentpaneopen h3, .contentintro.h3{
	font-size: 8pt;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	color: #ff6600;
	font-weight: bold;
}
.contentpaneopen h4, .contentintro.h4{
	font-size: 8pt;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #ff6600;
	font-weight: bold;
}
.contentpaneopen h5, .contentintro.h5{
	font-size: 8pt;
	margin-top: 0em;
	margin-bottom: 0.6em;
	font-weight: normal;
}
.contentpaneopen h6, .contentintro.h6{
	font-size: 8pt;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
}
/*
.contentpaneopen ul{
	margin: 0;
	padding: 5px 0px 5px 10px;
	list-style-type: disc;
	list-style-position: inside;
}
*/
.contentpaneopen ol{
	margin-left: 30px;
	padding-left: 10px;
	list-style-type:decimal;
}

/* Titel */
.contentheading, .componentheading {
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
	text-align: left;
}

.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
}

.button {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #CCCCCC;
}

.inputbox {
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size: 12px;
	font-weight: bold;
 	color: #ff9900;
	text-align:left;
	text-decoration: underline;
}

a.contentpagetitle:hover {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


/* Untertitel */
.contentpagetitlealias {
	color: #ff6600;
	font-size: 12px;
}

span.article_seperator {
	display: block;
	height: 2.2em;
}

/* Introtext */
span.contentintro, span.contentintro p, span.contentintro div {
	font-weight: bold;
	text-align: left;
}

.mosimage_caption {
	line-height: 15px;
}
span.contentintro div.mosimage_caption {
	font-weight: normal;
}

a.category:link, a.category:visited {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

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

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: normal;
}
.tabpadding {
}

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

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

/* for modifying {moscode} output.	Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}

.code {
	background-color: #f0f0f0;
	border: 1px solid #FFF;
}

/* Text passed with mosmsg url parameter */
.message {
	font-weight: bold;
	font-size : 10pt;
	color : #ff6600;
	text-align: center;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
}

table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
	border: 1px solid #333;
}

table.contenttoc td {
/* font-size: 8pt; */
	font-weight: normal;
	text-align:left;
}

ul {
	margin-left: 10px;
	list-style: none;
	list-style-position: inside;
}

li {
	line-height: 15px;
}

ul li {
	background-image: url(../images/ul_circle.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
html>body ul li {
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
	padding-left: 20px;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

table.blog {
	width: 100%;
}

table.blog td {
	padding: 0 0 0 0;
	/* padding: 0 5px 0 0;  */
}
 
/*
table.blog tr {
color: #0000ff;
	spacing-top: 50px;
}
*/

.module_screen{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}

.module_titlefixed, .module_title {
	margin: 0px;
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
	color: #000000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	height: auto;
}
.module_content_titlefixed, .module_content_title {
	width: 100%;
	padding: 10px 5px 5px 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	overflow: auto;
	height: auto;
}
html>body .module_content_titlefixed, .module_content_title {
	width: auto;
}

.module_content {
	margin: 0;
	overflow: auto;
	padding: 5px 3px 5px 5px;
}

a.querschnitt_anchor {
	background-color: #ffcc00;
	font-weight: bold;
}
a.querschnitt_anchor:link, a.querschnitt_anchor:visited {
	color: #000;
}


#bP_Logo{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:171px; 
	height:121px; 
}

#bP_Quer1, #bP_Quer2, #bP_Quer3{
	position:absolute;
	width: 200px;
	height: 128px;
	top: 0px;
	padding: 0px;
	margin: 0;
}
#bP_Quer1 a, #bP_Quer2 a, #bP_Quer3 a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#bP_Quer1 a:hover, #bP_Quer2 a:hover, #bP_Quer3 a:hover { 
	text-decoration: none; 
	color: #FF2000;
	background-color: #ffffff;
}
#bP_Quer1 a:visited, #bP_Quer2 a:visited, #bP_Quer3 a:visited { 
	text-decoration: none; 
	color: #606060;
}

#bP_Quer1{ 
	left:171px;
}
#bP_Quer2{
	left:371px; 
}
#bP_Quer3{ 
	left:571px; 
}

#bP_Advertising{
	position:absolute; 
	left:771px; 
	top:0px; 
	width:171px; 
	height:121px; 
	overflow:hidden; 
	padding: 0;
	margin: 0;
}
html>body #bP_Advertising{
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
}
/*
#bP_Advertising a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#bP_Advertising a:hover { 
	text-decoration: none; 
	color: #FF2000;
	background-color: #ffffff;
}
#bP_Advertising a:visited { 
	text-decoration: none; 
	color: #606060;
}
*/

#bP_Navi{
	position:absolute; 
	left:171px; 
	top:121px; 
	width:600px;
	height:28px; 
	background:#e4e4e4;
	padding-left: 15px;
	padding-top: 6px;
	border-top-width:1px; 
	border-top-style:solid;
}
html>body #bP_Navi{
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
	width: 756px;
	height: 22px;
}

#bP_Copy{
	position:absolute; 
	left:771px; 
	top:121px; 
	width:171px;
	height:28px; 
	background:#e4e4e4;
	padding: 0px;
	padding-top: 6px;
	border-top-width:1px; 
	border-top-style:solid;
}
html>body #bP_Copy{
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
	height: 22px;
}

#bP_Menu{
	position:relative; 
	left:0px; 
	top:0px; 
	width:100%;
	overflow:hidden;/*auto; */
	padding:0;
	background:#ee3338;
}
html>body #bP_Menu{
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
}
#bP_Menu .module_content {
	padding: 0px;
	overflow:hidden;
}
html>body #bP_Menu table{
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
	width: 166px;
}
#bP_Menu .module_content_title{
	padding: 0px;
}

#bP_Project{
	width:100%;
	overflow:hidden; 
	background:#e4e4e4;
	border-top-width:1px; 
	border-top-style:solid;
	padding: 0;
	margin: 0;
}

/* html>body #bP_Project{ */
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
/*
	width: 161px;
	height: 297px;
}
*/

#bP_Main{
	padding:0;
	margin:0;
	position:absolute;
	left:171px; 
	top: 149px;
	width:600px;
	/*bottom: 0px;*/
	/*max-height: 2000px;  2010-03-03 */
	overflow:hidden;
	background:#ffffff;
}
html>body #bP_Main{
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
	overflow: auto;
}


#bP_Main .content_container {
	width:100%;
	height: 100%;
	/*padding: 20px 10px 10px 15px;*/
	padding: 20px 28px 10px 15px;
	margin:0;
	overflow:auto;
}
html>body #bP_Main .content_container {
	width: auto;
	height: auto;
}

#bP_News{
	padding: 0;/*5px 3px 5px 5px;*/
	margin:0;
	position:absolute; 
	border-left-width:1px; 
	border-left-style:solid;
	left: 771px;
	top: 149px;
	width:171px;
	/*bottom:0px;*/
	/*max-height: 2000px; 2010-03-03 */
	overflow:auto;
	background:#ffffff;
}
html>body #bP_News{
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
	top: 179px;
	margin-top: -30px;
}
/* ie7 */
*:first-child+html #bP_News{
	overflow:hidden;
}

#bP_News .contentpaneopen {
	line-height: 12px;
}
#bP_News .contentpagetitle{
	font-size: 11px;
	line-height: 15px;
	padding-top: 14px;
}
#bP_News .contentpagetitlealias{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 4px;
}

#bP_News .mod_events_td_dayname {
	font-size: 11px;
	font-weight: bold;
}
#bP_News .mod_events_td_daynoevents {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}
#bP_News .mod_events_td_todaynoevents {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	background-color: #FFA07A;
}

#bP_AdvertRight{
	position:absolute; 
	left: 942px;
	top: 0px;
	background:#e4e4e4;
	padding: 0;/*5px 3px 5px 5px;*/
	margin: 0;
}
html>body #bP_AdvertRight{
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
}

body.Main{
	margin:0px 0px 0px 0px;
	width:100%;
	height:100%;
}

body.Menu { 
	font-size: 1.4ex;
	background-color: #E4E4E4;
	margin: 0 0 0 0;
}

/* Stichworte */
span.com_keyword_hidden{
	display:none;
}

.keyword_screen { /* nicht aendern! darf kein padding oder margin erhalten! */
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.keyword_header_container { /* nicht aendern! darf kein padding oder margin erhalten! */
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	overflow: hidden;
}
.keyword_title {
	margin: 0;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 5px 5px 5px 5px;
}
.keyword_alphabet{
	letter-spacing: 4px;
	text-indent: 10px;
}
a.keyword_capitals_row{
	font-size: 14px;
	text-decoration: none;
}
a.keyword_capitals{
	font-size: 12px;
}
.keyword_capital{
	text-indent: 5px;
	padding: 10px 0 0px 0;
}
.keyword_header_line{
	position: relative;
	bottom: 0px;
	width: 100%;
}


.keyword_content_container { /* nicht aendern! darf kein padding oder margin erhalten! */
	width: 100%;
	/*height: 500px;*/ /* wird angepasst */
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}
.keyword_content {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 5px 10px 10px 10px;
	font-weight: normal;
}
html>body .keyword_content{
/* wird nicht von ie ausgefuehrt - wegen padding-Problem des Mozilla */
	width: auto;
}
.keyword_preview_td_odd{
	padding: 0px 0 5px 5px;
}
.keyword_preview_td_even{
	padding: 0px 0 5px 5px;
	background-color: #E4E4E4;
}
.keyword_word_odd{
	padding: 0 5px 0 5px;
}
.keyword_word_even{
	padding: 0 5px 0 5px;
	background: #F4F4F4;
}

.contact_container {
	width: 100%;
	background: #dedede;
	padding-top: 10px;
}
.contact_detail_container {
	width: 100%;
	background: #dedede;
	padding: 5px;
}
html>body .contact_detail_container {
	width: 97%;
}

div.contact_container a.category:link, a.category:visited {
	color: #ff6600;
	font-weight: bold;
	font-size: 11px;
}
div.contact_container a.category:hover {
	color: #ff3300;
}

div.content_no_access {
	width: inherit;
	background-color:#eee;
	padding:9px;
	border:solid 1px #000;
}

div.content_no_access_login {
	margin-left:30px;
	width: 100%;
}
html>body .content_no_access_login {
	width: auto;
}

div.content_no_access_login .button {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF;
	color: #000;
	border: 1px solid #CCCCCC;
}

div.content_no_access_login .inputbox {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#bP_Menu div.logout_greeting {
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
}
#bP_Menu div.logout_greeting a{
	text-decoration: underline;
	color: #ff0;
}

a.red_login:link, a.red_login:hover, a.red_login:visited{
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

div.swfbannercontainer a:hover{ text-decoration: none; }
