/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol {
	list-style-type: none;
}
fieldset, img {
	border: none;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
br {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}

/* GLOBAL */

.posUp20 {
	position: relative;
	top: -10px;
}


html, body {
	background-color: #577798;
	margin:0 auto;
	padding: 0px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/misc/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#body {
	width: 950px;
	clear: both;
	margin:0 auto;
	padding: 0px;
	background-image: url(../images/misc/bg_shadow_ver.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
	/* clearfix #a */
	display: inline-block;
}
/* clearfix #b */
#body:after {
	content: ".";
	height:0;
	visibility: hidden;
	display: block;
	clear: both;
}
#leftcontent {
	width: 225px;
	float: left;
	overflow: hidden;
	position: relative;
	top: 0px;
}
#content {
	width: 500px;
	float: left;
	text-align: left;
	background-color: #F7F7F7;
	background-attachment: scroll;
	background-image: url(../images/misc/bg_content.png);
	background-repeat: repeat-y;
	overflow: visible;
	position: relative;
	top: 0px;
}
#content a {
	color: #000000;
}
#rightcontent {
	width: 225px;
	float: left;
}
#header {
	width: 500px;
	clear: both;
}
#header p{
	padding: 0px;
}
#logo {
	width: 200px;
	height: 100px;
	float: left;
	position: absolute;
	top: 0px;
}
#blank_header {
	border-top-width: 100px;
	border-top-style: solid;
	border-top-color: #000000;
}
#subcontent {
	margin: 0px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 75px;
}


#subcontent ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#subcontent ul li {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#subcontent ol li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#subcontent hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#subcontent_extra {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.narrow {
	width: 275px;
	
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
}
.narrow#red {
	border-right-color: #FF4000;
}
.slim {
	width: 350px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	padding: 25px;
}
.slim#red {
	border-right-color: #FF4000;
}
.slim#yellow {
	border-right-color: #FFFF00;
}
.slim#green {
	border-right-color: #00A33D;
}
.slim#pink {
	border-right-color: #D010B1;
}
.slim#black {
	border-right-color: #666666;
}
.slim#orange {
	border-bottom-color: #FAA61A;
}

.wide {
	width: 450px;
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.wide#red {
	border-bottom-color: #FF4000;
}
.wide#yellow {
	border-bottom-color: #FFFF00;
}
.wide#green {
	border-bottom-color: #00A33D;
}
.wide#pink {
	border-bottom-color: #D010B1;
}
.wide#black {
	border-bottom-color: #666666;
	font-weight: normal;
}
.wide#orange {
	border-bottom-color: #FAA61A;
}


.imagetext_wide {
	width: 350px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.1em;
	color: #666666;
}
.imagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.1em;
	color: #666666;
}

.leftimg {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.rightimg {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.content_box {
	border: 1px solid #CCCCCC;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.important {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.terms {
	color: #FF0;
	font-size:16px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.info {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #76A2CF;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/misc/bg_info.png);
	background-repeat: repeat-y;
	width: 425px;
	position: relative;
	right: 25px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.info a{
	color: #FFFFFF!important;
}

.info ul, ol {
	margin-left: 25px;
}
.info ul li {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.news {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #76A2CF;
	color: #14334C;
	background-attachment: scroll;
	background-image: url(../images/misc/bg_news.png);
	background-repeat: repeat-y;
	width: 425px;
	position: relative;
	right: 25px;
	float: left;
	margin-top: 25px;
}
.news a{
	color: #14334C!important;
}
.coll_box {
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.coll_box li a {
	background-image: url(../images/misc/ikoner/download.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
}
.coll_box#pdf {
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.coll_box#pdf ul {
	margin-left: 0px;
}
.coll_box#pdf li {
	padding-left: 0px;
	list-style-type: none;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.coll_box#pdf a {
	background-image: url(../images/misc/ikoner/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;
}
.coll_box#extra {
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.coll_box#extra a {
	background-image: url(../images/misc/ikoner/download.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 20px;
	padding-left: 0px;
}
.coll_box a[href^="mailto:"] {
	background-image: none;
	padding-left: 0;
}
.coll_box a[href^="http:"] {
	padding-left: 0;
}


.coll_box#list ul {
	margin-left: 0px;
	
}
.coll_box#list li {
	padding-left: 0px;
	list-style-type: none;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.coll_box#list a {
	background-image: url(../images/misc/ikoner/download.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	
}
.coll_box#list em {
	padding-left: 20px;
	font-size: 9px;
	color: #666666;
	line-height: 1em;
}


.smalltext {
	font-size: 9px;
	line-height: 1.2em;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
.citat {
	font-size: 11px;
	font-style: italic;
	color: #898989;
}
.greytext {
	color: #999999;
}

.twocoll {
	width: 212px;
	float: left;
}
.twocoll#right {
	float: right;
}
.twocoll hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 25px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.threecoll {
	width: 140px;
	float: left;
	margin-right: 10px;
}
#footer {
	width: 500px;
	clear: both;
	color: #22384C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 225px;
	padding-bottom: 50px;
	padding-left: 225px;
	background-image: url(../images/misc/bg_shadow_hor.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

#footer a{
	color: #22384C;
	text-decoration: none;
}
#footer #slim {
	width: 500px;
	height: 0px;
	float: left;
	position: relative;
	top: 0px;	
}
#footer p:first-child{
	color: #ACC0D1;
}
#footer p:first-child a{
	color: #ACC0D1;
	text-decoration: underline;
}

#footerimg {
	height: 0px;
	width: 500px;
	
}
#footerimg #footertext {
	padding-top: 10px;
	padding-left: 25px;
	
}
#footerimg_a {
	float: right;
	position: relative;
	bottom: 40px;
	right: 10px;
	z-index: 2;
	
}
#footerimg_b {
	float: right;
	position: relative;
	bottom: 65px;
	right: 10px;
	z-index: 1;
	
}








