/* 
*******************************************************************
CSS
******************************************************************
*/

body { 
	margin: 0; 
	padding: 0; 
	background: url(../../files/main/background.jpg) repeat;
}

/* Master div */
#container { width: 1000px; margin: 0 auto; }

/* Content */
#content { position: absolute; margin-left:240px; top: 50px; width: 500px; }

#right { position: absolute; margin-left:800px; top:50px; width:241px; height:100px; }
#right_wide { position: absolute; margin-left:770px; top:50px; width:200px; }

#background_ruta { position: absolute; margin-left:0px; top: 20px; width: 1000px; height:660px; background: url(../../files/main/background_ruta.gif) no-repeat;}

#menu_background { position: absolute; top: 0px; width:270px; }

#menu { position: absolute; margin-left:11px; top: 116px; width:270px; }

#logo { position: absolute; margin-left:11px; top: 30px; width: 267px; height: 81px; }

#image { position: absolute; margin-left:0px; top: 0px; }

#menu_divider { width:267px; height:10px; background: url(../../files/menu/linje.gif) no-repeat; }
#menu_divider_over_active { width:267px; height:10px; background: url(../../files/menu/linje_over_active.gif) no-repeat; }
#menu_divider_under_active { width:267px; height:10px; background: url(../../files/menu/linje_under_active.gif) no-repeat; }

#menu_attributes { padding:0 0 0 30px; width:237px; height:15px; background: url(../../files/menu/pil.gif) no-repeat; }
#menu_attributes_active { padding:0 0 0 30px; width:237px; height:15px; background: #073145 url(../../files/menu/pil.gif) no-repeat; }

#citat { position:relative; padding:15px 0 0 50px; width:210px; background: url(../../files/main/citat_bg.gif) no-repeat; }

/* INAKTIVA */
#main { position: relative; float:left; padding:0 0 0 0; top:0px; width:500px; }

