html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { font-weight: normal; margin: 0px; padding: 0px; }

body {
	margin: 0px;
    /*background-image: url(../../images/hintergrund2.png);*/
    background-color:#e9e9e9;
    background-image: url(../../images/hintergrund.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    
    color: #000;
    font: 11pt verdana, arial, sans-serif;
}

#page {
	position: relative;
	width: 1011px;
	left: 50%;
	margin-left: -508px;
	padding:0px;
	background-color:#ffffff;
}

#header-top {
	position:absolute;
	top: 0px;
	width: 100%;
/*	height: 205px;
    background-image: url(../../images/oberer_bogen2.png);*/
	height: 140px;
    background-image: url(../../images/oberer_bogen.png);
	background-repeat: no-repeat;
    z-index: 3;
}
#header-bottom {
	position:absolute;
	width: 100%;
	/*top: 205px;*/
	top: 140px;
	left: 0px;
	height: 90px;
    background-image: url(../../images/unterer_bogen.png);
    background-repeat: no-repeat;
    z-index: 3;
}
#header-image {
	position:absolute;
	width: 100%;
	top: 0px;
	height: 230px;
    background-image: url(../../images/top_projektdatenbank.jpg);
	/*height: 284px;
    background-image: url(../../images/top_projektdatenbank.jpg);*/
    background-repeat: no-repeat;
    z-index: 1;
}
#languageContainer {
	position:absolute;
	color: #10457b;
	font-size: 11px;
	top:0px;
	left: 880px;
	width:116px;
	height:28px;
    background-image: url(../../images/language_background_trans.png);
	z-index: 4;
}
#languageContainer table {
	width: 100%;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}
#languageContainer table td.descr {
	vertical-align: middle;
	text-align: right;
}
#languageContainer table td.img {
	padding: 6px 10px 5px 8px;
	width:22px;
}

#imprintContactContainer {
	position:absolute;
	left:940px;
	top:169px;
	width:56px;
	z-index:12;
	font-size: 12px;
	color: #10457b;
	text-align: right;
}

#imprintContactContainer a {
	font-size: 12px;
	text-decoration: none;
	color: #10457b;
}
#imprintContactContainer a.login {
	font-weight: bold;
	text-decoration: underline;
}
#imprintContactContainer a:hover {
	/*color: #ffffff;*/
}

#loginBox {
	position:absolute;
	left:698px;
	top:165px;
	width: 270px;
	height: 65px;
	z-index:11;
	padding: 20px;
	padding-top: 25px;
	background-image:url(../../images/login_background.png);
	background-repeat: no-repeat;
	display:none;
	color: #10457b;
	font-size: 11px;
}
#loginBox input[type=text],#loginBox input[type=password] {
	width: 120px;
	background-color: #bfdcfa;
	border: none;
	color: #10457b;
	margin-top:3px;
	margin-bottom: 4px;
	padding:2px;
}

#contentArea {
	position: absolute;
	width:1005px;
	/*top:295px;*/
	top:230px;
	left:0px;
	background: none;
	margin-left:0px;
	padding-right:0px;
	background-color:#ffffff;
}

#page .internalNavigation {
	background-color:#fdefe4;
	border-top: 1px dotted #068aec;
	border-bottom: 1px dotted #068aec;
	padding: 8px 0px;
	margin-bottom:5px;
}
#page .internalNavigation div {
	padding-left: 48px;
	padding-top:3px;
	padding-bottom:3px;
}
#page .internalNavigation a {
	color: #10457b;
	font-size:12px;
	text-decoration: none;
}
#page .internalNavigation a:hover {
	color: #10457b;
	text-decoration: none;
	color:#f56b00;
}
#page .internalNavigation div.currentTopic a{
	font-weight: bold;
}
#page .internalNavigation div.currentTopic a:hover{
	font-weight: bold;
}

#fullNavi {
	overflow: visible;
	color: #10457b;
}
#page #fullNavi div a {
	color: #10457b;
	font-size:12px;
	text-decoration: none;
}

#page #fullNavi div a:hover{
	color: #10457b;
	text-decoration: none;
	color:#f56b00;
}

#fullNavi div.navTopic {
	display:block;
	padding-left: 25px;
	padding-top:4px;
	padding-bottom:4px;
}
#fullNavi div.topicSubContainer div{
	padding-left: 25px;
	padding-top:4px;
	padding-bottom:4px;
}

#fullNavi .navTopic .topicSubContainer {
	display:none;
	overflow:hidden;
	padding-left:23px;
}
#fullNavi .navTopic:hover .topicSubContainer {
	/*display:block;*/
}
#fullNavi div.topicSubContainer div{
	padding-left: 25px;
	padding-top:4px;
	padding-bottom:4px;
}

