@import "dansk_nav.css";

#menucol {
	width: 130px;
	float: left;
}
#indholdcol { 
	margin-left: 20px;
	width: 557px;
	float: left;
	border-left: 1px solid #baba85;
}
#inderramme { 
	width: 536px;
	float: right;
}
a.menu {
	display: block;
	text-decoration: none;
	width: 130 px;
	background: #393929;
	color: #baba85;
	border: 1px solid #baba85;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;	
}
a.menu:visited { 
	color: #baba85; 
}
a.menu:hover {
	color: #dddddd;
}
a.submenu {
	display: block;
	text-decoration: none;
	width: 130 px;
	background: #000000;
	color: #baba85;
	border: 1px solid #baba85;
	font-size: 8pt;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.submenu:visited { 
	color: #baba85; 
}
a.submenu:hover  {
	color: #dddddd;
}
a.bund {
	font-size: 8pt;
	font-weight: bold;
	color: #292919;
	text-decoration: none;
}
a.bund:link { color: #292919; }
a.bund:visited { color: #292919; }
a.bund:hover { color: #660000; }
table {
	font-size: 10pt;
}
tr.top {
	font-size: 9pt;
	color: #292919;
	background: #989865;
	background-image: url("../grafik/webshop_bg.jpg");
	font-weight: bold;
	text-align: center;
}
tr.bund {
	font-size: 9pt;
	font-weight: bold;
	color: #292919;
	background: #989865;
	background-image: url("../grafik/webshop_bg.jpg");
	text-align: center;
}
input.text { 
	background-color: #000000;
	border: 1px solid #989865;
	color: #989865;
}
h2.webshop { 
	font-size: 9pt;
	color: #292919;
	background: #989865;
	background-image: url("../grafik/webshop_bg.jpg");
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 2px 0px;
}	