.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('border.jpg'); /* CHANGE: path and name of your image */
	height: 19px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the div's */
	}
.top-left, .bottom-left { 
	margin-right: 11px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 14px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -19px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	height: 13px;
	}
.bottom-left  { 
	background-position: 0 -14px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -14px; /* CHANGE: replace second number by negative height of one of your corners */
	
	}
.inside {
	border-left: 2px solid #cc3333; /* YCC: color & properties of the left-borderline */
	border-right: 3px solid #cc3333;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	
	}
.notopgap    { margin-top: 0; height:1px; margin-bottom:0px; padding:0px;}    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */


html, body{
background: #ff9900;
font-family:verdana, times, serif;
font-size:11px;
}
/*div {border:3px dotted olive;}*/
div#container{
background: #FFFFFF;
width:720px;
margin: 10px auto;
}
div#top {height: 110px;}
div#loggo h1 span {display:none;}
div#loggo{width: 240px; float:left; height: 110px;}
div#content {float:left; width:385px; padding:10px; padding-right:0px; padding-left:30px; background: url("pics/gubbe.gif") no-repeat top center; min-height:400px;}
div#content ul, li{padding:0px; margin:0px;}
div#content ul{padding-left:11px; margin:0px;}
div#pic{float:right; margin-right:22px;}
div#copy {text-align:center;}
div#meny {text-align:center; float:right; position:relative; top:80%; font-size:12px; margin-right:10px;}
div#meny ul {padding:0px; margin:0px; list-style-type: disc;}
div#meny li {padding:0px; margin:0px; display: inline; text-transform: uppercase; font-weight:bold;}
/*div#meny li:after {content:" - ";}
div#meny li:last-child:after {content:"";}*/
.nollett{width:630px; color:#cc0000; margin-top:0px; border:none; border-top:1px solid #cc0000; }
div#main{float:left; width:695px; }
h1{margin:0px;}
h2{font-size: 14px;}
.picturet{width:90px; border-collapse:collapse; padding:0px; margin:0px;}
.picturet td {width:110px;}
img, a{border:none;}
a,a:hover,a:active,a:visited {color:black; text-decoration:none;}
a:hover{text-decoration:underline;}
.info {font-size:10px; margin-bottom:-6px;}
.normal{font-weight:normal;}