/* 
  W3C CSS1/CSS2 | standard compliance
  -- -- -- -- -- -- --  -- -- -- -- -- -- -- --
  revision: 15.08.2006
  author:   thn@krak.dk
  -- -- -- -- -- -- --  -- -- -- -- -- -- -- --
  leaner, more flexible and compatible markup
*/


/* global | viewport ---------------------------------------------------------------- */

body#test { background:url(http://www.krakbyggetilbud.dk/design/assets/gfx_bgtile_body.gif) repeat-y; }
/* end */


/* global | areas ---------------------------------------------------------------- */

#AREA01,
#AREA02 { background:#FFF;/* hide body bgtile */ }
#AREA03 {  }

div.boxCont { }
/* end */


/* global | sections ---------------------------------------------------------------- */

.SEC01 { }
.SEC02 { }
#AREA03 .SEC02 { background:url(http://www.krakbyggetilbud.dk/design/assets/gfx_bgimage_area03_sec02.gif) no-repeat; }
/* end */


/* content | spot type 2 --------------------------------------------------------------- */

.CSPOT02 { width:160px; background:url(http://www.krakbyggetilbud.dk/design/assets/gfx_bgimage_cspot02_dspcont.gif) top no-repeat; }
.CSPOT02 div.dspCont { height:200px; padding:10px; background:url(http://www.krakbyggetilbud.dk/design/assets/gfx_bgimage_cspot02.gif) bottom no-repeat; }
/* end */



/* navigation | site navigation --------------------------------------------------------------- */

ul.menuMain { font-weight:bold; line-height:16px; }
ul.menuMain li { display:inline; float:left; font-size:12px; margin-right:2px; border-bottom:#FFF 2px solid }
ul.menuMain li:hover { border-color:#BA0008; }
ul.menuMain li label { display:block; color:#FFF; text-decoration:none; padding:2px 10px; }
ul.menuMain li a:link,
ul.menuMain li a:visited,
ul.menuMain li a:active { color:#FFF; }
/*
apply round corners */
ul.menuMain li { background:url(http://www.krakbyggetilbud.dk/design/assets/gfx_bgimage_menumain_grey1.gif) top left no-repeat}
ul.menuMain li label { background:url(http://www.krakbyggetilbud.dk/design/assets/gfx_bgimage_menumain_grey2.gif) top right no-repeat}
ul.menuMain li.mark { background:url(http://www.krakbyggetilbud.dk/design/assets/gfx_bgimage_menumain_red1.gif) top left no-repeat}
ul.menuMain li.mark label { background:url(http://www.krakbyggetilbud.dk/design/assets/gfx_bgimage_menumain_red2.gif) top right no-repeat}
/* end */


/* navigation | mester admin --------------------------------------------------------------- */

ul.menuMester { font-weight:bold; margin-bottom:50px; }
ul.menuMester li { display:inline; float:left; margin-right:2px; border-bottom:#FFF 2px solid }
ul.menuMester li label { display:block; text-decoration:none; padding:0 5px; border-right:red 1px solid }
/* end */


/* navigation | main menu --------------------------------------------------------------- */

dl.readmore { margin:4px 0 20px 0; border-top:#6E6E6E 1px solid; }
dl.readmore dt { margin-top:10px; }
dl.readmore {}
/* end */



/* design | form elements ----------------------------------------------------------- */

input.text {}
input.password {}
input.submit {}
input.button {}

select.budget option { text-align:right; }
/* end */


/* design | form elements ----------------------------------------------------------- */

table.formBox { width:100%; }
table.formBox caption { text-align:left; }
table.formBox th { color:#6E6E6E; font-size:10px; text-align:left; }

table.formBox.mester th,
table.formBox.mester td { padding:1px 4px; }
table.formBox.mester th { background:#EEE; }

table.formBox.mester td a { text-decoration:none; }
/* end */


body.iframe ul { margin-left:22px; }