html {
	height: 100%;
}
body {
	height: 100%;
}
div {
	border: none;
}
#main {
	width: 998px;
	height: 100%;
	border: 1px solid #00A0C6;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bgmain.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#main1 {
	width: 998px;
	/*height: 100%;*/
	border: 1px solid #00A0C6;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bgmain1.gif);
	background-position: center top;
	background-repeat: repeat-y;
	text-align:left;
	
}
#header {
	width: 100%;
	height: 121px;
	background-image: url(../images/bgheader.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#icons {
	height: 23px;
	width: 100%;
	text-align: right;
	background-image: url(../images/bgbalken.gif);
}
#nav {
	width: 193px;
	float: left;
	background-color: #DBDBDB;
	text-align:left;
	padding-top: 30px;
	/*margin-left:-998px;*/
		}
#content{
	float: left;
	width: 590px;
	background-color: #F4F4F4;
	padding-top: 30px;
	text-align: left;
	padding-left:18px;
	padding-right:18px;
}
#content1{
	float: left;
	/*width: 769px;*/
	width: 572px;
	background-color: #F4F4F4;
	padding-top: 30px;
	text-align: left;
	/*margin: 0 193px*/
	padding-left:18px;
	padding-right:18px;
	
}
#rightpanel {
	float: right;
	/*float:left;*/
	width: 161px;
	background-color: #D0E7ED;
	text-align: left;
	padding-top: 30px;
	padding-left:18px;
	/*margin-left:-179px*/
}

/*#wrapper{float:left;width:100%;}*/

#footer {
	clear: both;
	/*clear:left;*/
	width: 998px;
	height: 23px;
	background-image: url(../images/bgbalken.gif);
	
}
.logoimg {
	border: 0;
	float:left;
}

.tx-newloginbox-pi3-singleView table {  width: 100%; }
.tx-newloginbox-pi3-singleView table th { width: 110px; }
