/* CSS Document */

/* Sitewide general CSS */

body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #9999aa;
	font-size: 1em;
	text-align: center;
}

a {
	color: #0077a3;
	text-decoration: none;
}

.hide {
	display: none;
}

a:visited {
	color: #0077a3;
}

img {
	border: 1px solid #999;
}

#header img {
	border: 0;
}

.warning {
	color: #db7388;
	font-weight: bold;
}

span.clearer {
	clear: both;
	height: 1px;
	background: none;
	margin: 0 0;
	display: block;
}

h1.csc-firstHeader, h2.csc-firstHeader {
	font-size: 1.1em;
	color: #0077A3;
	margin: 0 0 16px 0;
	font-weight: bold;
}

h1.underlined, h2.underlined {
	font-size: 1em;
	padding: 0 0 10px 0;
	background: url(../../images/underlined_headline_bg.gif) repeat-x 0 24px;
	margin: 10px 0 14px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
	color: #0077A3;	
	margin: 6px 0 12px 0;
}

.left-col-8 h2 a,
.content h2 a{
	color: #a11d21;
	text-decoration: none;
}

.left-col-8 h2 a:hover,
.content h2 a:hover {
	color: #a11d21 !important;
	border-bottom: 1px dashed #a11d21 !important;
}

input, select, option {
	font-size: 0.75em;
}

p {
	font-size: 0.85em;
	line-height: 1.5;
	margin: 5px 0 5px 0;
}

th, td {
	font-size: 0.9em;
}

.content ol {
	font-size: 0.85em;
	line-height: 1.7;
	margin: 10px 0 16px 0;
}

.content ol li {
	padding: 0 0 0 15px;
	margin: 10px 0 10px 30px;
}


.content ul {
	font-size: 0.85em;
	line-height: 1.7;
	margin: 10px 0 16px 0;
	list-style-type: none;
}

.content ul li {
	background:  url("../images/background-li.gif") no-repeat 4px 8px;
	padding: 0 0 0 15px;
	margin: 10px 0 10px 0;
}

div, ol, ul, li, img, form, select, input, table, td {
	margin: 0;
	padding: 0;
}

#torsk-container {
	width: 910px;
	background: #fff;
	margin: 0 auto 10px auto;
	text-align: center;
}
/* Header and logo -------- */
#header{
	background: #00A6EB url('../images/masthead-bkg.png') no-repeat left;
	text-align: left;
	height: 108px;
	width: 910px;
}

.text-logo {
	text-indent: -9999px;
	z-index: -1;
	height: 1px;
}

#torsknet-logo {
    clear: both;
	width: 275px;
	height: 50px;
	position: relative;
	float: right;
	top: 43px;
	right: 10px;
}
#torsknet-logo img {
}

#services{
	float: right;
	position: relative;
	top: 5px;
	right: 10px;
	font-size: 0.75em;
	line-height: 1.1;	
	color: #fff;
	text-align: right;
	width: auto;
	height: 1.2em;	
}

#services form {
	height: 21px;
	float: left;
	margin-left: 5px;
}
#services span {
	float: left;
	margin: 1px 4px 0 0;
	font-weight: 500;
}

#services span a {
	color: #fff;
	text-decoration: none;
}

#services span a:hover {
	text-decoration: underline;
}

#services label {
	vertical-align: middle;
}

#search input#sword {
	font-size: 11px;
	line-height: 14px;
	width: 155px;
	height: 16px;
	border: solid 1px #999;
	vertical-align: middle;
}

#search span {
   margin-right: 0px;
}

#search input.button {
	width: 36px;
	height: 18px;
	margin: 0 0 0 2px;
	vertical-align: middle;
	border: 1px solid #060850;
	background: #5C71CC;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: none;	
}
/* Main navigation */
#main-nav {
	font-size: 0.8em;
	color: #fff;
	width: 100%;
	height: 28px;	
	background: #0077a3;	
	clear: both;
}

#main-nav ul {
	list-style-type: none;
	height: 28px;
	border-left: solid 1px #fff;	
	margin: 0 0 0 10px;
	font-weight: 500;
	width: 850px;
	float: left;	
}

#main-nav ul li {
	float: left;
	border-right: solid 1px #ffffff;
	text-align: left;
	width: 104px;
}

#main-nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 99px;
	float: left;
	padding: 10px 0 1px 5px;
	height: 17px
}
#main-nav li span {
	display: block;
}

#main-nav li a:hover {
	background-color: #5acbf5;
}
#main-nav li.act a {
	background-color: #5acbf5;
	width: 99px;
	padding: 10px 0 1px 5px;
	height: 17px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

/*#main-nav li.act a {
	font-weight: 600;	
	background-color: #060850;
	letter-spacing: -0.5px;
}*/

#main-nav li.act a:hover {
}

#fontsize {
	float: right;
	padding: 10px 0 1px 0;
	height: 17px;
	margin-right: 10px;
	width: 70px;
	line-height: 14px;
}

#fontsize span {
	float: left;
	margin-left: 5px;
}

