
.outerframe {
  width:750px; 
  margin-left: auto; 
  margin-right: auto;
}

iframe.content {
	border: 2px solid #CC0033;
	background: white;
	width: 745px;
	height: 400px;
	}

iframe.nav {
	width: 745px; 
	align: center; 
	border: 2px solid #CC0033;
	margin-top: 5px;
	}

#piccbar {
	width: 750px;
	*border: 0px dashed blue;
}

body {
	text-align:center;
	*margin: 0 auto;
	background: #ffffff url(../images/main-bg.gif);
	color: #555;
	
}

body.tekst {
	text-align: left;
	margin-left: 40px;
	margin-top : 40px;
	background: white;
}
	
	
.tekst {font: normal 14px Verdana; text-align: justify;}
.kop   {font: bold 18px Verdana;}

/**************************************************************
   Tab layout
 **************************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
margin: 0 0 0 0;
padding: 3px 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #CC0033;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #CC0033;
color: black;
}

