@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	color: #222;	
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #c6c7c8;
	margin: 0px auto;	
}
body a img {
	border: 0px solid #fff;
}
#contentDefault, #contentDefaultBig {
    line-height: 1.3;
} 
#container {
	min-height: 650px;	
	height: 100%;
	width: 980px;
	margin: auto;			
	position: relative;	
	-moz-box-shadow: 0px 0px 50px 5px #888;
  	-webkit-box-shadow: 0px 0px 50px 5px #888;
  	box-shadow: 0px 0px 50px 5px #888;
}

#header {
	background: #fff url(../images/header.jpg) no-repeat -80px 0px;
	max-height: 96px;	
	height: 96px;
	width: 980px;
	position: relative;
	text-align: left;	
	overflow: hidden;
}
#logo {
display:block;	
}
#header #logo {
	/* background: url(../images/comed_logo.jpg) no-repeat; */
	margin: 15px 0 0 10px;
	height: 67px;
	width: 420px;
	position: relative;
	float: left;
}

#header #bannerheader {
	/*background: url(../images/banner_dummy.jpg) no-repeat;*/
	margin-top: 19px;
	height: 60px;
	width: 468px;
	position: relative;
	float: left;
}

#topmenu {
	width: 980px;
	height: 21px;
	text-align: left;		
}

#topmenu #TopMenuLeft {
	float: right;
	width: 29px;
	height: 21px;	
	background: url(../images/bg_topmenu_right.gif) no-repeat;
}

#topmenu #TopMenuCenter {
	float: right;
	min-width: 300px;
	height: 21px;
	background:url(../images/bg_topmenu_center.gif) repeat-x;
}

#topmenu #TopMenuCenter ul 
{	
	margin-top: 0px;
	margin-left: 2px;	
	list-style: none;	
}

#topmenu #TopMenuCenter li.Firsttopmenue {
	float: left;		
	padding:3px 7px 0px 0px;
}

#topmenu #TopMenuCenter li.topmenue {
	float: left;	
	background:url(../images/topmenu-trennzeichen.gif) no-repeat;
	padding:3px 7px 0px 7px;
}

#topmenu #TopMenuRight {
	float: right;
	width: 29px;
	height: 21px;		
	background: url(../images/bg_topmenu_left.gif) no-repeat;
}

#eyecatcher {	
	height: 184px;
	width: 980px;
	position: absolute;
	top: 96px;
	text-align: right;	
	background: url(../images/eyecatcher/wolken-top2.jpg) no-repeat 0px -180px;
	z-index: -1;
	overflow: hidden;
}

#freeroom {	
	height: 100px;
	width: 980px;
	position: relative;

}
/* ############### MENU ######################*/
#mainmenu {
	height: 28px;
	width: 980px;
	position: absolute;
	top: 96px;
	text-align: left;
	background: #0067b2; 
	z-index: 100000;
}
#mainMenuframe {
	position: relative;
	padding: 0px 0px 0px 24px;
	margin: 0px;
	height: 28px;
}	
ul.menu ul.nav1 {
	width: 956px;
}
ul.menu ul.nav2 {
	width: 822px;
	position: absolute;
}
ul.menu ul.menu ul.nav2 {
	width: 822px;
	position: absolute;
	left:0px;
} 
ul.menu, ul.menu ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu a, ul.menusearch a {
    display: block;
    padding: 5px 10px 5px 10px ;
    font-weight: bold;
	text-decoration: none;
	font-size: 120%;
}
ul.menu li a.hover, ul.menu li a:hover, ul.menu ul li a.hover, ul.menu ul li a:hover {
	text-decoration: none;
}

ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    background-color: transparent;
    height: 28px;
}
ul.menu li a:link, ul.menu li a:active, ul.menu li a:visited {
	color: #fff;
}
ul.menu li a.hover, ul.menu li a:hover {
	color: #000;
}
/* Für Unterpunkte keine Float-Eigenschaft */
ul.menu ul a, ul.menu ul ul a {
	font-size: 100%;
	padding: 6px 10px 6px 10px ;
}	
ul.menu ul ul a {
    font-weight: normal;
}	
ul.menu ul li {
    float:left;
    background-color: transparent;
	display: inline;
}
ul.menu ul li ul li {
    float:left;
    background-color: transparent;
	display: inline;
}
ul.menu ul li ul li ul li{
    float:left;
    background-color: transparent;
	display: inline;
}
ul.menu ul li a, ul.menu ul li a:link, ul.menu ul li a:active, ul.menu ul li a:visited{
    color: #000;
}
/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.menu li.hover, ul.menu li:hover{
    background-color: #C5C5C3;
}
ul.menu ul li.hover, ul.menu ul li:hover {
    background-color: #EBEBEB;
}
ul.menu ul li a.hover, ul.menu ul li a:hover {
    color: #0067b2;
}
/* Zweite Ebene */
ul.menu ul {
	margin:0;
	padding: 0;
	position: absolute;
	background-color: #C5C5C3;
	display: none;
 
/*	
		-moz-border-radius: 0em 1em 1em 1em;
	border-radius: 0em 1em 1em 1em;
	-moz-box-shadow: 2px 2px 2px #B8BBC6;
  	-webkit-box-shadow: 2px 2px 2px #B8BBC6;
  	box-shadow: 2px 2px 2px #B8BBC6;
*/	
} 

   /* Zweite Ebene anzeigen */