#fullNavi div.currentTopic {
	margin-left:-11px;
	padding-left:36px;
	background-image: url(../../images/menu_active_bg.png);
	background-repeat: repeat-y;
	font-weight: bold;
	padding-top:7px;
	padding-bottom:3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#fullNavi div.topicWithoutSub {
	padding-bottom:4px;	
}
#fullNavi div.currentTopic.topicWithoutSub {
	padding-bottom:7px;	
}
#fullNavi div.currentTopic .topicSubContainer{
	display:block;
	padding-left:23px;
	padding-bottom:3px;
}

#fullNavi div.currentTopic .topicSubContainer .currentSubPage{
	font-weight: bold;
}
#fullNavi div.currentTopic .topicSubContainer .currentSubPage a {
	font-weight: bold;
}

a {
	color: #F58025;
    font-weight: normal;
    text-decoration: underline;
} 
a:hover {
	color: #297ade;
    font-weight: normal;
    text-decoration: underline;
} 
#adminNavi {
	position: absolute;
	left:850px;
	top:35px;
	z-index: 100;
}
#mainTable {
	margin:0px;
	width: 950px;
	background-color: #ffffff;
	border-collapse: collapse;
	border-spacing: 0px;
	border:0px;
	height: 650px;
}
#mainTable .headerTable {
	margin:0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border:0px;
}

#mainTable a {
	/*font-size: 12px;*/
	color: #F58025;
	text-decoration: underline;
}

#mainTable a:hover {
	/*font-size: 12px;*/
	color: #297ade;
}

#mainTable td, #mainTable th,#mainTable tr {
	border-collapse: collapse;
	border-spacing: 0px;
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align: top;
}

#mainTable th.mainLogo {
	width: 886px;
	padding-top: 18px;
	padding-left: 30px;
	padding-bottom: 17px;
	border-left: 1px solid #c9cbcc;
}

#mainTable .mainRightShadow {
	text-align: left;
	vertical-align: top;
	width: 13px;
	background: url(../../images/dropshadow_right.jpg) repeat-y;
}
#mainTable .mainRightShadow div {
	background: url(../../images/dropshadow_righttop.jpg);
	width: 13px;
	height: 13px;
	overflow: hidden;
}

.mainNavigation {
	background-color: #ffffff;/*#005596;*/
	width: 226px;
	overflow: visible;
	vertical-align: top;
	height: 567px;

}
#mainTable #naviMainContainer {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
}

#mainTable .contentHeader {
	background-image: url(../../images/header.gif);
	background-repeat: repeat-x;
	/*background-position: 5px 5px;*/
	height: 51px;
	width: 670px;
	font-size: 18pt;
	font-style:normal; 
	color: #005596;
	padding-left: 45px;
	padding-top: 26px;
}

#mainTable .contentHeaderLeftSpacer {
	width: 5px;
	background-color:#ffffff;
}

#mainTable .contentHeaderParentTitle {
	font-size: 12pt;
	font-style:normal; 
	color: #005596;
}

#mainTable .contentHeaderStartTitle {
	font-size: 16pt;
	font-style:normal; 
	color: #005596;
}

#mainTable .mainBody {
	/*border-left: 1px solid #c9cbcc;*/
	width: 720px;
	height: 567px;
	padding: 0px;
}

#mainTable td.mainFooter {
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #000000;/*#005596;*/
	padding-left: 25px;
}

#mainTable td.mainFooter a {
	font-size: 10px;
	color: #000000;/*#005596;*/
	text-decoration: none;
}

#mainTable td.mainFooter a:hover {
	font-size: 10px;
	color: #F58025;
}

#mainTable .contentTable {
	clear: both;
	margin:0px;
	width: 785px;
	border-spacing: 0px;
	border: 0px;
	border-collapse: collapse;
}

#mainTable .contentTable img {
	margin: 0px;
	padding: 0px;
}

#mainTable .contentTable .contentColumn1 {
	width: 785px;
	height: 490px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

#mainTable .contentTable .contentColumn1-100 {
	width: 785px;
	height: 490px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

#mainTable .contentTable .contentColumn1-3, #mainTable .contentTable .contentColumn1-2 {
	width: 575px;
	height: 490px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	/*overflow:hidden;*/
}

#mainTable .contentTable .contentColumn2-3 {
	width: 210px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	/*overflow:hidden;*/
}
#mainTable .contentTable .contentColumn3-3 {
	width: 0px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	/*overflow:hidden;*/
}

