/* ### CSS RESET ### */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ### GENERELLE STYLES ### */
body {
	font-family: Arial, Verdana, serif;
	color: #fff;
	background-color: #1F1A17;
	padding-top: 40px;
	font-size: 11px;
}

.clear {
	clear:both;
}

/* ### LAYOUT ### */
#sideholder {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}

#indre_sideholder {
	width: 755px;
	float: right;
	background-image:url('baggrund.gif');
	background-repeat: repeat-x;
}

#indhold {
	width: 505px;
	float: left;
}

#indhold_kolonne {
	width: 145px;
	height: 383px;
	float: right;
	margin-top: 56px;
}


#hoejre_kolonne {
	width: 170px;
	float: right;
	margin-right: 32px;
	margin-top: 165px;
}

.menu {
	width: 192px;
	float: left;
	letter-spacing: 1px;
	font-size: 12px;
}

/* ### MENU ### */

.menu ul {
	margin-top: 4px;
	clear:both;
}

.menu ul ul {
	margin: 13px 0 27px 15px;
	font-family: 'Arial Narrow', Arial, Verdana, serif;
	font-size: 11px;
	}
	
.menu ul ul ul {
	margin: 0 0 27px 15px;
}

.menu li {
	margin: 8px 0 12px 0;
}

.menu li li {
	margin: 0 0 2px 0;
	font-weight: normal;
}

.menu li li li {
	margin: 0px 0 1px 0;
	font-weight: normal;
}

.menu a {
	text-decoration: none;
}

.menu a:link, .menu a:visited {
	color: #fff;
}

.menu a:hover {
	color: #ccc;
}

.menu li ul a:link, .menu li ul a:visited {
	color: #ABA8A8;
}

.menu li ul a:hover {
	color: #dedede;
}

.menu li span.act a {
	font-weight: normal;
	color: #ABA8A8;
}

.menu span.cur a {
	font-weight: normal;
	color: #ABA8A8;
}
.menu li span.cur {
	color: #ABA8A8;
}

.menu li li span.cur {
	color: #fff;
	
}

.menu li span.cur a{
	font-weight: normal;
	color: #ABA8A8;
}

.menu span.cur li a{
	font-weight: normal;
	color: #ABA8A8;
}

.menu li span.cur span.cur a{
	font-weight: normal;
	color: #fff;
}

/* ### TEKST ### */
h1.csc-firstHeader {
	text-transform:uppercase;
	font-weight: normal;
	font-size: 9px;
	width: 220px;
	background-color:#1F1A17;
	border: 1px solid #ccc;
	padding: 3px 4px;
	letter-spacing: 1px;
	margin-left: 35px;
	margin-top: -5px;
	z-index: 500;
	position:absolute;
}

#indhold p, #indhold ol, #indhold ul {
	font-size: 11px;
	margin: 0 25px 11px 35px;
	line-height: 130%;
}

#indhold label {
	font-size: 11px;
	background-color: transparent;
}

legend {
	display:none;
}

#hoejre_kolonne p, #hoejre_kolonne ul, #hoejre_kolonne ol {
	font-size: 11px;
	margin: 0 0 11px 0;
	line-height: 130%;	
}

#indhold h2, #indhold h3, #indhold h4 {
	margin: 0 25px 0 35px;
	line-height: 130%;
}

#indhold h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#hoejre_kolonne h2 {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 25px 10px 0;
	background-color:#1F1A17;
	border: 1px solid #ccc;
	width: 100%;
	padding: 3px 4px;
	letter-spacing: 1px;
}

#indhold h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;	
}

#indhold h4 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

#indhold a:link, #indhold a:visited, #indhold a:active {
	color: #dedede;
	text-decoration: none;
}

#indhold a:hover {
	color: #ABA8A8;
	text-decoration: underline;
}

#hoejre_kolonne a:link, #hoejre_kolonne a:visited, #hoejre_kolonne a:active {
	color: #dedede;
	text-decoration: none;
}

#hoejre_kolonne a:hover {
	color: #ABA8A8;
	text-decoration: underline;
}

#hoejre_kolonne h2 {
	width: 164px;
	padding-right: 0;
}

/* ### BILLEDER */
img {
	border: 1px solid #342F2F;
}

#indhold .csc-textpic-imagewrap {
	margin-bottom: 25px;
}

#indhold .csc-textpic-above {
margin-top: 5px;
}

#indhold dd.csc-textpic-caption {
	text-transform:uppercase;
	font-weight: normal;
	font-size: 9px;
	width: 220px;
	background-color:#1F1A17;
	border: 1px solid #ccc;
	padding: 3px 4px;
	letter-spacing: 1px;
	margin-left: 0;
	margin-top: -10px;
	z-index: 500;
	position:absolute;
}

#hoejre_kolonne .csc-textpic-caption {
	display: none;
}


/* ### RAMMER ### */
.csc-frame-frame1 {
	width: 138px;
	height: 98px;
	border: 1px solid #393532;
	background: url('arkitekt.gif') -1px -5px no-repeat #1F1A17;
}

#uk .csc-frame-frame1 {
	background-image: url('arkitekt_en.gif');
}

.csc-frame-frame1 h1 {
	position: relative;
	margin: 14px 0 0 5px;
	height: 18px;
	width: auto;
	border-width: 0;

}

.csc-frame-indent6633 {
	width: 138px;
	height: 98px;
	border: 1px solid #393532;
	background: url('video.gif') -1px -5px no-repeat #1F1A17;
}

.csc-frame-indent6633 h1 {
	position: relative;
	margin: 14px 0 0 5px;
	height: 18px;
	width: auto;
	border-width: 0;

}