ul.menu li.hover ul, ul.menu li:hover ul  {
	display: block;
}
ul.menu li.hover ul li, ul.menu li:hover ul li {
	display: inline;
}

/* Dritte Ebene */
ul.menu li.hover ul ul, ul.menu li:hover ul ul {
    background-color: #EBEBEB;
	width: 680px;
	display: none;
	margin-left: 0px; /* Breite eines Listenelements - Überlagerung */
	margin-top: 0px; /* Höhe eines Listenelements */
}

   /* Dritte Ebene anzeigen */
ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
	display: block;
}
ul.menu li.hover ul li.hover ul li, ul.menu li:hover ul li:hover ul li{
	display: inline;
}

/* Vierte Ebene */
ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
	display: none;
}

   /* Vierte Ebene anzeigen */
ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {
	display: block;
}

ul.menusearch{
    list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menusearch li {
    padding: 0;
    margin: 0;
    float: left;
    background-color: transparent;
    height: 28px;
}
ul.menusearch a {
	float: left;
	color: #fff;
	text-decoration: none;
}
ul.menusearch li a:link, ul.menusearch li a:active, ul.menusearch li a:visited {
	color: #fff;
}
ul.menusearch li a.hover, ul.menusearch li a:hover {
	color: #fff;
}
ul.menusearch .tx-macinasearchbox-pi1 {
	padding-top: 4px; 
}
/*############### MENU ENDE ###################*/
/*
#mainmenu {
	max-height: 21px;	
	height: 21px;
	width: 980px;
	position: relative;
	text-align: left;
	background: #0067b2; 
}

#mainmenu  #mainMenu1{
	background: url(../images/mainmenu/mainmenu_1_center.gif) repeat-x;
	max-height: 21px;	
	height: 21px;
	min-width: 89px;
	position: relative;
	float: left;
	padding-top: 5px;
}

#mainmenu  #mainMenu2{
	background: url(../images/mainmenu/mainmenu_2_center.gif) repeat-x;
	max-height: 21px;	
	height: 21px;
	min-width: 136px;
	position: relative;
	float: left;
	padding-top: 5px;
}

#mainmenu  #mainMenu3{
	background: url(../images/mainmenu/mainmenu_3_center.gif) repeat-x;
	max-height: 21px;	
	height: 21px;
	min-width: 196px;
	position: relative;
	float: left;	
}

#mainmenu  .alignLeft{	
	max-height: 21px;	
	height: 21px;
	min-width: 20px;
	position: relative;
	float: left;
}
*/
#main {	 
	width: 980px;
	position: relative;
	text-align: left;
} 

#main #maintop{
	background: #fff;
	max-height: 10px;	
	height: 10px;
	min-width: 980px;
	position: relative;
	text-align: left;
}

#main #maincontent{
	min-height: 400px;	
	width: 980px;
	position: relative;	
	background-color: #FFFFFF;
	text-align: left;
}

#main #mainfooter{
	/* background: url(../images/main_footer.gif) no-repeat; */
	background: #fff;
	max-height: 10px;	
	height: 10px;
	min-width: 980px;
	position: relative;
	text-align: left;
}

#main #maincontent #rootLine
{
	min-height: 21px;
	position: relative;		
	margin-left: 31px;
	/* width: 586px; */
	float: left;
	padding-bottom: 10px;
}

#main #maincontent #sitefunctions
{
	min-height: 21px;
	position: relative;	
	/* width: 230px; */
	margin-right: 0px;
	float: right;
	padding-bottom: 10px;
}

#main #maincontent #contentDefaultBig
{
	min-height: 480px;
	position: relative;	
	width: 680px;
	margin: 0 31px 0 31px;	
	float: left;	
}

#main #maincontent #contentLeft
{
	min-height: 480px;
	position: relative;		
	margin-left: 10px;
	margin-right: 10px;
	width: 220px;
	float: left;	
}

#main #maincontent #contentDefault
{
	min-height: 480px;
	position: relative;	
	max-width: 488px;
	float: left;
	margin: 0px 6px 0px 6px;
}

#main #maincontent #contentRight
{
	min-height: 480px;
	position: relative;	
	width: 220px;
	margin-right: 10px;
	float: right;	
	right: 0px;	
	
}
#main #maincontent #contentRight table
{
	margin: 7px;
	
}

