body{
	height: 100%;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#page {
   height: 100%; /* das hier für den ie */
}

#page[id] {
    height:auto;
    min-height:100%;
}

#page
{
	margin: 0 auto;
	min-height:100%;
	position: relative;
}

	
.menuRow{
	line-height: 12px;
}

#indexTop{
	width: 100%;
	height: 256px;
	background-image:url('../../img/layout/indexTopBack.gif') ;
}

#indexWWWISC{
	position: absolute;
	top: 190;
}

#top{
	width: 100%;
	height: 115px;
	background-image:url('../../img/layout/top.jpg') ;
	background-repeat: no-repeat;
	text-align: right;
}

#topDiff{
	width: 100%;
	height: 115px;
	background-image:url('../../img/layout/top2.jpg') ;
	background-repeat: no-repeat;
	text-align: right;
}

#top2{
	position: relative;	
	height: 30px;
	background-color: #4577C0;
}

#containerContent{
	position: relative;	
	width: 100%;
}

#bottom{
	width: 100%;
	height: 45px;
	background-image:url('../../img/layout/bottom.gif');
}

#bottomBlank{
	width: 100%;
	height: 45px;
	background-image:url('../../img/layout/bottomBlank.gif');
}

#main{
	padding: 18px;
}

#mainHeader{
	width: 90%;
}

#mainLeft{
	
	width: 40%;
	float: left;
}

#mainRight{
	width: 80%;
	padding-left: 20px;
}

#mainContentFull{
	width: 70%;
}

.navDashes{
	height: 1px;
}

.navPointsLev{
	width: 23px;
}

.navSelected{
	width: 8px;
}

.navText{
	padding: 0px;
	line-height: 25px;
	width: 200;
}

