/* styles for misc. flexible content elements */
@import url('flexcontent.css');
/* styles for content rendering */
@import url('content.css');
/* styles for main design components*/
@import url('kvadrat_tc.css');
/* styles for extensions */
@import url('ext_styles.css');
/* styles for dyn-web scrolling layers */
@import url('scroll_h.css');
@import url('scroll_v.css');


/* Added by Rasmus J�rgensen */
.unsubscribe { border:none;background:transparent no-repeat;color:#da2321; }

#menu1 { clear:both; }
#menu2 { height:343px;clear:both; }

.menu { float:left;padding: 0 0 0 0; margin: 7px 0 0 0; list-style: none; }
.menu li { padding: 0 0 0 0; margin: 0 0 0 0; }

.menu li a{
 font-size: 11px;
 color: #333;
 text-decoration : none;
/* border:1px solid #F7F6F6; */
 width:180px;
 display:block;
 padding-top:8px;
 padding-bottom:7px;
 padding-left:8px;
}

.menu li a:hover {
/* border:1px solid #dddbdb; 
 background-color: #fff; */
 text-decoration : none;
/* padding-left: 30px; */
 font-weight: bold;
}

.menu li a.menu1-level0-ACT {
 font-weight: 700;
/* border:1px solid #dddbdb; */
/* padding-left: 30px; */
 text-decoration : none;
 font-weight: bold;
}
.menu li a.USR{
 font-weight:100;
 border:1px solid #dddbdb;
 text-decoration: none;
 background-color: #eeeceb;
}

.menu li a.USR:hover{
 border:1px solid #dddbdb;
/* background-color: #fff; */
 text-decoration : none;
}

DIV.menu1-level0-SPECIAL {
 font-size: 11px;
 color: #333;
 text-decoration : none;
 width:180px;
 display:block;
 padding-top:10px;
 padding-bottom:7px;
 padding-left:8px;
 font-weight: bold;
/* border:1px solid #dddbdb;*/
}
DIV.menu1-level0-SPECIAL A {
 font-size:10px;
 color: #333;
 text-decoration : none;
 width:180px; 
 display:block;
 font-weight: bold;
 padding-top:10px;
 padding-bottom:5px;
 padding-left:6px;
 margin-bottom:-10px;
 margin-top:-10px;
 margin-left:-8px;
}
/*
DIV.menu1-level0-SPECIAL A:hover {
 background-color: #fff;
 text-decoration : none;
 border: none;
 padding-top: 11px;
 padding-bottom: 6px;
 padding-left: 7px;
}
*/
DIV.menu1-level0-SPECIAL .mainbar, DIV.menu1-level0-SPECIAL .holder {
 margin-left:-10px;
}
DIV.menu1-level0-SPECIAL .wn  { 
  position:absolute; left:0; top:0;
  width:159px; height:70px; 
  clip:rect(0, 239px, 70px, 0); 
  overflow:hidden; z-index:10;
  }

.paragraph{
	padding:10px;color:green;
}

.link{
	color:red;
	font-weight:bold;
}

.image{
	border:3px dotted blue;
}

.tablecell{
	border:3px dotted red;
}

/* 
 Disables dotted lines around links
 Same functionality as blur.js script but more browser compatibility are met
*/
a:active{
	outline:			none;
}

:-moz-any-link:focus{
	outline:			none;
}