#mainTable .contentTable .contentColumn2-2 {
	width: 210px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	/*overflow:hidden;*/
	/*background-color: #CEE3EA;*/
	height: 490px;
}

#mainTable .contentTable .imgNotice {
	text-align: right;
	font-size: 10px;
	color: #005596;
	padding-top:2px;
}
#mainTable .contentTable .imgNoticeTop {
	text-align: right;
	font-size: 9px;
	color: #828282;
	padding-top:2px;
	margin-bottom: 10px;
}
		
#mainTable .contentTable .contentColumn2-2 .contentBackground {
	width: 584px;
	/*background: url("../../images/bg_body_635.jpg") no-repeat;*/
}
#mainTable .contentTable .contentColumn2-2 .contentBackground.noScroll {
	/*background: url("../../images/bg_body_635.jpg") no-repeat;*/
}
#mainTable .contentTable .contentColumn1 .contentBackground {
	width: 787px;
	margin-left: 0px;
	padding-left: 14px;
	/*background: url("../../images/bg_body_827.jpg") no-repeat;*/
}

#mainTable h1, #mainTable .contentBackground h1 {
	color: #F58025;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	/*margin-bottom: 10px;*/
}

#mainTable h2, #mainTable .contentBackground h2 {
	color: #005596;
	font-size: 12px;
	font-weight: bold;
	/*margin-bottom: 10px;*/
}

#mainTable h3, #mainTable .contentBackground h3 {
	color: #647ea3;
	font-size: 11pt;
	line-height: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#mainTable h4, #mainTable .contentBackground h4 {
	color: #F58025;
}

#mainTable p, #mainTable .contentBackground {
	color: #005596;
	font-size: 12px;
	line-height: 17px;
}


#mainTable .hidden {
	height: 0px;
    overflow: hidden;
}

#mainTable a.presseLink {
	font-weight: bold;
	color: #005596;
	font-size: 12px;
	line-height: 17px;
}

#mainTable a.presseMore {
	color: #005596;
}

#mainTable .newsShort {
	margin-top:0px;
	font-size:11px;
}

#mainTable .backgroundDiv ul {
	margin-bottom: 8px;
	margin-top: 8px;
	list-style: outside;
}
#mainTable .backgroundDiv ul li {
	list-style-position: outside;
	margin-left: 25px;
	font-size: 13px;
	color:#005596;
}

#mainTable .backgroundDiv ul.normal li {
	list-style-position: outside;
	color:#005596;
	font-size:12px;
	margin-left: 15px;
}
#mainTable .contentTimes {
	font-family: Times New Roman, Courier New,Georgia,Verdana;
	font-size: 14px;
	line-height: 17px;
}
#mainTable .contentTimes p {
	font-family: Times New Roman, Courier New,Georgia,Verdana;
	font-size: 14px;
	line-height: 17px;
}
#mainTable .partnerTable {
	border-spacing: 0px;
	border: 0px;
	border-collapse: collapse;
}

#mainTable .partnerTable .partnerIcon {
	/*sp�ter*/
	width: 155px;
	padding-top:8px;
	padding-bottom:8px;
	text-align: center;
}

#mainTable .partnerTable .partnerTitle {
	padding-top:15px;
	padding-bottom:15px;
}
#mainTable .partnerTable .partnerName {
	padding-top:8px;
	padding-bottom:8px;
	color: #005596;
	font-size: 12px;
	line-height: 17px;
}

#mainTable .anchorMenu {
	margin-left: 50px;
	font-weight: bold;
	color: #005596;
	font-size: 14px;
	line-height: 25px;
}
#mainTable .anchorMenu a {
	font-weight: bold;
	color: #005596;
	font-size: 14px;
	line-height: 25px;
}
#mainTable .anchorMenu a:hover {
	color: #F58025;
}

#mainTable .pmNewsOverviewContainer {
	position:absolute;
	background-color: #ffffff;
	background: url("../../images/news_box_background.png") no-repeat;
	padding:15px;
	padding-top:40px;
	top: -41px;
	left:802px;
	width: 179px;
	height: 336px;
	z-index:10;
}
#mainTable .pmNewsOverviewContainer hr {
	/*color: #3d97c9;
	background-color: #3d97c9;*/
	/*height:1px;*/
	border:none;
	border-top:1px dotted #3d97c9;
	margin: 5px -5px 16px -5px;
	margin-left: -5px;
	margin-right: -5px;

}