#main #contentDefaultBig .bottom {
	/* background:url(../images/main_content_footer_big.gif) no-repeat; */
	/* width: 586px; */
	height: 44px;
	text-align: right;
	margin-top: 3px;
	padding: 27px 0px 0 0;	
}
#contentDefaultBig ul li {
	margin: 0px;
	line-height: 1.6;
}
#footermenu {
	position: relative;	
	width: 980px;
	height: 21px;
	text-align: center;	
	background: #0067b2;	
	margin-bottom:10px;
}

#footermenu #FooterMenuLeft {
margin-right:10px;
	/*float: left;
	width: 10px;
	height: 21px;	*/
	/* background: url(../images/bg_topmenu_right.gif) no-repeat; */
}
#footermenu #FooterMenuCenter {
	width: 980px;
	height: 21px;
	/* background:url(../images/bg_topmenu_center.gif) repeat-x; */	
	background: #0067b2;
	text-align: center;	
	vertical-align: middle;
}

#footermenu #FooterMenuCenter ul 
{	
	padding: 0;
	margin: 0 auto;
	list-style: none;	
}

#footermenu #FooterMenuCenter li.Firstfootermenue {
	/* float: left; */		
		display: inline;
	padding:3px 7px 0px 0px;
}

#footermenu #FooterMenuCenter li.footermenue {
	/* float: left; */	
		display: inline;
	background:url(../images/topmenu-trennzeichen.gif) no-repeat 0px 3px;
	padding:3px 7px 0px 7px;
}
#footermenu #FooterMenuRight {
	margin-left:10px;
	/*float: right;
	width: 10px;
	height: 21px;*/
	/* background: url(../images/bg_topmenu_left.gif) no-repeat; */
}
#end {
	clear:both;
	display:block; 
	height:0;
	overflow:hidden;
}

#orangebox {
	width: 220px;
}

#orangebox #boxtop{

	/* background:url(../images/elements/orangebox_top.gif) no-repeat; */
	/*background: #EBEBEB; */
	width: 220px;
	height: 1px;
	max-height: 1px;
	padding:0px;
}

#orangebox #boxcontent{
border:1px solid #0067B2;
	/* background:url(../images/elements/orangebox_middle.gif) repeat-y; */
	font-size: 80%;
	/*background: #EBEBEB; */
	width: 206px;
	min-height: 100px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1em;
	padding-bottom: 1em;	
}

#orangebox #boxbottom{
	/* background:url(../images/elements/orangebox_bottom.gif) no-repeat; */
	/* background: #DFDFDF; */
	width: 220px;
	height: 1px;
	max-height: 1px;
}

#orangebox #boxend{
	/* background:url(../images/elements/orangebox_end.gif) no-repeat; */
	width: 220px;
	height: 17px;
	text-align: right;
	padding-top: 2px;	
	padding-right: 2px;
}

#orangebox #boxbottom_2menu{
	/* background:url(../images/elements/orangebox_bottom_2menu.gif) no-repeat; */
	width: 220px;
	height: 21px;
	max-height: 21px;
}

#orangebox #boxend_2menu_1{
	/* background:url(../images/elements/orangebox_end_2menu_1.png) no-repeat; */
	width: 220px;
	height: 15px;
	text-align: right;
	padding-right: 2px;	
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}
#orangebox #boxend_2menu_2{
	/* background:url(../images/elements/orangebox_end_2menu_2.png) no-repeat; */
	width: 220px;
	height: 17px;
	text-align: right;
	padding-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}

#orangebox #boxend_2menu_3{
	/* background:url(../images/elements/orangebox_end_2menu_3.png) no-repeat; */
	width: 220px;
	height: 17px;
	text-align: right;
	padding-right: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9px;
}

#yellowbox {
	border:1px solid #0067B2;
	width: 220px;
}

#yellowbox #boxtop{
	/* background:url(../images/elements/yellowbox_top.gif) no-repeat; */
	width: 220px;
	height: 1px;
	max-height: 1px;
	padding:0px;
}

#yellowbox #boxcontent{
	/* background:url(../images/elements/yellowbox_middle.gif) repeat-y; */
	width: 206px;
	min-height: 50px;
	padding-left: 7px;
	padding-right: 7px;	
	padding-top: 7px;
	padding-bottom: 7px;
}

#yellowbox #boxbottom{
	/* background:url(../images/elements/yellowbox_bottom.gif) no-repeat; */
	width: 220px;
	height: 1px;
}

#yellowbox #boxend{
	/* background:url(../images/elements/yellowbox_end.gif) no-repeat; */
	width: 220px;
	height: 17px;
	text-align: right;
	padding-top: 2px;	
	padding-right: 2px;
}
.imgwrpright {
	margin: 0 10px 10px 0;
}
img.cover {
	margin-left:30px;
	margin-bottom:30px;
	float:right;
}
table p {
padding:0px;
margin:0px;
}
