/* CSS Skelet - Start */
body {
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	text-align: center;
}

img { border: 0px; }

p, div, li {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}

table { 
	border-spacing: 0px; 
	padding: 0px;
	border-collapse : collapse; 
}

h1 {	
	font-family: arial;
	font-size: 16px;
	word-spacing: -1px;
	color: #333333;
	font-weight: bold;
	line-height: 16px;
}

h2 {	
	font-family: arial;
	font-size: 14px;
	word-spacing: -1px;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;
}

.bg_white { background: #ffffff; }
.bg_black { background: #000000; }
.gray_font { color: #999999; }
.white_font { color: #ffffff; }
.width100 { width: 100%; }
.width110 { width: 161px; }
.width898 { width: 898px; }
.bold { font-weight: bold; }
.nopadding { padding: 0; }
.padright { padding-right: 10px; }
.padleft { padding-left: 10px; }
.padup { padding-top: 10px; }
.paddown { 	padding-bottom: 6px; }
.pad { padding: 12px;}
.bigpad { padding: 25px;}
.nomargin { margin: 0; }
.margintop { margin-top: 10px; }
.marginleft { margin-left: 10px; }
.marginright { margin-right: 10px; }
.txtright { text-align: right; }
.txtleft { text-align: left; }
.txtcenter { text-align: center; }
.left { float: left; }
.right { float: right; }
.vtop { vertical-align: top; }
.vmid { vertical-align: middle; }
.vbot { vertical-align: bottom; }
.z1 { z-index: 1; }
.z2 { z-index: 2; }
.border_cccccc { border: 1px #cccccc solid; }
.border_down { border-bottom: 1px #cccccc solid; }
.border_up { border-top: 1px #cccccc solid; }
.relative { position: relative; }
.inline { display: inline; }
.inline-table { display: inline-table; }
.clearall { clear: both;}

.small_font {font-size: 11px;}

a:link, a:visited, a:active  {
 	font-family: arial;
	font-size: 12px;
	color: #0088cc;
	text-decoration: none;
}

a:hover {
	font-family: arial;
	font-size: 12px;
	color: #5db5e8;
	text-decoration: none;
}

a.men {color: #000000;} a.men:hover {color: #5db5e8;}

a.brandnew {
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
}
a.brandnew:hover { text-decoration: underline; }

/* CSS Skelet - Slut */

/*
a.off:link, a.off:visited, a.off:active, a.off:hover  {
 	color: #333333;
}

#menu ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
#menu ul li {	
	margin: 0;
	padding: 0;
	float: left;
}
*/
div#top {
	position: relative;
	width: 100%;
	background: transparent;
	z-index: 2;
}

#innerdiv{
	position: relative;
	/* background: url('img/trans_top.png') top left repeat; */
	margin: 0 auto;
	padding: 8px;
	width: 938px;
	/* filter: alpha(opacity=60);
  	opacity: 0.6; */
	z-index: 2;
	background: #cccccc;
} 

#innerdiv .innerdiv2 {
	/* filter: alpha(opacity=100);
  	opacity: 1.0; */ 
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	background: #ffffff;
	z-index: 3;
} 

div#menu {
	float: right;
	margin-top: 14px;
	margin-right: 12px;
	text-align: right;
}

div#bund {
	text-align: left;
	background: url('img/bund.gif') top left repeat-x;
	width: 100%;
	height: 167px;
}
#bund div { color: #ffffff; }
#bund span { color: #ffffff; }

span.overskrift {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}

.felt {
	width: 265px;
	height: 265px;
	text-align: left;
}

#menu td.m {padding:0;margin:0;}
#menu div.m { height: 11px; cursor: pointer; width: 100%; padding: 0; margin: 0; }
#menu .bg_menu { background: url('img/menu_hover.gif') top left repeat; }

input.userpass2 {
	border: 0px;
	width: 103px;
	height: 17px;
	padding-left: 6px;
	padding-right: 11px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	background: transparent;
}
