body {
	background: #121843 url('/images/back.jpg') top repeat-x;
	margin: 0px;
	padding: 0px;
}

body, input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body, div.sprog, div.head {
	margin: 0px;
	padding: 0px;
}

div.body {
	background-color: #FFF;
	width: 1000px;
	color: #000;
	border-right: 2px solid #000;
}

div.sprog, div.login {
	position: absolute;
	left: 0px;
	text-align: right;
	overflow: none;
	width: 995px;
	padding-right: 5px;
}


div.sprog {
	top: 122px;
	height: 30px;
	background: #121843 url('/images/flagbar.png') top left no-repeat;
}

div.sprog span {
	display: block;
	margin-top: 4px;
	vertical-align: bottom;
}

.sprog span img {
	margin: 0px 4px 0px 0px;
	border: 1px solid #000;
}

.sprog span a img {
	border: 1px solid #555;
	opacity: 0.4;
	MozOpacity: 0.4;
	KhtmlOpacity: 0.4;
	filter: alpha(opacity=40);
}

.sprog span a:hover img {
	border: 1px solid #000;
	opacity: 1;
	MozOpacity: 1;
	KhtmlOpacity: 1;
	filter: alpha(opacity=100);
}

div.login {
	top: 152px;
	height: 27px;
	background: #FFF url('/images/loginbar.png') top left no-repeat;
	font-size: 15px;
	overflow: hidden;
	vertical-align: bottom;
}

.login img {
	float: right;
	margin-left: 5px;
}


div.ccontainer {
	width: 999px;
	background-color: #FFF;
	padding: 53px 0px 15px 0px;
}

table.ccontainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

td,th {
	font-size: 12px;
}

td.content {
	text-align: justify;
	padding: 10px 5px 5px 0px;
}

td.sidebar {
	width: 200px;
	padding: 0px;
}

div.menu {
	width: 191px;
	padding-bottom: 15px;
	background: #FFF url('/images/menuback.png') top left repeat-y;
}


div.productmenu {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	background-color: #18215E;
	/*border: 2px solid #000;*/
	width: 191px;
	color: #FFF;
	overflow: hidden;
}

.productmenu p {
	margin: 0px;
	display: block;
	text-indent: -19px;
	padding: 1px 0px 1px 16px;
	background-color: #18215E;
	border-top: 1px solid #6a564c;
}

.productmenu p.phat {
	background: #9ea2c0 url('/images/prodMenu_on.png') top left no-repeat;
	text-decoration: none;
}

.productmenu p:hover {
	background: #9ea2c0 url('/images/prodMenu_on.png') top left no-repeat;
}

.productmenu img {
	border: 0px;
	margin: 3px 1px 0px 5px;
}

.productmenu a {
	color: #EABF25;
	text-decoration: none;
}

.productmenu a:hover {
	text-decoration: none;
	color: #FFF;
}

.productmenu i {
	display: block;
	text-align: center;
	color: #AAA;
	font-size: 12px;
	background: url('/images/planetrotate.gif') left no-repeat;
}

div.prodpar {
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 14px;
	border-bottom: 1px dotted #000;
	margin: 0px 0px 3px 0px;
}

.sidebar h4 {
	width: 193px;
	margin-bottom: 0px;
	border: 0px;
	padding-bottom: 10px;
	background: #FFF url('/images/prodmenubeg.gif') bottom left no-repeat;
}

.menu a {
	display: block;
	width: 155px;
	height: 23px;
	background: url('/images/menuentry_off.png') top left no-repeat;
	color: #EABF25;
	padding: 4px 2px 0px 30px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.menu a:hover, .menu a.active {
	background-image: url('/images/menuentry_on.png');
	
}

.menu a.active {
	color: #000;
}

.menu a:hover {
	color: #FFF;
}


div.hideme {
	display: none;
}

.phat {
	font-weight: bold;
}

.gColA, .gColA td, .gColB, .gColB td {
	border-bottom: 1px solid #888;
}

.gColA, .gColA td {
	background-color: #DADADA;
}

.gColB, .gColB td {
	background-color: #EEE;
}

.gColA a img, .gColB a img {
	border: 0px;
}

.exbrd {
	border: 1px solid #000;
}

fieldset table {
	width: 100%;
	margin: 5px;
	border: 2px solid #000;
}

fieldset th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	background-color: #FAFAFA;
}

