@charset "utf-8";

/* Basics */
#Body { background-color:#004974; margin:0px; }
#contentwrapper { width:980px; margin-left:auto; margin-right: auto; background-color:#fff; }
#keyvisual { width:980px; height:179px; background-image:url(images/keyvisual.jpg); float:left; }
#metafield { width:400px; padding-top:4px; padding-right:6px; height:24px; float:right; text-align:right; font-size:12px; color:#fff; }
#metafield .ServerSkinWidget { color:#fff; }
#metafield a { color:#fff; }
#navibar { width:980px; height:39px; background-image:url(images/navigation.jpg); float:left; }
#logo { width:200px; height:101px; float:left; }
#uppernavigation { width:240px; float:left; }
#leftcontext { width:220px; float:left; overflow:visible; padding: 20px 0 0 20px; }
#content { width:420px; float:left; overflow:visible; padding-left:40px; padding-right:40px; }
#context { width:220px; float:left; overflow:visible; padding:20px 20px 0 0; }
#footer { width:980px; float:left; background-color:#fff; }
#leftcontent { width:240px; float:left; }
#links { width: 960px; background-color:#fff; text-align:center; padding:10px; }

#uppercontent { width:420px; float:left; height:21px; padding:14px 0 14px 0; color:#999; }
#uppercontent .Breadcrumb { color:#4d9ed0; }

#dnn_navigation { width:230px; float:left; overflow:visible; padding-top:1px; }

#floatbreaker { clear:all; }

/* Fonts */
#contentwrapper { font-family:Arial, Helvetica, sans-serif; font-size:11px; }
#content .Normal { font-size:12px; color:#666666; font-family:Arial, Helvetica, sans-serif; }
#content .normal { font-size:12px; color:#666666;  font-family:Arial, Helvetica, sans-serif;}
#content .TitleHead { font-size:16px; color:#004974; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
#content .Head { font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
#content .Subhead { font-size:11px; color:#004974; font-family:Arial, Helvetica, sans-serif; }
#content a { color:#4d9ed0; }
#content #contentbox { width:420px; }
#content #framebox { width:418px; }
#content #blueframebox { width:418px; }

#contentw .Normal { font-size:12px; color:#666666; }
#contentw .normal { font-size:12px; color:#666666; }
#contentw .TitleHead { font-size:16px; color:#004974; font-weight:bold; }
#contentw .Head { font-size:12px; font-weight:bold; }
#contentw .Subhead { font-size:11px; color:#004974; }
#context .Normal { font-size:12px; }
#context .TitleHead { font-size:12px; color:#004974; font-weight:bold; }
#context a { color:#4d9ed0; }

#leftcontext .Normal { font-size:12px; }
#leftcontext .TitleHead { font-size:12px; color:#004974; font-weight:bold; }
#leftcontext a { color:#4d9ed0; }


ul { border:none; }
li { border:none; }

@media print {
.tabcontent {
display:block !important;
}
}

/* Main Menu */


/*--------- dnn menu style ----------*/
/* main menu td */
.mainMenu 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	width:970px;
}

/* Main Menu Normal */
.mainMenu .root
{	
	color: #fff;
	font-size: 14px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:center; 
	padding:12px 12px 12px 12px;
	text-transform:uppercase; margin-right:1px;
	white-space:nowrap;
	margin-right:1px;	
	float:left;
}


/* Main menu hover */
.mainMenu .hov{ 
	color:#fff;
}

/* Main menu selected */
.mainMenu .sel, .mainMenu .bc {
	color:#6dc2f6;
}
.mainMenu table{
	border:1px solid #4d9ed0;
	}

/* SUB Menu Normal */
.mainMenu tr.mi{
	background-color:#EEE;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#375162;
	line-height:2em;
	text-transform:none; 
}
.mainMenu tr.mi td{
padding: 0 2px;
text-transform:none;
}

/* SUB Menu hover & selected */
.mainMenu tr.hov { 
background: #4d9ed0;
}

.mainMenu tr.hov td{
color:#fff;
}

.mainMenu tr.sel, .mainMenu tr.bc{
background: #4d9ed0;
}

.mainMenu tr.sel td, .mainMenu tr.bc td{
	color:#fff;
}

.main_dnnmenu_break{
	height: 1px;
	background-color: #4d9ed0;
}



/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #4d9ed0;
}

.ModuleTitle_SubMenu td{
	background-color:#EEE;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#EEE; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #4d9ed0;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


.RadPanelBar_schutzbauten li { font-size: 12px; color:#666; padding: 10px 10px 10px 0;}
.rpItem { font-size: 12px; color:#666; padding: 10px 10px 10px 0;}