#mainTable .pmNewsOverviewContainer .pmNewsHeader {
	height: 25px;
	width:100%;
	color: #0073a2;
}
#mainTable .pmNewsOverviewContainer .pmNewsHeader table {
	width:100%;
}
#mainTable .pmNewsOverviewContainer .pmNewsContentContainer {
	padding-top: 8px;
	padding-bottom: 10px;
	cursor: pointer;
}

#mainTable .pmNewsOverviewContainer .pmNewsContentContainer .pmNewsContent {
	font-size: 13px;
	color: #036086;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: normal;
}
#mainTable .pmNewsOverviewContainer .pmNewsContentContainer a {
	text-decoration: none;
}

#mainTable .pmNewsOverviewContainer .pmNewsContentContainer .pmNewsContent:hover {
	text-decoration: underline;
}
#mainTable .pmNewsOverviewContainer .pmNewsContentContainer .pmNewsContent h1 {
	font-size: 13px;
	line-height: normal;
	color: #036086;
	font-weight: bold;
	margin:4px 0px;
}
#mainTable .pmNewsOverviewContainer .pmNewsContentContainer .pmNewsContent h2 {
	font-size: 11px;
	line-height: normal;
	color: #4b4b4b;
	font-weight: normal;
	font-style: italic;
	margin:0px;
}
#mainTable .pmNewsOverviewContainer .pmNewsContentContainer .pmNewsContent p {
	font-size: 11px;
	line-height: normal;
	color: #036086;
	font-weight: normal;
	margin:4px 0px;
}

#mainTable .pmNewsOverviewContainer .pmNewsContentContainer .pmNewsContent:hover td {
	text-decoration: underline;
}

#mainTable #pageContainer {
	/*position: absolute;
	left:0px;
	top:0px;*/
	/*width:100%;*/
	text-align: center;
}


div.personalMenu {
	position:absolute;
	top:0px;
	right: 0px;
	z-index: 3;
}

.messageContainer {
	background-color: #CF001C;
	color: #fff;
	padding: 10px;
	margin: 15px;
	width:100%;
}

.contentTable {
	width:100%;
	border: 0px;
}

.pageModuleContainer {
	margin: 0px;
	padding: 0px;
}

.pageModule {
	padding: 0px;
	margin: 0px;
}

.pageModuleTitle {
	background-color: #F8E9D6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pageModuleTitleEdit {
	background-color: #F9EACD;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
.editPMTitle {
	background-color: #F8E9D6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.editPMContent {
	background-color: #F8E9D6;
	padding: 10px;
}

.borderedTable {
	text-align: center;
	background-color: #fff;
	border-width:1px;
	border-color:#000;
	border-style:solid;
	padding: 0px;
	margin: 0px auto;
}

.borderedTable th {
	text-align: center;
	background-color: #999;
	padding:3px;
}

.borderedTable th a {
	color: #fff;
}

.borderedTable .odd {
	text-align: left;
	background-color: #fff;
	margin:2px;
	padding:3px;
}
.borderedTable .even {
	text-align: left;
	background-color: #ddd;
	margin:2px;
	padding:3px;
}

t-size: 8pt;
}

.authMsg {
	margin-bottom:5px;
}

#divReturnToIndex {
	position: absolute;
	left:400px;
	top:35px;
}
#divReturnToIndex a {
	color:#384d33;
	font-size: 9pt;
}
#cancelLink {
	margin-top:10px;
	color:#384d33;
	font-size: 9pt;
	text-decoration: none;
	color:#3f5e3c;
	font-size:8pt;
}
#keyMessage {
	position:absolute;
	left:460px;
	top:170px;
	display:none;
}