#fontsize span.larger {
	font-size: 1.15em;
}
#fontsize span.smaller {
	font-size: 0.85em;
}



/*-------------------- sponsors --------------------*/

div#sponsors {
	margin: 0 0 0 26px;	
}

div#sponsors div#sponsors-headline {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #8C8C8C;	
	width: 135px;
	background: url(/fileadmin/templates/images/background-sponsors.gif) repeat-x 20px 20px;
	padding: 0 0 4px 0;
	margin: 0 0 6px 0;
}

div#sponsors img {
	margin: 0 0 10px 0;
}

/*-------------------- footer --------------------*/

#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;	
	width: 885px;
	height: 37px;
	padding: 5px 5px 0 0;
	clear: both;
	margin: 0 10px 0 10px;
	border-top: 1px solid #999;
}

#footer-copyright {
	float: left;
	width: 	250px;
	margin: 0px 8px 0 5px;
	color: #666;
	display: inline;
}

#footer-copyright a {
	color: #333;
}


#footer-cms {
	float: right;
}

#footer-cms img {
	margin-left: 5px;
}

/* contentarea */

#contentwrapper {
	padding: 1.5em 10px 1em 10px;
	display: block;
	height: 100%;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5;
}

#contentwrapper a:hover {
	color: #00a4e8;
	text-decoration: none;
	border-bottom: 1px dashed #00a4e8;
}

#contentwrapper th, #contentwrapper td {
	padding: 3px 0;
}

.content-clear {
	display: block;
	height:1px;
	clear: both;
}

/* blueBox CSS */

.borderBox {
	display: block;
	background: none;
	margin-bottom: 1em;
}

.blueLine {
	margin: 0 1px;
	height: 1px;
	background: #0077a3;
	display: block;
	overflow: hidden;
	font-size: 1px;
}

.borderBox-heading h1, .borderBox .csc-header h1 {
	padding: 0.2em 5px 0.3em 5px;
	font-size: 1em;
	color: #fff;
	background: #0077a3;
	margin: 0;
	border-left: 1px solid #0077a3;
	border-right: 1px solid #0077a3;
}

.borderBox-content, 
.borderBox .tx-gsttopcontent-pi1,
.borderBox .no-image-content,
.borderBox embed,
.borderBox .csc-textpic-text,
.borderBox .media-content,
.borderBox .tx-flvplayer2-pi1,
.borderBox .tx-kuloplayer-pi1,
.borderBox .csc-textpic,
.borderBox .tx-jppageteaser-pi1,
.borderBox .tx-damdownloads-pi1,
.borderBox .tx-rgslideshow-pi1,
.borderBox .content {
	padding: 0.5em 5px 0.5em 5px;
	border-left: 1px solid #0077a3;
	border-right: 1px solid #0077a3;
	display: block;
	background: #edf3f5;
	margin: 0pt !important;
}

.borderBox .tx-rgslideshow-pi1 img {
	border: none;
}
	
.borderBox .tx-rgslideshow-pi1 a:hover {
	border: none !important;
}

.borderBox .media-content {
      height: 175px;
}

.borderBox .random-images {
   text-align: center;
}

.borderBox .random-images a {
   text-align: center !important;
}

.borderBox .random-images a:hover {
   border-bottom: 0px solid #fff !important;
}


.borderBox-content  h3 {
	font-size: 0.9em;
	line-height: 1.1;
	font-weight: normal;
	margin: 0 0 0.3em 0;
}

.borderBox div.csc-header {
	margin: 0;
}

.borderBox-content span.news-date {
	font-size: 0.8em;
	margin: 0 0 0.5em 0;
	display: block;
}

hr.clearer {
	clear: both;
	height: 1%;
	border: 0px solid #fff;
	color: #fff;
	line-height: 0;
	margin: 0;
}

.csc-header,
.csc-subheader, 
.csc-textpic, 
.csc-noimage,
.tx-felogin-pi1,
.tx-srfeuserregister-pi1 {
	margin: 0 5px;
}

.no-image-content, 
.tsteaser-element, 
.tx-gsttopcontent-pi1, 
.tx-rggooglemap-pi1, 
.tx-indexedsearch,
.tx-wssitemap-pi1, 
.tx-slideshow-pi1, 
.tx-veguestbook-pi1,
.tx-newloginbox-pi1,
.tx-hoicommunity-pi1,
.tx-powermail-pi1,
.tx-wecmap-pi1 {
   padding: 0 5px;
}

.tx-wssitemap-pi1 {
   line-height: 1.2;
}

.tx-srfeuserregister-pi1 h4 {
	margin: 5px 0;
}

.csc-textpic-text .no-image-content,
.csc-textpic .csc-textpic-text {
   padding: 0;
   border: none;
}

.csc-header {
   clear: both;
}

.username {
   position: relative;
   top: 30px;
   left: 10px;
}

.tx-efafontsize-pi1 {
   width: 55px;
   float: right;
   padding: 8px 10px 0 0;
   text-align: right;
}

.tx-efafontsize-pi1 img, .tx-wssitemap-pi1 img {
   border: 0;
}
   