<?php
  ////////////////////////////////////////////
  // Cascading Style Sheet
  // til webhot.dk v4
  //
  // Palle Nielsen - 2008: August, September
  ////////////////////////////////////////////
  Header("Content-Type: text/css");

echo "
.blacklink {color: black; text-decoration: none;}
.blacklinkro {color: black; text-decoration: none;}
.blacklinkro:hover {color: red; text-decoration: none;}
.whitelinkro {color: white; text-decoration: none;}
.whitelinkro:hover {color: #5cef7b; text-decoration: none;}
.rredlink {color: red; text-decoration: none;}

body {
	font-family: Verdana;
}


.minitxt {
	font-family: Verdana, Arial, Helvetica, Eurostile, Geneva;
	color: #000000;
	font-size: 9px;
}
.tooltipQ {
	font-family: Verdana, Arial, Helvetica, Eurostile, Geneva;
  font-weight: bold;
	color: #0000FF;
	font-size: 13px;
	text-decoration: none;
}
.mmenu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Eurostile, Geneva;
	padding: 0 5px 0 6px;
	text-decoration: none;
}
.mmenu:hover {
	color: #5cef7b;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Eurostile, Geneva;
	padding: 0 5px 0 6px;
	text-decoration: none;
}
.mmenu-active {
	color: #FF9248;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Eurostile, Geneva;
	padding: 0 5px 0 6px;
	text-decoration: underline;
}

.smenu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Eurostile, Geneva;
	padding: 0 5px 0 6px;
	text-decoration: none;
}
.smenu:hover {
	color: #5cef7b;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Eurostile, Geneva;
	padding: 0 5px 0 6px;
	text-decoration: none;
}
.smenu-active {
	color: #FF9248;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Eurostile, Geneva;
	padding: 0 5px 0 6px;
	text-decoration: underline;
}

.roundedcornr_box_145371 {
   background: #dfe0ff;
}
.roundedcornr_top_145371 div {
   background: url(gfx/roundedcornr_145371_tl.png) no-repeat top left;
}
.roundedcornr_top_145371 {
   background: url(gfx/roundedcornr_145371_tr.png) no-repeat top right;
}
.roundedcornr_bottom_145371 div {
   background: url(gfx/roundedcornr_145371_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_145371 {
   background: url(gfx/roundedcornr_145371_br.png) no-repeat bottom right;
}

.roundedcornr_top_145371 div, .roundedcornr_top_145371, 
.roundedcornr_bottom_145371 div, .roundedcornr_bottom_145371 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_145371 { margin: 0 10px; }

.roundedcornr_box_518525 {
   background: #ffffff;
}
.roundedcornr_top_518525 div {
   background: url(gfx/roundedcornr_518525_tl.png) no-repeat top left;
}
.roundedcornr_top_518525 {
   background: url(gfx/roundedcornr_518525_tr.png) no-repeat top right;
}
.roundedcornr_bottom_518525 div {
   background: url(gfx/roundedcornr_518525_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_518525 {
   background: url(gfx/roundedcornr_518525_br.png) no-repeat bottom right;
}

.roundedcornr_top_518525 div, .roundedcornr_top_518525, 
.roundedcornr_bottom_518525 div, .roundedcornr_bottom_518525 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_518525 { margin: 0 10px; }

";
?>