/*****************************/
/*** Core html setup stuff ***/
/*****************************/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

form {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica,Arial,sans-serif;
    /*line-height: 1.3em;*/
    margin: 1em 0;
    font-size: 76%;
    color: #333;
    background-color:white;
/*    background-color:#F7F7F7;*/
}

td {
    vertical-align:top;
}
a:link, a:visited {
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
    font-weight: normal;
}

input.button { cursor: pointer; }

input.long {
    width: 320px;
    
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	/*color: #666;*/
        color:black;
	text-align: left;
	width: 100%;
}
h2 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	/*color: #666;*/
        color:black;
	text-align: left;
	width: 100%;
}

.contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1163px;
}
/* ****************************************** */
/* HEADER */
/* ****************************************** */
.left-column-header, .right-column-header {
/*    background-color: white;
    border: 1px solid #CCCCCC;*/
    width: 385px;
    height:120px;
    float:left;
}
.banner {
    width: 296px;
    text-align: center;

}
#logo {
    margin-top: 20px;
}

/* ****************************************** */
/* TAB AREA */
/* ****************************************** */

.purple-square {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #6f5a70;
    border: 1px solid black;
}
#tab-container {
    width: 1130px;
}


#tab-container ul {
    list-style:none;
    margin: 8px 8px 8px 8px;
    height: 20px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

#tab-container li {

    float: left;
    margin: 0 10px;
    padding: 0;
}

#tab-container a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    float:left;
    display:block;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    margin: 0 5px;
    color: black;
}

#tab-container a#active_menu-nav {
    height: 21px;
    line-height: 21px;
    background-position: 0 0;
}

ul.menu li a:hover {
    text-decoration: underline;
    font-weight: normal;
}

ul.menu li#current {
    margin: -2px 5px 5px 5px;
}

ul.menu li#current {
    margin: -2px 5px 5px 5px;
}
ul.menu li#current a {
    color: white;
    background-color: #6f5a70;
    border: 1px solid black;
}

.black-ruler {
    border: 2px solid black;
    margin-bottom: 5px;
}

/* ****************************************** */
/* MAIN BODY */
/* ****************************************** */
#main-body {
/*    background: #fff;    */
/*    background: white;
    border: 1px solid #ccc;*/
}

#left,#center,#right {
/*    border: 1px solid black;*/
/*    min-height: 420px;*/
}

#left {
    width: 308px;
/*    background-color: #e3e3e3;*/
    margin-top: 2px;
    margin-right: 5px;
}
#center {
    width: 671px;
}
#leftCenter {
    width: 971px;
}
#leftCenterRight{
    width: 1163px;
}
#right {
    width: 172px;
    margin-left: 8px;
    /*background-image: url('/eurostyle2/images/Site/forside_bg.jpg');*/
/*    background-image: url('/bolig-mode/images/Site/forside_bg.jpg');*/
}

.space {
    width: 10px;
}

/* ******************************************** */
/* Reklamer hojre */
/* ******************************************** */
#adsRight {
    padding: 1px;
}
.reklameSize {
    margin-bottom: 12px;
    width:160px;
    height:64px;
}

/* ******************************************** */
/* Artikler Venstre */
/* ******************************************** */
.article-pic {

    display:inline-block;    
    margin-bottom: 10px;
    margin-right: 5px;
     zoom: 1;
    *display: inline;
}







body.width_medium div#wrapper {
    width: 950px;
}

body.width_small div#wrapper {
    width: 773px;
}

body.width_fmax div#wrapper {
    min-width: 750px;
    max-width: 1100px;
}
table#ads {
    width: 100%;
    height: 100%;
}

table#ads td {
    border-right: 1px solid silver;
    
}
.top-row td {
    border-bottom: 1px solid silver;
}
.bottom-row td{
    border-top: 1px solid white;
}

div#topHeader {
    background-color: white;
}

div#bottomHeader {
    background-color: white;
}


div#header_l {
    background-color:white;
    height: 175px;
    width: 292px;
    border: 1px solid #ccc;
    text-align: left;
    float:left;
}
div#header_l_big {
    background-color:white;
    height: 200px;
    width: 292px;
    border: 1px solid #ccc;
    text-align: left;
    float:left;
}

div#header_r {
    background-color:white;
    height: 175px;
    width: 777px;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: left;
    
}
div#header_r_big {
    background-color:white;
    height: 200px;
    width: 800px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    overflow: hidden;
    text-align: right;
}
div#logo {
    color: black;
    font-size:large;
    text-align: center;
    
}




table.tabtable {
    background-color: white;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
}

td.tab_container {
    width: auto;
}

div#footer {
    text-align: center;
    font-size: .90em;
    color: #aaa;
}

div#footer a:link, div#footer a:visited  {
    color: #999;
}

div#footerspacer {
    height: 10px;
}

#content div {
    text-align: left;
}

.leftcolumn {
    padding: 5px;
    
    margin: 0;
    width: 255px;
    float:left;    
}
.rightcolumn {
    padding-left: 10px;
    margin: -1px;
    width: 255px;
    float:left;
}

#rightinside table {
    border: 1px solid #ccc;
    margin-top: 5px;
}
#rightinside td {
    margin: 1px 1px 1px 1px;
    padding: 3px 3px 3px 3px;
}
#content {
    background: #fff;
    width: 490px;
    float: left;
    margin-left:15px;
    margin-right:15px;
}

#content_full {
    background: #fff;
    width: 1025px;
    float: left;
    margin-left:15px;
    margin-right:15px;
}

.vrule{
    border-left: 3px solid #DF6D24;
}

.udgivelse {
    color: #DF6D24;
}
div.udgivelse {
    border-bottom: 3px solid #DF6D24;
    margin: 15px;
}

.udgivelsesAar {
    border: 1px solid #CCCCCC;
    background-color:#F7F7F7;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.udgivelsesAar.selected {
    background-color:#DF6D24;    
}
.udgivelsesAar.selected a {
    color: white;
}
td.leder {
    padding: 10px;
}
td.adcell {
    text-align: center;
    padding: 2px;
    width: 150px;
    height: 90px;


}

/* Reklame hojre side */
td.adcellHojre {
    text-align: center;     
    width: 242px;
    height: 100px;
    border: 1px solid #CCCCCC;
}