#biglist {

}
#biglist li {
	margin-top: 10px;
	margin-bottom: 10px;
}












/* TEXT */

h1, h2, h3, h4, h5 {
	font-family: 'Arial', 'Helvetica', 'Sans-serif';
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 30px;
	color: #666666;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 25px;
}
h6 {
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	font-weight: normal;
	text-indent: 25px;
}
h2 {
	font-size: 18px;
	line-height: 1.5em;
	color: #666666;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	line-height: 1.3em;
	font-weight: bold;
	color: #76A2CF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
	color: #76A2CF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {
	font-size: 11px;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
}
a {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
.linkicon_a {
	background-image: url(../images/misc/ikoner/download.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 12px;
}
#subcontent a[href^="http:"] {
	background-image: url(../images/misc/ikoner/download.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 12px;
}
a[href$=".pdf"] {
	background-image: url(../images/misc/ikoner/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a[href$=".zip"] {
	background-image: url(../images/misc/ikoner/zip.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 30px;
	
}
a[href^="http://www.akvarium.dk"], a[href^="http://akvarium.dk"], a[href^="http://www.danmarksakvarium.dk"], a[href^="http://danmarksakvarium.dk"], a[href^="http://demo.akvarium.dk"] {
	background-image: none;
	padding-right: 0;
}



/* FORMS */



input[type="hidden"] {
	display: none;
	height: 1px;
	width: 1px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#content input:focus, textarea:focus, select:focus {
	background-color: #FBFBFB;
	border: 1px dashed #999999 !important;
}
label {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
input[type="text"] {
	width: 100%;
	border: 1px solid #999999;
	line-height: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	text-indent: 5px;
}
.threethird {
	width: 100% !important;
	border: 1px solid #999999;
	line-height: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	text-indent: 5px;
}
.twothird {
	width: 66% !important;
	border: 1px solid #999999;
	line-height: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	text-indent: 5px;
}
.onethird {
	width: 32% !important;
	border: 1px solid #999999;
	line-height: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	text-indent: 5px;
}
select {
	width: 32%;
	border: 1px solid #999999;
	line-height: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	text-indent: 5px;
}
input[type="radio"],input[type="checkbox"] {
	float: left;
	margin-right: 25px;
	position: relative;
	top: 2px;
}
input[type="submit"] {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	width: 100%;
	border: 1px solid #999999;
	float: left;
}

#subcontent form span {
	width: 60%;
	float: left;
}

.alert {
	background-color: #faacac;
}
.alerttext {
	color: #FF0000;
}

.required {
	font-weight: bold;
	color: #FF0000;
}






/* TABLES */
		
table {
	width: 100%;
	border-collapse: collapse;
}
thead {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}
th {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
tbody {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
tbody tr:hover {
	background-color: #FBFBFB;
}
tbody .active {
	background-color: #76A2CF;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/misc/bg_active.png);
	background-repeat: repeat-y;
}
tbody .active a {
	color: #FFFFFF;
}
td {
	border: 0px dashed #E6E6E6;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}
tfoot tr:first-child td {
	padding-top: 10px;
}
tfoot td {
	border: 0px solid #FFFFFF;
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	line-height: 1em;
	color: #999999;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.clean tbody {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.clean td {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.clean tbody tr:hover {
	background-color: #FFFFFF;
}
.clean tbody td:hover {
	background-color: #FBFBFB;
}
#cleanlink a {
	background-image: none;
	padding-right: 0;
	text-decoration: none;
}


/* MISC */

#flash_alert {
	margin: 0;
	padding: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CC3300;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
#flash_alert a{
	color: #FFFFFF;
	font-weight: bold;
}
#swf {
	margin: 0px;
	padding: 0px;
}

/* Search */
#subcontent iframe {
	max-width: 450px !important;
}





/* Sifr */
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt;
  padding: 0pt;
  overflow: auto;
  letter-spacing: 0px;
  float: none;
}
/* Sifr config */
.sIFR-active h1 {
	  line-height: 1em;
}
.sIFR-active h2 {
      
}
.sIFR-active h3 {
	  line-height: 1em;
	  margin-bottom: -5px;
}
.sIFR-active h4 {
	  line-height: 1em;
	  margin-bottom: -5px;
}

