/*------------------------------------------------------------------------------------ */
/* Common                                                                              */
/*------------------------------------------------------------------------------------ */

body {
	background-color: #f5f7f7;
	background-image: url(/images/framework/bg.gif);
	background-repeat: repeat-x;
	color:#000000;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 
}


body, td, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

#wrapper {
	width: 770px;
	margin: auto;
	text-align: left;
	max-width: 760px;
	min-width: 760px;
}
.innerwrapper {
	width: 770px;
	text-align: left;	
	background-image: url(/images/framework/bg_skugga_ny.gif);
	background-repeat: repeat-y;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*------------------------------------------------------------------------------------ */
/* Header                                                                              */
/*------------------------------------------------------------------------------------ */

#header{
	height:76px;
	width:760px;
	background-color:#dddddd;
}
#headerContent{
	margin-left:30px;
	margin-right:30px;
padding-top:18px;
}
#logo{
width:200px;
float:left;
}

#search{float:right; width:200px;}
.searchForm{width:133px; font-size:12px;}
.searchBtn{width:30px; font-size:12px;}

#search .searchTop {
	text-align:right;
	width: 200px;
	margin-bottom:3px;
}

#search .searchTop a{
color:#000;
text-decoration:none;
}
#search .searchTop a:hover{
	color:#3e84be;
	text-decoration:none;
}
#search .searchTop .flag{
margin-left:8px;
}

#search .searchBottom {
	text-align:right;
	width: 200px;
}


/*------------------------------------------------------------------------------------ */
/* Text                                                                                */
/*------------------------------------------------------------------------------------ */

.orange {color: #FE9901;}

p{	margin-top:0;	margin-bottom:10px;	line-height: 17px;}
a{	color:#3e84be;	text-decoration:none;}
a:hover{	text-decoration:underline;}

h1{font-size:18px;margin:0;margin-bottom:10px;}
h2{font-size:16px;margin:0;margin-bottom:10px;}
h3{font-size:14px;margin:0;margin-bottom:10px;}

.bold{font-weight:bold;}
.newsLink a{	color:#3e84be;	text-decoration:underline;}
.newsLink a:hover{	text-decoration:none;}
.contactLink a{	color:#FE9901;	text-decoration:none;}
.contactLink a:hover{	text-decoration:underline;}

#footerContent a{	color:#fff;	text-decoration:none;}
#footerContent a:hover{	color:#FE9901;}


/*------------------------------------------------------------------------------------ */
/* Main menu                                                                           */
/*------------------------------------------------------------------------------------ */

#mainmenu {
	width:760px;
	background-color:#4a4a4a;
	clear: both;
}
#mainmenuContent {
	margin-left:20px;
	margin-right:30px;
	height:30px;
	padding-top:3px;
}
#mainmenuContent .active a {
	color:#FE9901;
}

#menu {list-style-type:none; margin:0;  padding:0;}
#menu li {display:block; float:left; position:relative; z-index:100;}
#menu li span {display:block; z-index:100; background:#4a4a4a; font-size:14px; font-weight:bold; padding: 5px 10px 5px 10px; }
#menu li a, #menu li a:visited {display:block; padding:0;}
#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}
#menu dd {display:none; background: transparent; clear:left; margin:0; padding:0; color: #fff; font-size: 12px; text-align:left;}
#menu dt {background: #4a4a4a; margin:0; font-size:14px; font-weight:bold; float:left;}
#menu dt a, #menu dt a:visited {display:block; color:#fff; text-decoration:none;  padding: 5px 10px 5px 10px; }
#menu dd a, #menu dd a:visited {background:#4a4a4a; color:#fff; text-decoration:none; display:block; padding: 5px 10px 5px 10px;}
#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #4a4a4a; color:#FF9B00;}
.clear {clear:both;}


/*------------------------------------------------------------------------------------ */
/* Sub section                                                                         */
/*------------------------------------------------------------------------------------ */

#subsection{
	width:760px;
	background-color:#3e84bf;
	height: auto;
}
#subsectionLeft{
	width:380px;
	height:200px;
	float:left;
}
#subsectionRight{
	width:380px;
	float:right;
	height:200px;	
}

/*------------------------------------------------------------------------------------ */
/* Main content                                                                        */
/*------------------------------------------------------------------------------------ */

#maincontent{
	width:760px;
	background-color:#ffffff;
	padding-top: 20px;
	clear: both;
}

/* IE HACK */
#maincontentLeft {margin-left:15px;}
html>body #maincontentLeft {margin-left:30px;}
#maincontentRight {margin-right:15px;}
html>body #maincontentRight {margin-right:30px;}

#maincontentLeft{
	width:320px;
	float:left;
}
#maincontentRight{
	width:350px;
	float:right;
}

/*------------------------------------------------------------------------------------ */
/* Footer & bottom                                                                     */
/*------------------------------------------------------------------------------------ */

#footer{
	height:30px;
	width:760px;
	background-color:#4a4a4a;
	float: none;
	margin-top: 20px;
}
#footerContent{
	margin-left:30px;
	margin-right:30px;
	font-size:11px;
	padding-top:8px;
	color: #FFFFFF;
}

#bottom{
	height:10px;
	width: 770px;
	background-image: url(../images/framework/bg_skugga_botten_ny.gif);
	background-repeat: no-repeat;	
}


/*------------------------------------------------------------------------------------ */
/* Printing                                                                            */
/*------------------------------------------------------------------------------------ */
.printbtn { float: right; }
.printbtn img { border-style: none; }
@media print {
  .printbtn { display: none; }
} 