/*
#mainTable .mainNavigation .dijitTreeContainer {
	overflow: hidden;
	width: 200px;
	padding-left: 30px;
	background-color: #005596;
	padding-bottom: 10px;
}
#mainTable .mainNavigation .dijitTreeContainer .dijitTreeContainer {
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainTable .mainNavigation .dijitTreeNode {
    background-image : none;
    background-repeat : no-repeat;
    background-color: #005596;
    margin-left: 0px;
    color: #FFFFFF;	
    font: 11pt verdana, arial, helvetica, sans-serif;
    cursor: pointer;
}

#mainTable .mainNavigation .dijitTreeNode .dijitTreeNode .dijitTreeNode{
    font: 9pt verdana, arial, helvetica, sans-serif;
    /*text-indent: -18px;/
}


#mainTable .mainNavigation .dijitTreeRow {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;

}

#mainTable .mainNavigation .dijitTreeNode .dijitTreeNode .dijitTreeNode .dijitTreeRow{
	margin-left: -4px;
}

#mainTable .mainNavigation .dijitTreeContent {
    cursor: pointer;

}

#mainTable .mainNavigation .dijitTreeIsLast {
    background: none;
}
#mainTable .mainNavigation .dijitTreeIsRoot {
    margin-left: 0;
    background: none;
}
#mainTable .mainNavigation .dijitTreeExpando {
    width: 18px;
    height: 18px;
    outline: none;
    display: block;
    float:left;
    margin-right:4px;
    background-position: 2px 2px;
}
#mainTable .mainNavigation .dijitTreeLabel {
	margin-left:0px;
}
#mainTable .mainNavigation .dijitTreeContent {
    min-height: 18px;
    min-width: 18px;
    white-space: normal;
	outline: none;
}
#mainTable .mainNavigation .dijitTreeExpand {
    width: 18px;
    height: 18px;
    background-repeat : no-repeat;
    outline: none;
}
#mainTable .mainNavigation .dijitTreeNodeEmphasized {
    background-color: transparent;
    color: #FFFFFF;
	outline: none;
}
#mainTable .mainNavigation .dijitTreeLabelFocused {
	outline: none;
    background-color: transparent;
	}
#mainTable .mainNavigation .dijitTreeNodeSelected {
	outline: none;
    background-color: transparent;
    color: #F58025;
	}
	
#mainTable .mainNavigation .dijitTreeNodeHover {
	background-color: #F58025 !important;
	color: #FFFFFF;
}
#mainTable .mainNavigation .dijitTreeExpandoOpened {
	/*background-image: url(../../images/Pfeil_runter_weiss.png);/
	background-image: url(../../images/minusButton_blue.gif);
	background-repeat : no-repeat;
	/*background-position: 0px 5px;/
	outline: none;
}
#mainTable .mainNavigation .dijitTreeNodeSelected .dijitTreeExpandoOpened {
	/*background-image: url(../../images/Pfeil_runter_orange.png);/
	background-image: url(../../images/minusButton_blue.gif);
	background-repeat : no-repeat;
	/*background-position: 0px 5px;/
	outline: none;
}
#mainTable .mainNavigation .dijitTreeNodeHover .dijitTreeExpandoOpened {
	/*background-image: url(../../images/Pfeil_runter_weiss.png);/
	background-image: url(../../images/minusButton_blue.gif);
	background-repeat : no-repeat;
	/*background-position: 0px 5px;/
	outline: none;
}
#mainTable .mainNavigation .dijitTreeExpandoClosed {
	/*background-image: url(../../images/Pfeil_rechts_weiss.png);/
	background-image: url(../../images/plusButton_blue.gif);
	background-repeat : no-repeat;
	/*background-position: 2px 2px;/
	outline: none;
}
#mainTable .mainNavigation .dijitTreeNodeSelected .dijitTreeExpandoClosed {
	/*background-image: url(../../images/Pfeil_rechts_orange.png);/
	background-image: url(../../images/plusButton_blue.gif);
	background-repeat : no-repeat;
	/*background-position: 2px 2px;/
	outline: none;
}
#mainTable .mainNavigation .dijitTreeNodeHover .dijitTreeExpandoClosed {
	/*background-image: url(../../images/Pfeil_rechts_weiss.png);/
	background-repeat : no-repeat;
	/*background-position: 2px 2px;/
	outline: none;
}
#mainTable .mainNavigation .dijitTreeExpandoLeaf {
	background: none;
	/*background-image: url(../../images/Pfeil_rechts_weiss_leer.png);
    background-repeat : no-repeat;
	background-position: 2px 2px;/
	outline: none;
}

#mainTable .mainNavigation .dijitTreeNode .dijitTreeNode .dijitTreeNode .dijitTreeExpandoLeaf {
	width: 4px;
}*/
/*#mainTable .mainNavigation .dijitTreeNodeSelected .dijitTreeExpandoLeaf {
	background: none;
	/background-image: url(../../images/Pfeil_rechts_orange_leer.png);
    background-repeat : no-repeat;
	background-position: 2px 2px;/
	width: 5px;
	outline: none;
}
#mainTable .mainNavigation .dijitTreeNodeHover .dijitTreeExpandoLeaf{
	background: none;
	/background-image: url(../../images/Pfeil_rechts_weiss_leer.png);
    background-repeat : no-repeat;
	background-position: 2px 2px;/
	outline: none;
	width: 5px;
}*/


/*#mainTable .mainNavigation .dijitTreeExpandoLoading {
	background-image: url(../../images/treeExpand_loading.gif);
	outline: none;
}
#mainTable .mainNavigation .dijitTreeIcon {
	display: none;
}*/

