/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #444;  
  color: #FFF;
}





/* -- Header layout/display styles -- */

#header {
  display: block;
  clear: both;  
  font-size: 8pt;
  font-weight: bold;
  text-transform: lowercase;
  color: #FC0;
  border-bottom: 1px solid #AAA;
  margin-bottom: 10px;
}




/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  background-color: #444;
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #fff; 
}

#contentLeft {
  float: right;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: left;
  width: 75%;
  background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 1em;
  line-height: 1.8em;
}


#content u {  
  color: #FC0;
  text-decoration: none;
}

#content table {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-family: Verdana;
  font-size: 1em;
  font-weight: bold;
  color: #fff; 
  line-height: 1.8em;
}


#content a {  
  text-decoration: none;
  color: #FC0;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0AD;
  background: #25509F url(../images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #FC0;
}

#footer a:hover {
  color: #fff;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}



/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 1px 1px 1px 1px;
  padding-left: 1px;
  vertical-align: center;
  text-align: left;
  
  background-color: #444;  
  background-repeat: no-repeat;
  background-position: 5px 50%; 
  color: #fff
}

blockquote.exclamation {
}

blockquote.stop {
}

blockquote.go {
}


/**************************************************************
   Instructions and included icons
 **************************************************************/

.layer1 {
	width: 400px; 
	height: 150px; 
	visibility:hide
}

.layer2 {
	width: 400px; 
	height: 150px; 
}



/**************************************************************
   Opgaver
 **************************************************************/

/* -- test link dropdown -- */


#popitmenu{
position: absolute;
padding: 4px;
background-color: #666;
border:1px solid #fc0;
font: 13px Verdana;
font-weight: bold;
color: #fff;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #ffcc00;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #333;
}