#indhold_kolonne .csc-frame-frame2 {
	margin-left: -35px;
	position:absolute;
	bottom: -449px;
}


#indhold_kolonne .csc-frame-frame2 li {
	border: 1px solid #5C5958;
	width: 123px;
	padding: 3px 8px 3px 8px;
	margin: -1px -1px -1px 0;
}

#indhold_kolonne .csc-frame-frame2 li a:link, #indhold_kolonne .csc-frame-frame2 li a:visited, #indhold_kolonne#indhold_kolonne .csc-frame-frame2 li a:active {
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	text-transform:uppercase;
/*	letter-spacing: 1px;*/
}

/* # Grå tekstramme # */
.csc-frame-indent {
	background-color: #dedede;
	color: #1F1A17;
	width: 457px;
	min-height: 434px;
	padding: 20px 0 10px 0;
	margin: 5px 0 25px 32px;
	z-index: 1001;
}

.csc-frame-indent3366 {
	background-color: #dedede;
	color: #1F1A17;
	width: 328px;
	min-height: 434px;
	padding: 20px 0 10px 0;
	margin: 5px 0 25px 32px;
	z-index: 1100;
}

#indhold .csc-frame-indent p, #indhold .csc-frame-indent ol, #indhold .csc-frame-indent ul {
	font-size: 11px;
	margin: 0 15px 15px 15px;
}

#indhold .csc-frame-indent3366 p, #indhold .csc-frame-indent3366 ol, #indhold .csc-frame-indent3366 ul {
	font-size: 11px;
	margin: 0 15px 15px 15px;
}


#indhold .csc-frame-indent h2, #indhold .csc-frame-indent h3, #indhold .csc-frame-indent h4 {
	margin: 0 15px 15px 15px;
}

#indhold .csc-frame-indent h1 {
	color: #fff;
	margin-top: -25px;
	margin-left: 0;
}

#indhold .csc-frame-indent3366 h1 {
	color: #fff;
	margin-top: -25px;
	margin-left: 0;
}

/*### LOGO ### */
#logo {
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0;
}


/* ### FORSIDE ### */

#forside #indre_sideholder {
	background-image: none;
}

#forside #forsidebokse {
	width: 960px;
	margin: 30px 0 0 -205px;
	background: #1F1A17 url("forsideboks_back.gif") no-repeat;
}

#forside .tx-slideshow-pi1 {
	margin-left:  -13px;
}

#forside #logo {
	margin-top:  45px;
	margin-right:  17px;
}


#forside #indhold .csc-textpic-imagewrap {
	margin-bottom:0;
}

#forsidebokse div#forsideboks1 {
	width: 192px;
	float: left;
}


#forsidebokse div#forsideboks2, #forsidebokse div#forsideboks3 {
	width: 192px;
	float: left;
}

#forsidebokse div#forsideboks4 {
	width:192px;
	float: left;
}


#forsidebokse div#forsideboks5 {
	width:192px;
	float: left;
}


#forsidebokse h2 {
	text-transform:uppercase;
	font-weight: normal;
	font-size: 9px;
	width: 143px;
	background-color:#1F1A17;
	border: 1px solid #ccc;
	padding: 2px 4px;
	position: absolute;
	margin-top:-1px;
	margin-left: 0;
}

#forsidebokse p {
	font-size: 10px;
	line-height: 120%;
	width: 165px;
	padding: 5px;
	height: 120px;
	margin: 0 0 0 0;
}

/*### Prislister ### */


div.tx-slideshow-pi1 {
	background-image: url("MK-slide.jpg");
	border:0px solid #fff;
	width: 558px;
	height: 287px;
}

ul.csc-menu-1, ul.keyword-menu {
	width: 100%;
}

ul.csc-menu-1 li, ul.keyword-menu li {
	background: url('bullet1.gif') no-repeat 0 2px;
	padding-left: 15px;

}

ul.csc-menu-1 li:hover, ul.keyword-menu li:hover {
	background: url('bullet2.gif') no-repeat 0 2px;
}

ul.csc-menu-1 li a:hover, ul.keyword-menu li a:hover {
	text-decoration: none;
}

#tools {
	width: 166px;
	position: absolute;
	top:-30px;
	right:5px;
	font-size: 11px;
	text-align: right;
	color: #ABA8A8;
}

#adthis {
	width: 80px;
	float:left;
	text-align:right;
}

#sprog {
	width: 85px;
	float: right;
}

#tools a:link, #tools a:visited, #tools a:active {
	color: #fff;
	text-decoration: none;
}

#tools a:hover {
	color: #ABA8A8;
	text-decoration: underline;
}

#footer {
	clear:both;
	width: 850px;
	font-size: 10px;
	color: #ABA8A8;
	margin: 10px auto 0 auto;
	padding-left:300px;
	
}

#forside #footer {
	width: 960px;
	margin: 10px auto 0 auto;
	text-align: center;
	padding-left: 0;
}

table.contenttable-0 {
	width: 100%;
}
table.contenttable-0 td {
	padding: 2px 0;
}

label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 50px; 
	padding: 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

input, textarea {
	width:auto;
	margin:5px 0 0 10px;
	border: 1px solid #666;
}
span.powermail_mandatory {
	color:red;
}

body.pris h1 {
margin-left:32px;
}

#footer a:link, #footer a:visited, #footer a:active {
color: #ABA8A8;
text-decoration: none;
}

#footer a:hover {
color: #fff;
text-decoration: underline;
}

#back {
	border: 1px solid #fff;
	padding: 3px 6px;
	width: 100px;
}

	/* Social Bookmarks */
