.nauticImageView{
	background:#b1b1b1;
	width:460px;
	text-align:center;
	margin:0px auto;
}

.nauticImageView table{
	overflow:hidden;
	border:1px gray dotted;
	padding:0px;
	margin:0px;
	width:460px;
}

.nauticImageView img{
	cursor:pointer;
	
}


.nauticImageView .hauptbild{
	padding:1px;
	width:100%;
	background:white;
	background:white url("images/Background_Hauptbild.png") repeat-x left bottom;
	
}

.nauticImageView .sub{
   
	padding:1px;
	text-align:center;
	width:115px;
	height:110px;
    background:white;
	background:white url("images/Background_Hauptbild.png") repeat-x left bottom;
	border:1px gray dotted;
}

.nauticImageView .nosub{
    background:white;
	background:white url("images/Background_Hauptbild.png") repeat-x left bottom;
	height:100%;
	width:100%;
	
}

.nauticImageView .nomain{
    background:white;
	background:white url("images/Background_Hauptbild.png") repeat-x left bottom;
	height:100%;
	width:100%;
	
}