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


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

body#test 
{ 
	background-image: url('/design/assets/gfx_bgtile_body.gif');
	background-repeat: repeat-y;
	background-position: 19px 19px;
}
/* end */


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

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

div.boxCont { }
/* end */


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

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


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

.CSPOT02 
{ 
	width:160px; 
	background: url(/design/assets/gfx_bgimage_cspot02_dspcont.gif) top no-repeat; 
	margin-left: 10px;
}

.CSPOT02 div.dspCont 
{ 
	height:240px; 
	padding:10px; 
	background:url(/design/assets/gfx_bgimage_cspot02.gif) bottom no-repeat;
}

/* end */



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

ul.menuMain 
{ 
}

ul.menuMain li 
{ 
	display:inline; 
	float:left; 
	margin-right:2px; 
	border-bottom:#FFF 1px solid;
	text-align: center;
}

ul.menuMain li:hover 
{ 
	/*border-color:#BA0008; */
}

ul.menuMain li a 
{ 
	display:block; 
	color: #FFF; 
	text-decoration:none; 
	padding:4px 0; 
	font-size:12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

ul.menuMain li a:link,
ul.menuMain li a:visited,
ul.menuMain li a:active 
{ 
	color:#FFF; 
}

ul.menuMain li.active 
{ 
	border-color:#ad2613; 
}

/*
apply round corners */
ul.menuMain li 
{ 
	width: 117px;
	height: 27px;
	background-image:url(/design/assets/tab.png);
}

/*
ul.menuMain li a { background:url(/design/assets/gfx_bgimage_menumain_grey2.gif) top right no-repeat}
ul.menuMain li.mark { background:url(/design/assets/gfx_bgimage_menumain_red1.gif) top left no-repeat}
ul.menuMain li.mark a { background:url(/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 a { 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 
table.formBox th,
table.formBox td 
{ 
	padding: 1px 0; 
}

table.formBox.mester th { background:#EEE; }

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


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