﻿
/* logofärg blå #007CC2;
	logofärg röd #EE3A43;
	blå header: #62ABCE;
*/

body 
{
    font-family: Arial,Verdana;
    background-color: #616161; /*#990000;*/
    /*background-image: url("bg.gif");*/
}

#mainWrapper
{
    width:900px;
    text-align:left;
    background-color:White;
    /*border: solid 1px white;*/
}

#mainWrapper form
{
    border: 0;
    padding: 0;
    margin: 0;
}
#mainWrapper a 
{
		
}

#headerWrapper
{
    width:900px;
    padding: 0px 0px 0px 0px;
    height:71px; /* adjust: height of header */
    
    text-align:right;
    background-repeat:no-repeat;
    background-position:left;
    background-image: url("toplogo2.png");
    background-color:#62ABCE;
    /*margin-bottom: 1px;*/   
}
#headerWrapper #ctl00_CtrlSearch1_searchString
{   border-color:#CCCCCC;
    background-color:#9900CC;
    color:#000000;
    font-weight:bold;
    font-size:small;
    font-family:Arial;
}
#headerWrapper #ctl00_CtrlSearch1_ButtonSearch
{	margin-right:5px;
	margin-top:5px;
    border-color:#FFFFFF;
    background-color:#007CC2;
    
    color:White;
    font-weight:bold;
    font-size:small;
    font-family:Verdana;
}

#menuWrapper
{   width:100%;    
    background-color:#007CC2;
    text-align:center;
    font-weight:bold;
    font-size:small;
    padding: 10px 0px 10px 0px;

    border-bottom: solid 1px #EE3A43;
    /*border-left: solid 2px White;*/
    /*border-right: solid 2px White;*/
}

#menuWrapper td
{
    text-align:left;
}

#menuWrapper .staticMenuItemStyle
{
/*border-right: solid 1px #EE3A43;*/       
}

#menuWrapper a
{
    color:White;
}

#menuWrapper a:hover
{
    text-decoration:underline;
}
#ctl00_breadCrumbsWrapper
{	text-align:left;
	text-indent:180px;
	clear:left;
    width:900px;
    padding: 0px 0px 2px 0px;
    
    font-size:small; 
    font-weight:bold;
    font-family:Arial,Verdana;     
    border-bottom: solid 1px #EE3A43;
    background-repeat:no-repeat;
    background-position:left;
    background-image: url("sublogo.png");
}

#ctl00_breadCrumbsWrapper a
{
    color:#007CC2;
    text-decoration:none;
}

#ctl00_breadCrumbsWrapper a:hover
{
    text-decoration:underline;
}

#currentPageTitleWrapper
{float:left;
    font-weight:bold;
	height:20px;
	background-color:red;
	clear:right;
	display:none;
}
#currentPageTitleWrapper span
{color:Black;
	}

#contentWrapper
{	float:left;
	
    margin: 0px 5px 5px 5px;
    width:890px;
    font-size:small; 
    font-family:Arial,Verdana; 
}

#ctl00_footerWrapper
{	clear:both;
    padding: 7px 0 7px 0;
    font-size:small;
    text-align:center;
    border-top: solid 1px #EE3A43;
    background-color:#62ABCE;
    color:#FFFFFF;
    font-family:Verdana, Arial;
    margin-bottom:5px;
    }
#ctl00_footerWrapper a
{
    font-size:small;
    text-align:center;
    color:#FFFFCC;
}
#ctl00_footerWrapper a:hover
{
    text-decoration:underline;
    
}

