.shadetabs{
PADDING-RIGHT: 0px; 
MARGIN-TOP: 1px; 
PADDING-LEFT: 0px; 
MARGIN-BOTTOM: 0px; 
PADDING-BOTTOM: 3px; 
FONT: bold 12px Verdana; 
MARGIN-LEFT: 0px; 
PADDING-TOP: 3px; 
LIST-STYLE-TYPE: none; 
text-align: left; /*set to left, center, or right to align the menu as desired*/
min-width:640px;
}

.shadetabs li{
DISPLAY: inline; 
MARGIN: 0px; 
padding:0px;
position: relative;
top: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
margin-left: 3px;/*afstand mellem tabs */
color: #2d2b2b;
background: white url(../figurer/shade.gif) top left repeat-x;
border: 1px solid #778;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../figurer/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 100%;
margin-bottom: 1em;
padding: 0px;
background: #ffffff;
min-width:640px;
}

.tabcontent{
padding: 10px;
display:none;
overflow:auto;
}
.tabcontent ul{
	list-style-type:circle;
	padding-left:20px;
}
.tabcontent ol{
	list-style:decimal;
	list-style-type:decimal;
	padding-left:20px;
}
.tabcontent table{
	border:solid;
}
.boxcontent ul{
	list-style-type:circle;
	padding-left:20px;
}
.boxcontent ol{
	list-style:decimal;
	list-style-type:decimal;
	padding-left:20px;
}
.boxcontent table{
	border:solid;
}
.tabcontentfooter{
clear: both;
width: 100%;
padding: 2px 0px 2px 0px;
background: #99ff99;
height:15px;
margin:0;
font-size:10px;
font-weight:bold;
min-width:640px;
}
.boxcontentfooter{
clear: both;
width: 100%;
padding: 2px 0px 2px 0px;
background: #cccccc;
height:15px;
margin:0;
font-size:10px;
font-weight:bold;
min-width:640px;
}
.footernoframe{
clear: both;
width: 100%;
padding: 2px 0px 2px 0px;
height:15px;
margin:0;
font-size:10px;
font-weight:bold;
min-width:640px;
}
.tabcontentfooterdate{
float:left;
padding-left: 10px;

}
.tabcontentfooternav{
float:right;
padding-right: 10px;
}
.articletop{
width: 100%;
margin-bottom: 0;
padding: 0;
min-width:640px;
}
.articletopleft{
float:left;
padding-left: 10px;
height:100%;
width:75%;
}
.articletopright{
float:right;
padding-right: 10px;
height:100%;
width:15%;
min-width:128px;
}
.artikeltitel{
font-size:18px;
color:#CC6666;
font-weight:bold;
font-family:Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
}
.artikelbeskrivelse{
font-size:12px;
color:#333333;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.artikelforfatter{
font-size:10px;
color:#666666;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.artikelikoner{
white-space:nowrap;
padding-bottom: 3px;
padding-top: 3px;
width:120px;
}
.artikelimgmiddle{
vertical-align:middle;
text-align:right;
width:30px
}
.artikeltextmiddle{
vertical-align:middle;
text-align:left;
font-size:10px;
}

@media print {
.tabcontent {
display:block!important;
}
}