#mainTable .mainBody .imageColumn100 {
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:30px;
	padding-right:20px;
	height:460px;
	width:650px;
}

#mainTable .mainBody .backgroundDiv {
	background-repeat:no-repeat;
	/*background-image: url(../../images/HG_BILD_Strahlen.jpg);*/
	padding-left:50px;
	padding-top:30px;
	padding-right:20px;
	background-position: left bottom;
	overflow: auto;
}
#mainTable .mainBody .noBackgroundDiv {
	background:none;
	padding-left:50px;
	padding-top:30px;
	padding-right:20px;
	background-position: left bottom;
	overflow: auto;
}
#mainTable .mainBody .presseText p {
	color: #000000;
}
#mainTable .mainBody .presseText ul {
	margin-bottom: 4px;
	margin-top: 4px;
}
#mainTable .mainBody .presseText ul li {
	list-style-position: inside;
	color:#000000;
	font-size:13px;
	font-family: Times New Roman, Courier, Serif;
}

#mainTable .newsStart,  #mainTable .mainBody .presseText p.newsStart {
	/*margin-top:15px;*/
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #005596;
}

#mainTable .mainBody .newsSubHeader, #mainTable .mainBody .presseText p.newsSubHeader {
	font-size: 11px;
	color: #005596;
}
#mainTable .mainBody .newsSubTitle {
	font-size: 12px;
	color:  #000000;
	font-weight: bold;
}
#mainTable .mainBody .newsSubTeaser {
	font-size: 12px;
	color:  #000000;
	font-weight: normal;
}
#mainTable .mainBody .presseText .newsContact {
	color: #005596;
}
#mainTable .mainBody .highlightText, #mainTable .mainBody .highlightText p {
	font-size:14px;
	line-height:25px;
}
#mainTable .mainBody .highlightText h1 {
	font-size:14px;
	line-height:25px;
}

#mainTable #bmbfLogo {
	position: absolute;
	left: 25px;
	top: 350px;
	z-index: 0;
}

#mainTable #kicLogo {
	position: absolute;
	left: 845px;
	top: 370px;
	z-index: 1;
}

#mainTable .thumbDiv, #mainTable .thumbDiv a, , #mainTable .thumbDiv td {
	font-size:11px;
	line-height:13px;
	text-decoration: none;
}

#mainTable .thumbDiv td {
	padding: 1px;
	vertical-align: middle;
	font-size:11px;
	line-height:13px;
}

/*#mainTable a.downloadLink {
	text-decoration: underline;
	color: #005596;
}*/

#mainTable .pdbButton {
	margin: 0px;
	display: inline-block;
	padding: 2px 8px;
	background-color: #5CA0F5;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: center; 
}
#mainTable .vertSpace {
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainTable .pdbButton:hover {
	display: inline-block;
	padding: 2px 8px;
	background-color: #297ADE;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: center; 
}
#mainTable .loginTable {
	font-size:13px;
}
#mainTable .loginTable td {
	padding: 4px;
}

.dijitMenuItemSelected {
	color: #005596;
}

#newsListContainer,#eventListContainer {
	/*background-color: #ececec;*/
	background-image:url(../../images/newskurve.png);
	background-repeat: no-repeat;
	position: absolute;
	top:-41px;
	left:263px;
	width:697px;
	/*height:440px;*/
	padding-top: 30px;/* 40px 25px 30px;*/
	/*overflow: auto;*/
	z-index:10;
}
#newsListContainerSmall,#eventListContainerSmall {
	position: absolute;
	/*background-color: #ececec;*/
	background-image:url(../../images/newskurve.png);
	background-repeat: no-repeat;
	top:-41px;
	left:263px;
	width:697px;
	height:50px;
	padding-top: 30px;/* 40px 15px 30px;*/
	z-index:10;
}
.newsListButtons,.eventListButtons {
	padding-top:15px;
	padding:15px 40px 5px 30px;
	height: 30px;
	background-color: #ececec;
}
.newsListNewsList,.eventListEventList {
	padding:0px 40px 25px 30px;
	background-color: #ececec;
	height: 380px;
	overflow: auto;
}
#newsListContainer .newsListNews,#eventListContainer .eventListEvent {
	margin: 30px 0px;
}

