

/*Common*/
html,body{height:100%;text-align:center;} /*#666666*/
body {
	margin: 0px 0px 0px 0px;
}


/* Sascha: Überschreibt default.css wegen Layerproblem Edit In Place Tool Bar Classes*/
.eipbackimg  {
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: 100px; /*specify toolbar to be just above text */	
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../images/eip_toolbar.gif);
	background-color: #99cccc;
	height: 22px;
}

/*Skin*/

#mainwrapper{
	width:870px;
	margin:0px auto;
}

#mainwrapperbreit{
	width:870px;
	margin:0px auto;
}

#headerwrapper,#barwrapper,#breadcrumb,#footer{width:100%;}
#headerwrapper{
}
#contentwrapper{
}
#slogo{
	padding:0px;
	text-align:left;
	width:870px;}

.sbanner{margin-top:10px;text-align:right}

#barwrapper{width:100%;height:30px;background:#1a171b;clear:both;}
#sdate{padding-left:20px;float:left;padding-top:8px;}
.sdate{color:#FFF;}


#speeriotools{padding-left:20px;float:left;}
#speeriotools img{margin-top:7px;}
#speeriotools a:link{color:#F00;}
#speeriotools a:visited{color:#F00;}
#speeriotools a:hover{color:#F00;}
#speeriotools a:active{color:#F00;}

#users{height:28px;line-height:28px;padding-right:20px;color:#FFF;}
#topmenu {
	margin:0px;
	padding:0px;
	width:100%;
	height:16px;
	background-color:#999999;
}
#tmenu {float:left;}
#search {
	padding-right:12px;
	padding-left:5px;
}
#search a {
	line-height:16px;
	vertical-align:middle;
	padding-bottom:3px;
}
#search input {
	height:15px;
	width:96px;
	font-size:8pt;
	background-color:#cccccc;
	border: 1px solid #efefef;
	margin-right:5px;
}

#breadcrumb{clear:both;margin-top:6px;padding:0px;text-align:left;color:#999999;height:14px;}
#breadcrumb span{color:#999999;font-style: italic;}
.breadcrumb {margin-left:5px;}
a.breadcrumb:visited{color:#999999;text-decoration:none;font-weight: normal;font-style: italic;}
a.breadcrumb:active{color:#999999;text-decoration:none;font-weight: normal;font-style: italic;}
a.breadcrumb:hover{color:#999999;text-decoration:none;font-weight: normal;font-style: italic;}
a.breadcrumb:link{color:#999999;text-decoration:none;font-weight: normal;font-style: italic;}

#columnleft{float:left;width:158px;margin-top:0px;}
#sidemenu {width:158px;margin-top:9px;margin-bottom:20px;padding:0px;}
#centerarea{float:left;width:552px;margin-bottom:25px;min-height:310px;height:auto !important;height:310px;}
#centerareabreit{float:left;width:700px;margin-bottom:25px;min-height:310px;height:auto !important;height:310px;}
#columncenter{float:left;width:552px;margin-top:25px;}
#columncenterbreit{float:left;width:700px;padding-top:20px;}
#columnright{float:right;width:158px;margin-top:38px;}


#smenu{margin-bottom:5px;}

#breadcrumb2 {
	clear:both;
	width:554px;
	height:17px;
	background-color: #ebebeb;
	padding-top:3px;
	text-align:left;
	}

#breadcrumb3  {
	clear:both;
	width:700px;
	height:17px;
	background-color: #ebebeb;
	padding-top:3px;
	text-align:left;
	margin-right:12px;
	}
	
#footer{
	width:100%;
	font-size:12px;
	clear:both;
	height:20px;
	background-color: #999999;
	color: #ffffff;
	line-height:20px;
	vertical-align:middle;
	text-align:left;
	}
.footer {
	padding-left:160px;
}

/*	
#footer A{
	font-size:12px;
	color: #000000;
	white-space: nowrap;
	text-align:left;
	}
#footer A:link{color: #000000;text-decoration:none;}
#footer A:visited{color: #000000;text-decoration:none;}
#footer A:active{color: #000000;text-decoration:none;}
#footer A:hover{color: #000000;text-decoration:underline;}
*/
#bottomlinks{font-size:10px;}

.clearboth{clear:both;font-size:0px;line-height:0px;}








/* 
================================
Skin styles for DotNetNuke Menu
================================
*/   

/* Main Menu  from Default*/
.MainMenu_MenuContainer {
	background-color: transparent; 
	width:100%;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	background-color: #ebebeb;	
}

.MainMenu_MenuItem td {
	width:100%;	
	height:23px;
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: 3px solid #999999;
	padding-left:5px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 0px; 
	height: 0px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	filter:none;
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	width:170px;
}

.MainMenu_SubMenu td {
	height:23px;
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: 2px solid #FFFFFF;	
	border-top: 1px solid #FFFFFF;	
	white-space:nowrap;
}
.zero {
	width:0px;
}
.MainMenu_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color: #FFFFFF; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	background-color: #cccccc;
}

.MainMenu_MenuItemSel td {
	height:23px;
	width:100%;
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: 3px solid #999999;	
	padding-left:5px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	padding-left:5px;
	text-align:right;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	padding-left:5px;
	text-align:right;
}



/* TOPMENU*/

.TopMenu_container {
	background-color:#ffffff;
}
.TopMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;

}


.TopMenu_MenuItem td { /*TD if menu option for using tables is on*/
	height:16px;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	background-color: #999999;	
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: 2px solid white;
	white-space: nowrap;
	width:90px;
}

.TopMenu_MenuItemSel td {  
	cursor: pointer; 
	cursor: hand; 
	color: #990000; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #999999;
	font-family:Arial,Helvetica,sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
	height:16px;
	border-left: 2px solid white;
	white-space: nowrap;
	width:90px;	
}


.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}

/*Sitemap*/
.sMenuItem0,.sMenuHdr0,.sMenuItemMouseOver0 {padding-left:0px}
.sMenuItem1,.sMenuHdr1,.sMenuItemMouseOver1 {padding-left:30px}
.sMenuItem2,.sMenuHdr2,.sMenuItemMouseOver2 {padding-left:60px}
.sMenuItem3,.sMenuHdr3,.sMenuItemMouseOver3 {padding-left:90px}
.sMenuItem4,.sMenuHdr4,.sMenuItemMouseOver4 {padding-left:120px}

.invisible {visibility:hidden;}
