* {
	margin: 0;
	padding: 0;
	}

body {
	background: url(../img/bg.gif) repeat;
	}

/* ========= FRAMEWORK =========== */


#wrap {
	width: 760px;
	margin: auto; 
	min-height: 700px;
	background. #FFF;
	}

#header {
	background: url(../img/header1.jpg) bottom no-repeat;
	height: 226px;
	width: 760px;
	position: relative;
	}

.gray_linje_top {
	width: 760px;
	height: 10px;
	background: #9D9B9C;
	border-top: 1px solid #FFF;
	}    
   
.footer {
	width: 760px;
	height: 28px;
	position: relative;
	margin: 0px auto; 
	background: #FFF;
	border-top: 1px dotted #CCC;
	margin-bottom: 10px;
	}

.footer a {
	color: #999;
	text-decoration: none;
	}

.footer a:hover {
	text-decoration: underline;
	}    

 .entos {
 	position: relative;
 	width: 20px;
 	margin: 7px 10px 0 0px;
 	float: right;
	 }


/* ========= CONTENT =========== */
    
#main {
	width: 760px;
	min-height: 500px;
	background: url(../img/content_bg.gif) top repeat-y;
	}

#mainWide {
	width: 760px;
	min-height: 500px;
	background: url(../img/content_bgWide.gif) top repeat-y;
	}
    
    
.right_box{
	width: 190px;
	float: right;
        position: relative;
	margin-top: -5px;
	border: 0px solid #000;
	padding-left: 0px;
	}
	
.content_middle {
	width: 320px;
	float: left;
	padding-left: 17px;
	margin-top: 0px;
	}

.content_box_middle {
        padding: 0px;     
	}

.contentWide {
	width: 550px;
	float: left;
	padding-left: 17px;
	margin-top: 0px;
	border: 0px solid #ccc;
	}    

 
.contentbox_left {
	width: 180px;
	margin: 0px;
	float: left;
	padding: 0;
	}

.contentbox_right {
	width: 569px;
	margin-top: 0px;
	float: left;
	}

.contentbox_right img {
	margin-top: 5px;
	margin-bottom: 10px;
	}
    
.contentbox_right a {
	color: #dd0d30;
	text-decoration: none;
	}

.contentbox_right a:hover {
	text-decoration: underline;
	color: #666;
	}

  
  
    
/* ========= MENY =========== */


.menu 	{
	float: left;
	/*background-color: #f2f2f2;*/
	width: 180px;
	margin: 15px 0 25px 0;
	}
	
.menu li {
	margin-top: 5px;
	list-style: none;
	margin-right: 0px;
	}

.menu li a
	{
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin:  0 0 0 0px;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
	
.menu li a:link
	{
	text-decoration: none;
	color: #000;
	}
	
.menu li a:visited
	{
	text-decoration: none;
	color: #000;
	}
	
.menu li a:hover
	{
	text-decoration: underline;
	color: #909090;
	}
	
.menu li a:active
	{
	text-decoration: none;
	}

.menu li a.activePil 
{
	background: url(../img/aktiv.gif) no-repeat;
	background-position: 0px;
	padding-left: 25px;
}


/* ========= ÖVRIGA TAGGAR =========== */

.lista {
	padding-left: 20px;
	line-height: 15px;
	}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #646464;
	}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #000000;
	}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #000000;
	}

img {
	border: none;
	}


a {
	color: #AF1B3D;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}


/* ========= ÖVRIGA POSITIONERINGAR =========== */

.MarginRight3 {
	margin-right: 2px;
	}
	
.MarginRight10 {
	margin-right: 10px;
	}
	
.MarginRight12 {
	margin-right: 12px;
	}
	
.Margin10 {
	margin: 0 10px;
	}
	
.Margin15 {
	margin: 0 15px;
	}
	
.MarginGalleri {
	margin: 0 10px 3px 10px;
	}
	
.MarginBottom3 {
	margin-bottom: 3px;
	}