#newsListContainer .newsListNewsTable,#eventListContainer .eventListEventTable {
	width:100%;
}
#newsListContainer .newsListNewsTable .col1 {
	width:75px;
	padding-top:4px;
}
#eventListContainer .eventListEventTable .col1 {
	width:100px;
	padding-top:3px;
}
#eventListContainer .eventListEventTable .col1 a{
	font-size: 14px;
	font-weight: normal;
	color: #014596;
	text-decoration: none
}
#eventListContainer .eventListEventTable .col1 a:hover,#eventListContainer .eventListEventTable .col1 a.internal:hover,#eventListContainer .eventListEventTable .col1 a.invisible:hover {
	text-decoration: underline;
}
#eventListContainer .eventListEventTable .col1 a.internal {
	color: #FF0000;
	text-decoration: none
}
#eventListContainer .eventListEventTable .col1 a.invisible {
	color: #999;
	text-decoration: none
}
#eventListContainer .eventListEventTable .col1 .eventForMembers{
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
}
#eventListContainer .eventListEventTable .col1 .eventInvisible{
	font-size: 9px;
	font-weight: normal;
	color: #999;
}
#eventListContainer .eventListEventTable .col1 img {
	margin: 2px 0px;
}

#newsListContainer .newsListNewsTable .col2 h1,#eventListContainer .eventListEventTable .col2 h1,#eventListContainer .eventListEventTable .col2 h1 a {
	font-size: 14px;
	font-weight: bold;
	color: #014596;
	text-decoration: none;
}
#eventListContainer .eventListEventTable .col2 h1 a:hover {
	text-decoration: underline;
}
#newsListContainer .newsListNewsTable .col2 h2,#eventListContainer .eventListEventTable .col2 h2 {
	font-size: 11px;
	font-weight: normal;
	color: #014596;
}
#newsListContainer .newsListNewsTable .col2 p,#eventListContainer .eventListEventTable .col2 p {
	font-size: 13px;
	font-weight: normal;
	color: #036086;
	font-style:italic;
	margin-top:10px;
}
#newsListContainerSmall table,#eventListContainerSmall table,#eventListContainer table {
	border:none;
	border-collapse: collapse;
	border-spacing: 0px;
}
#newsListContainerSmall #newsListRotatorContainer,#eventListContainerSmall #eventListRotatorContainer {
	float:right;
	background-color:#d3e5fd;
	height:19px;
	width:410px;
	margin-top: 0px;
	margin-left:-10px;
	padding-left:25px;
	padding-top:3px;
	overflow:hidden;
	color:#014596;
	font-size: 13px;
}
#eventListContainerSmall #eventListRotatorContainer {
	width:370px;
}
#newsListContainerSmall #newsListRotatorContainer div,#eventListContainerSmall #eventListRotatorContainer div {
	position:relative;
}
#newsListContainerSmall #newsListRotatorContainer a,#eventListContainerSmall #eventListRotatorContainer a {
	color:#014596;
	font-size: 13px;
	text-decoration: none;
}
#newsListContainerSmall #newsListRotatorContainer a:hover,#eventListContainerSmall #eventListRotatorContainer a:hover {
	text-decoration: underline;
}

#mainTable #newsContentContainer .newsContent,#mainTable #eventContentContainer .eventContent,#mainTable .eventEditContainer,#mainTable .eventConfirmDeleteContainer {
	padding:65px 60px 20px 70px;
	color: #036086;
	font-size: 13px;
}

#mainTable #newsContentContainer .newsContent h1,#mainTable #eventContentContainer .eventContent h1 {
	font-size: 14px;
	font-weight: bold;
	color: #014596;
}
#mainTable #newsContentContainer .newsContent h2,#mainTable #eventContentContainer .eventContent h2 {
	font-size: 11px;
	font-weight: normal;
	color: #014596;
	margin-bottom: 15px;
}
#mainTable #newsContentContainer .newsContent p,#mainTable #eventContentContainer .eventContent p {
	margin: 15px 0px;
	color: #036086;
	font-size: 13px;
}
#mainTable #eventContentContainer .eventContent .eventDescription {
	width: 450px;
}
#mainTable #eventContentContainer .eventContent .eventData {
	position:absolute;
	left:760px;
	top: 117px;
	width: 170px;
	background-color: #d9eafe;
	min-height: 190px;
	padding: 15px;
}
#mainTable #eventContentContainer .eventContent .eventData td {
	padding:5px;
	vertical-align: middle;
}
#mainTable #eventContentContainer .eventContent .eventData a {
	color: #036086;
}
#mainTable .eventConfirmDeleteContainer p {
	margin: 20px 0px;
}
#mainTable .eventConfirmDeleteContainer table {
	width: 100%;
}
#mainTable .eventConfirmDeleteContainer table td {
	text-align: right;
}
/*#mainTable #eventContentContainer .eventContent .eventData .col1 {
	width: 30px;
	height: 30px;
}*/

