.Rubrik1{color:#033f6f;font-size: 24px;font-weight: normal;line-height: 27px;font-family: "Trebuchet MS", Helvetica, sans-serif;} .Rubrik2{color: #033f6f;font-size: 20px;font-weight: normal;line-height: 23px;font-family: "Trebuchet MS", Helvetica, sans-serif;} .Rubrik3{color: #464646;font-size: 16px;font-weight: normal;line-height: 19px;font-family: "Trebuchet MS", Helvetica, sans-serif;} .Rubrik4{color: #042951;font-size: 11px;font-weight: bold;line-height: 14px;font-family: "Trebuchet MS", Helvetica, sans-serif;} .Kursiv{font-style:italic;} .Fetstil{font-weight:bold;} .Border_1{border:1px #C4C4C4 solid;} .Border_2{border:2px #C4C4C4 solid;} .Border_3{border:1px #C4C4C4 dotted;} .BlueText{color:#033F6F;} .GrayText{color:#464646;} .DarkGrayText{color:3b5768;} /* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; } /* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */ body { background-color: #3b5768; color: #464646; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 11px; line-height: 14px; margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */ padding: 52px 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ text-align: center; /* Centers the page content container in IE 5 browsers. */ background-image: url(images/bodybg.jpg); background-repeat: repeat-x; } /* Commonly used to style page titles. */ h1 { color: #033f6f; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 24px; font-weight: normal; line-height: 27px; } /* Commonly used to style section titles. */ h2 { color: #033f6f; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 20px; font-weight: normal; line-height: 23px; height: 100%; float: left; } /* Sets the style for the h3 header. */ h3 { color: #464646; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 16px; line-height: 19px; } /* Sets the style for the h4 header. */ h4 { color: #042951; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 14px; } /* Sets the style for unvisited links. */ a, a:link { color: #274f86; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: normal; text-decoration: none; } /* Sets the style for visited links. */ a:visited { color: #274f86; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 14px; text-decoration: none; } /* Sets the style for links on mouseover. */ a:hover { color: #033f6f; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 11px; line-height: 14px; text-decoration: underline; } /* Sets the style for a link that has focus. */ a:focus { color: #000; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 11px; line-height: 14px; } /* Sets the style for a link that is being activated/clicked. */ a:active { color: #033f6f; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 11px; line-height: 14px; } /* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */ #outerWrapper { background-color: #fff; margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */ text-align: left; /* Redefines the text alignment defined by the body element. */ width: 933px; background-image: url(images/index_content_bg.jpg); background-repeat: no-repeat; } #outerWrapper #header { border-bottom: solid 0x #666; /* Sets the bottom border properties for an element using shorthand notation */ font-size: 18px; font-weight: bold; height: 134px; line-height: 15px; margin-left: 41.5px; margin-right: 41.5px; padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ width: 850px; } #outerWrapper #contentWrapper { margin-left: 41.5px; margin-right: 41.5px; } #outerWrapper #contentWrapper #leftColumn1 { border-right: solid 0px #666; /* Sets the right border properties for an element using shorthand notation */ float: left; padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ width: 142px; margin-right: 21px; text-align: right; } #outerWrapper #contentWrapper #rightColumn1 { border-left: solid 0x #666; /* Sets the left border properties for an element using shorthand notation */ float: right; padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ width: 229px; } /* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */ #outerWrapper #contentWrapper #content { margin: 0 0px 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */ padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ width: 603px; } #outerWrapper > #contentWrapper > #content { position:relative; margin: 18px 0px 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */ padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ width: 605px; float: left; } /* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */ #outerWrapper #contentWrapper .clearFloat { clear: both; display: block; } #outerWrapper #footer { padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ width: 933px; background-image: url(images/foot.jpg); background-repeat: no-repeat; height: 96px; } .searcharea{ margin-top:30px; height: 30px; padding-left: 50px; padding-right: 5px; background-image: url(images/search_ico.gif); background-repeat: no-repeat; margin-left: 7px; } .newsmailcontent { margin-top:30px; height: 32px; padding-left: 50px; padding-right: 5px; background-image: url(images/mailer_ico.jpg); background-repeat: no-repeat; margin-left: 7px; } div.indexhead{ width:0px;/*603px;*/ height:0px;/*210px;*/ /*background-image: url(images/main.jpg);*/ background-repeat: no-repeat; float: left; margin-top: 0px; } .news{ margin-top:30px; padding-left: 16px; padding-right: 26px; background-image: url(images/news_ico.jpg); background-repeat: no-repeat; padding-top: 52px; margin-left: 16px; min-height: 30px; } .footinfo{ background-color:#000000; height:41px; margin-top: 55px; color: #b5d5c3; padding-left: 43px; padding-top: 5px; position: absolute; width: 933px; } div > .footinfo{width: 890px;} .innercontent{ width:436px; float: left; } .lang{ width:253px; height:20px; position:absolute; margin-top:16px; margin-left:0px; color:#fdfefe; font-size:11px; border: 0px; } .lang a{color:#fdfefe;} .lang a:hover{color:#fdfefe;} .lang a:active{color:#fdfefe;} .lang a:visited{color:#fdfefe;} .menu{ position:absolute; margin-top:97px; margin-left:73px; height: 20px; } /*div{ border:1px #F00 solid; }*/ /**Custom CSS**/ /* ######### BREADCRUMBS ########## */ .breadcrumbs_space{background-image:url("images/arrow.png");background-repeat: no-repeat; background-position: 60% 25%;margin:0px; width:20px;behavior: url(iepngfix.htc);} div > span.breadcrumbs_space{padding-left:20px;} .breadcrumbs { text-decoration: none; color:#909090; font-size: 11px; } .breadcrumbs a{ color: #023078; font-weight: normal; font-size: 11px; text-decoration: none; } .breadcrumbs a:hover{ color: #023078; font-weight: normal; font-size: 11px; text-decoration: underline; } /* ######### SLUT BREADCRUMBS ########## */ .SearchHighlight { color: #BC0504; font-weight:bold; } /* div.poweredby{position:relative;color:#666;font-size:9px; height:5px;} div.poweredby a,div.poweredby a:hover{color:#666;font-size:9px;} div > .poweredby{margin-top:60px;} */ div.poweredby{position:relative;float:right;text-align:right;margin-right:44px;top:-14px;color: #b5d5c3;font-size:9px; height:5px;} div.poweredby a,div.poweredby a:hover,div.poweredby a:visited,div.poweredby a:active{color: #b5d5c3;font-size:9px;} span.pb_span{font-family: "Trebuchet MS", Helvetica, sans-serif;font-size: 11px;line-height: 14px;} div > .poweredby{margin-top:0px;} .hiddentags { color: #FFFFFF; } .cssprintversion{ position:absolute; left:500px; width:24px; height:24px; background-image:url(images/printer.gif); background-repeat:no-repeat; background-position:center; } /**Newsmail CSS ----------------------------------------------------------------------------**/ #newsmail, div.newsmail{ background-color: b3d1e6; margin-right: 7px; height: 30px; } div > #newsmail, div > .newsmail{height: 40px;} .newsmail{ margin:0px; padding:0px; padding-top:1px; background-color: none; height: 20px; font-size:10px; padding-left: 0px; } .subscribe_email{ width:134px; height:22px; border:1px #5b7eab solid; padding-left:6px; background-color:fcfdfd; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 11px; color:#707070; } /**Search CSS ----------------------------------------------------------------------**/ form.searchform{ margin:0; padding:0 10px 3px 0; } .searchinput{ width:134px; height:22px; border:1px #5b7eab solid; padding-left:6px; background-color:fcfdfd; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 11px; color:#707070; } form.searchform input{ } #pb{ float:right; }