@import url('flexcontent.css');
@import url('content.css');
@import url('aggersvold.css');

/*@import url('tt_news.css');*/

#menu1 { float:left;min-height:150px;height:150px;width:200px;background-color:#F2F2E6; margin: 0 0 10px 0;}
* html #menu1 { float:left;height:150px;width:200px;background-color:#F2F2E6; margin: 0 0 10px 0;}
#menu1-header { font-size:12px;padding:5px 5px 5px 20px;margin:2px 0 10px 0;display:block;background-color:#5A613F;color:#fff;font-weight:bold; }

#menu1 ul { 
  font-family: verdana,sans serif; padding: 0 0 0 0; margin: 0 0 0 20px; 
  list-style: none;
 }

#menu1 li { padding: 0 0 0 0px; margin: 0 0 0 0; }

#menu1 li a, #menu1 li a:visited, #menu1 li a:active{
 font-size: 12px;
 color: #546038;
 text-decoration: none;
 width:120px;
 display:block;
 padding-top:2px;
 padding-bottom:2px;
 padding-left:10px;
 background-image:url(../images/menu1arr_r.gif);
 background-position:2px 7px;
 background-repeat:no-repeat;
}

#menu1 li a:hover {
text-decoration:underline;
}

#menu1 li a.menu1-level0-SUB {
 font-weight: bold;
 background-image:url(../images/menu1arr_d.gif);
 background-position:1px 9px;
 background-repeat:no-repeat;
}
#menu1 li a.menu1-level0-ACT {
 font-weight: bold;
}

.paragraph{
	padding:10px;color:green;
}

.link{
	color:red;
	font-weight:bold;
}

.image{
	border:3px dotted blue;
}

.tablecell{
	border:3px dotted red;
}