#mainTable .eventEditContainer table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
#mainTable .eventEditContainer .dijitDateTextBox,#mainTable .eventEditContainer .dijitTimeTextBox {
	margin:0px;	
	width:120px;
	background: none;
	background-color:#cae6f9;
	border: 1px solid #aed0e7;
	padding:0px;
}
#mainTable .eventEditContainer .dijitDateTextBox .dijitValidationIcon {
	background-image: url(../../images/kalender_icon.png);
	background-position: 0px 2px;
	height:18px;
	visibility: visible;
}
#mainTable .eventEditContainer .RichTextEditable {
	background-color:#cae6f9;
	border: 1px solid #aed0e7;
}

#mainTable .eventEditTable {
	margin-top:20px;
}
#mainTable .eventEditTable td {
	padding-bottom:10px;
	line-height: 19px;
}
#mainTable .eventEditTable input[type=text] {
	width:500px;
	background-color:#cae6f9;
	border: 1px solid #aed0e7;
	padding:2px;
}
#mainTable .eventEditTable select {
	width:506px;
	background-color:#cae6f9;
	border: 1px solid #aed0e7;
	padding:2px;
}
#mainTable .profileWrapper {
	padding: 15px 20px 0px 45px;
	color: #036086;
	font-size: 13px;
}
#mainTable .profileWrapper td {
	color:#036086;
	font-size: 13px;
	padding: 3px;
}
#mainTable .profileWrapper input {
	width: 240px;
	background-color: #bfdcfa;
	border: none;
	color: #10457b;
	padding: 2px;
}

#mainTable .newsletterRegistrationBox {
	padding-left: 75px;
	padding-top: 20px;
	padding-right: 35px;
	color: #005596;
	font-size: 12px;
	line-height: 17px;
}
#mainTable .newsletterRegistrationBox table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
}
#mainTable .newsletterRegistrationBox table .spacing {
	padding-top:15px;
}
#mainTable .newsletterRegistrationBox input[type=text]{
	background-color:#cae6f9;
	border: 1px solid #aed0e7;
	width: 165px;
	padding:2px;
	margin-right: 20px;
}
#mainTable .newsletterRegistrationBox select {
	background-color:#cae6f9;
	border: 1px solid #aed0e7;
	width:65px;
	padding:1px;
	margin-right: 19px;
}
#mainTable .newsletterRegistrationBox a {
	color: #005596;
	text-decoration: underline;
}
#mainTable .newsletterUnregistrationBox {
	background-color: #eef5f9;
	padding:20px;
	margin: 10px 30px 0px 55px;
	color: #005596;
	font-size: 12px;
	line-height: 17px;
}
#mainTable .newsletterUnregistrationBox input[type=text]{
	background-color:#cae6f9;
	border: 1px solid #aed0e7;
	width: 250px;
	padding:2px;
	margin-right: 20px;
}
#mainTable .eventRegistrationsContainer {
	padding-left: 75px;
	padding-top: 20px;
	padding-right: 35px;
	color: #005596;
	font-size: 12px;
	line-height: 17px;
}
#mainTable .eventRegistrationsContainer table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
}
#mainTable .eventRegistrationsContainer table th {
	text-align: center;
	background-color: #D9EAFE; 
	color: #000;
	padding: 3px;
}
#mainTable .eventRegistrationsContainer table td {
	padding: 2px;
	border: 1px solid #D9EAFE; 
}
#mainTable .newsletterRegistrationBox table.eventRegisterDaysTable {
	width: 320px;
	margin:10px 40px 10px 0px;

	text-align:center;
}
#mainTable .eventRegisterDaysTable th {
	text-align:center;
	padding:6px;
	font-weight: bold;
	border-bottom: 1px dotted #005596;
}
#mainTable .eventRegisterDaysTable td.descr {
	text-align:center;
	padding:6px;
	background-color: #FDEFE4;/*#CAE6F9;*/
}
#mainTable .eventRegisterDaysTable td.input {
	background-color: #ffffff;
	padding-top: 6px;
	width: 90px;
	background-color: #CAE6F9;
}
#messageBox {
	display:none;
	text-align:left;
	padding: 15px 20px 15px 25px;
	background-image: url(../../images/info_box.png);
	background-repeat: repeat-y;
	width: 442px;
	font-size: 16px;
	position:absolute;
	top:20px;
	left:270px;
	z-index:20;
	color: #005596;
	height: 102px;
	overflow:hidden;
}
#messageBox table {
	height: 100%;
	width:100%;
}
#messageBox table td {
	vertical-align: middle;
}
#messageBox .icon {
	text-align:left;
	width: 40px;
}

