﻿
/* **************** GENERAL STYLES FOR EONT ************   */

#table1 {
margin-right: auto;
margin-left:auto; 
text-align:center;
}

body {
text-align:center;
background-color:#FFFFFF;
background-image: url(../images/design/body_backgroundgradient.gif);
background-repeat:repeat-y;
background-position:top;
padding-bottom:20px;
    }


/* **************** STYLES FOR NEWS ************   */


P.NewsHeadline {
font-size: 11px;
font-weight: bold;
}

P.NewsDate {
font-size: 9px;
font-style: italic;
padding-top: 4px;
}

P.NewsText, P.NewsLink{
font-family: Tahoma, Verdana, Arial, Serif;
font-size: 10px;
line-height:13px;
padding-bottom:3px;
}

P.NewsLink {
text-align: right;
margin-right:10px;
font-weight:bold;
}

A.NewsLink {
text-decoration:underline; 
color:#00aef0;
}

A.NewsLink:Hover {
text-decoration:none;
}

.NewsSearchHeadline {
font-size: 13px;
font-weight: bold;
color:#000000;
text-decoration:underline; 
}

.NewsSearchLink {
font-family: Tahoma, Verdana, Arial, Serif;
font-size: 9px;
color:#00aef0;
font-weight:bold;
}

P.NewsSearchDate {
font-size: 10px;
font-style: italic;

}

.searchMarkedString {
    background-color:yellow;
}



/* ********** INPUTS *********** */

Input,Select,textarea
{
    font-family: Tahoma, Verdana,arial;
    font-size:11px;
    
}
Input.Button
{
    font-family:Tahoma,Verdana,arial;
    font-size:11px;
    letter-spacing:1px;
    padding-left:7px;
    padding-right:7px;  
}


Img.TeasePic {
Margin-Top: 6px;
}

/* ************ GRÖN RUBRIKBOX ****************** */

Font.HeadlineBox {
font-family: Trebuchet MS, Arial, Serif;
font-size: 11px;
text-transform:uppercase;
color:#000000;
text-decoration:none; 
text-align: center;
        
background: url(../images/design/MenuBox_Green_Left.gif) left top no-repeat;
padding-left: 10px
}

span.HeadlineBox {
padding-top:4px;
padding-bottom:2px;
background: url(../images/design/MenuBox_Green_right.gif) right top no-repeat;
padding-right: 10px;

}

Font.HeadlineBox, span.HeadlineBox
{
display: block;
}

Font.GreenButton {
font-family: Trebuchet MS, Arial, Serif;
font-size: 11px;
text-transform:uppercase;
color:#000000;
text-decoration:none; 
text-align: center;
        
background: url(../images/design/Button_Green_Left.gif) left top no-repeat;
padding-left: 10px;
padding-top: 3px;
padding-bottom:3px;
height:10px;
}

span.GreenButton {
padding-top:3px;
padding-bottom:3px;
background: url(../images/design/Button_Green_right.gif) right top no-repeat;
padding-right: 10px
}

A.GreenButton {
font-family: Trebuchet MS, Arial, Serif;
font-size: 11px;
text-transform:uppercase;
color:#000000;
text-decoration:none; 
font-weight:normal;
}



/* ************ NAVIGERING ****************** */

#navigation a {
font-family: Trebuchet MS, Arial, Serif;
font-size: 11px;
text-transform:uppercase;
font-weight:normal;
color:#000000;
text-decoration:none;
background: url(../images/design/MenuBox_Blue_Left.gif) left top no-repeat;
padding-left: 10px
} 

#navigation a span {
padding-top:4px;
padding-bottom:2px;
cursor: pointer; cursor: hand;
background: url(../images/design/MenuBox_Blue_right.gif) right top no-repeat;
padding-right: 10px
} 

#navigation a:hover {

color: #000000;
background: url(../images/design/MenuBox_Green_left.gif) left top no-repeat;
padding-left: 10px
} 

#navigation a:hover span {

background: url(../images/design/MenuBox_Green_right.gif) right top no-repeat;
padding-right: 10px
} 

#navigation a, #navigation a span
{
float: left
}

.menu_gradient 
{
height:20px;
background-image: url(../images/design/menu_gradient_gray2white.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
background-position:top;
}


/* ************ MENY TILL VÄNSTER ****************** */
A.LeftMenu {
font-family: Trebuchet MS, Arial, Serif;
font-size: 13px;
text-decoration:none; 
font-weight:normal;
color:#000000;
background-color:#cbcbcb;

background-image: url("../images/design/LeftMenu_Back_Off.gif");
background-position: bottom; 
background-repeat:no-repeat;

display: block;
padding: 4 7 9 10;
margin: 0 0 0 0;
}

A.LeftMenu:Hover {
text-decoration:none;
background-color:#b8b8b8;
background-image: url("../images/design/LeftMenu_Back_On.gif");


background-position:bottom;
}


/* ************* TOPBAKGRUNDEN ************* */

.Top {
background-image:url("../images/design/Top_TopBack.jpg");
}

.TopBottomBack {
background-image:url("../images/design/Top_BottomBack.jpg");
}

.BottomBox 
{
    width:801; 
    height:27; 
    background-image:url("../images/design/bottom_box.gif"); 
    text-align: center;
}
/* ************* TOPBAKGRUNDEN ENDS ************* */

/* **************** STYLES FOR GALLERY ************   */
    .picspan {
       width: 110px; 
        height: 90px;
        background-image:url(../images/gallery_back_new.jpg); 
        background-repeat:no-repeat;
        padding: 9 7 7 9;
        float:left;
        margin:3px;
    }
    
    .picimg 
    {
        width:110px; 
        height:83px;
        border:0px;
     }
     
     img.GalleryImg {
        padding: 5px;
     }

/* **************** STYLES FOR GALLERY ENDS ************   */