h1 {
	font-size: 24px;
	border-bottom: 2px solid #000;
	margin: 0px 0px 6px 0px;
}

h2 {
	font-size: 20px;
	border-bottom: 2px dashed #000;
	margin: 0px 0px 6px 0px;
}


/*
fieldset {
	border: 2px solid #000;
	background-color: #EEE;
	padding: 6px;
}
*/

fieldset input, fieldset textarea, fieldset select {
	width: 90%;
	padding: 1px;
	font-size: 13px;
}

img.editpic {
	cursor: pointer;
	float: right;
}

img#print {
	float: right;
	margin: 3px 20px 3px 3px;
	border: 0px;
}

.nowide {
	width: auto;
}

.inright {
	text-align: right;
}

small.product {
	border-bottom: 1px solid #000;
	font-size: 11px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

legend {
	font-size: 17px;
	font-weight: bold;
}

td.smright {
	text-align: right;
	width: 70px;
}

.smright a {
	text-decoration: none;
}

.smright a img {
	border: 0px;
}

td.exleft {
	border-left: 1px solid #444;
	padding-left: 5px;
}

fieldset,
div.gallery {
	border: 2px solid #666;
	background: #f4f6ff url('/images/galleryback.jpg') bottom left no-repeat;
	padding: 8px;
}

.gallery a {
	margin: 5px;
}

.gallery a img {
	border: 1px solid #000;
}

.gallery table {
	width: 100%;
}

.gallery td {
	text-align: center;
	font-size: 11px;
}

img#prodpic {
	/*float: right;*/
	text-align: center;
	margin: 0px 0px 10px 10px;
	border: 2px solid #000;
}

td p {
	margin: 0px;
}

.bigger {
	font-size: 14px;
}

table.search {
	width: 100%;
}

.search td {
	padding-bottom: 25px;
}

.search .pic {
	text-align: right;
	width: 150px;
	padding-right: 10px;
}

.search .pic img {
	border: 2px solid #000;
}

div.search, div.newssmall, div.center  {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	background: #18215E url('/images/sidebar_back.png') left repeat-y;
	width: 191px;
	color: #EABF25;
}

div.search input {
	width: 180px;
	border: 1px solid #c39e1c;
	/*color: #EABF25;*/
	color: #FFF;
	background-color: #40487d;
	padding: 1px;
}

div.search input:focus {
	border: 1px solid #EABF25;
}

div.search form, div.newssmall div {
	margin: 0px;
	padding: 5px;
}

div.search a, div.newssmall a {
	display: block;
	font-size: 11px;
	text-align: right;
	color: #c39e1c;
}

div.search a:hover, div.newssmall a:hover {
	text-decoration: none;
	color: #FFF;
}

div.search h3, div.newssmall h3 {
	font-size: 14px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px dotted #EABF25;
	display: block;
}

div.search h3 {
	padding-left: 42px;
	background: url('/images/icon_search.png') left top no-repeat;
	height: 20px;
}

div.newssmall div {
	display: block;
	text-align: justify;
}

div.newssmall small {
	display: block;
	text-align: right;
}



.newsbig h4 {
	border-bottom: 2px solid #000;
	margin-top: 25px;
}

.newsbig h4 i {
	float: right;
	font-weight: normal;
	font-size: 11px;
}

.newsbig span {
	padding: 5px;
	margin: 2px 10px 10px 10px;
	display: block;
	border: 1px solid #666;
	background-color: #f4f6ff;
}

div.center {
	text-align: center;
}

.center a img {
	text-align: center;
	border: 0px;
}

a#sitemap {
	display: none;
	visibility: hidden;
}

div#prodpreview {
	position: absolute;
	left: 194px;
	width: 104px;
	border: 2px solid #666;
	background-color: #fff;
	display: none;
	text-align: center;
}

div#prodpreview img {
	margin: auto;
	padding: 2px;
	vertical-align: middle;
}


iframe {
	width: 100%;
	min-height: 400px;
	background-color: #eee;
	border: 0px;
}

iframe#previewiframe {
	border: 1px solid #666;
}

iframe#exportiframe {
	border: 1px solid #333;
    min-height: 50px;
}
