html, body {
    height:100%;
    background-color: silver;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

img {border:none;}

.cname{
  	visibility: hidden;
  	}
  	
.contentSubPart h1 {
	font-size: 10px;
	}

#page{
	width:980px;
	height:700px;
	text-align: left;
	background-color: #ffffff;
	color:#000000;
	margin: auto;
	}

#headrow{
	text-align: center;
	width:980px;
	height:160px; 
	background-color: #ffffff;
	}

#leftSidebar{
	text-align: center;
	width:300px;
	height:400px;
	background-color: #e0e1e2;
	float:left;
	}

#leftSidebar h1 {
	color:#0c5091;
	font-size: 31px;
	font-variant:small-caps;
	margin-top: auto;
	margin-left: auto;
	}



#midRow {
	background-color: #e0e1e2;
	
	/* wird gebraucht fürs nachfolgende positionieren */
	position: relative;
	top:0px;
	left:0px;
	/* ENDE wird gebraucht fürs nachfolgende positionieren */
	vertical-align:middle;
	float: left;
	width: 540px;
	height:400px;
	overflow: auto;
	overflow-x: hidden;
	padding-top: 0px;
	padding-right:10px;
	text-align: justify;
	font-size: 14px;
	line-height:16px;
	color: #0c5091;
	font-family: arial;
	}
	
#midRow .k{
	font-size: 24px;
	line-height:24px;
	color: #d11142;
}

/* positioniert wie midRow */

#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:555px;
	height:400px;
	z-index: 2100;
	background-color: silver;
	}

#rightSidebar {
    background-color: #e0e1e2;
    display: block;
    float:left;
    width: 130px;
    height: 400px;  
    }

#footRow{
	text-align:center;
	width:980px;
	height:130px; 
	background-color: #ffffff;
}


#menu{
    	text-align:center;
    	background-color: #fff;
    	width: 940px;
    	height: 130px;
    	overflow: hidden;
	margin-left:32px;
}

.menuLevel0{
	text-align:center;
	width:85px;
	height:30px;
	font-size:12px;
  	font-family:arial;
    	float:left;
    	margin-top: 35px;
    	}

.menuLevel0 a{
    text-decoration: none;
    color:#0C5091;
}

.menuLevel0 a:hover{
    font-weight: bold;
    font-size:12px;
    border-bottom: 2px solid silver;
     
    }
.menuLevel0 .highlighted {
    font-weight: bold;
    font-size:12px;
    border-bottom: 2px solid silver;
    }

.clear {
    clear:both;
    overflow:hidden;
  }
