/* Standard, tar bort alla marginaler osv från allt */
* { padding:0px; margin:0px; border:0px; }

/* Alsett clearing - fixar clear för divs med floats inuti */
div.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html div.clearfix { height:1%; }
div.clearfix { display:block; }
/* Alsett clearing slut */


/*****************************************************************************/
/* HUVUDDESIGN - BLOCKS													  */
/*****************************************************************************/
body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-image: url(../context/gfx/background.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

div#main_wrap { /* Wrapper för hela sidan */
	width: 750px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -375px;
	color: #000;
}

div#main_top { /* Wrapper för logga m.m. */
	height: 100px;
	margin-bottom: 20px;
}

div#submenu { /* Wrapper för undermeny */
	margin: 0 0 10px 0;
}

div#main_content { /* Wrapper för content */
	border-color: inherit;
}

div#main_content div#left_column {
	width: 159px;
	float: left;
	margin-right: 15px;
	border-right: 1px solid #715927; /* #282263 */
	border-color: inherit;
}

div#main_content div#main_column {
	width: 380px;
	float: left;
	margin-right: 15px;
}

div#main_content div#main_menu {
	width: 179px;
	float: left;
	border-left: 1px solid #715927;
	border-color: inherit;
}

/* FÖRSTASIDAN */
div#front_wrapper {
	width: 750px;
	height: 600px; /*535*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -375px;
}

div#front_wrapper div {
	position: absolute;
}

div#front_topleft {
	width: 166px;
	height: 136px;
	border: 2px solid #715927;
}

div#front_logo {
	width: 570px;
	height: 140px;
	left: 180px;
}

div#front_left {
	width: 170px;
	height: 425px;/*350*/
	top: 150px;
	padding: 10px 0;
}

div#front_splash {
	top: 185px;
	left: 180px;
	width: 348px;
	height: 348px;/*348*/
	border: 1px solid #715927;
}

div#front_menu {
	left: 540px;
	top: 150px;
	width: 209px;
	height: 425px; /*350*/
	border-left: 1px solid #715927;
}

div.info_main {
	position: absolute; 
	left: 188px; 
	top: 170px;
	width: 307px;
}

div.info_top {
	background-image: url(../content/gfx/ruta_top.gif);
	background-repeat: no-repeat;
	padding: 20px 25px 5px 15px;
	width: 307px;
}

/*****************************************************************************/
/* MENYSYSTEM																*/
/*****************************************************************************/

/* HUVUDMENY */
div#front_menu div, div#main_menu div {
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-left: 10px;
	position: static;
	padding: 8px 0 8px 50px;
	border-bottom: 1px solid #715927;
	border-color: inherit;
	cursor: pointer;
}

div#front_menu div.aktiv, div#main_menu div.aktiv {
	background-color: #ddd;
}

div#front_menu div:hover, div#main_menu div:hover {
	background-color: #ddd;
}

div#front_menu div a, div#main_menu div a {
	color: #000;
	text-decoration: none;
}

div#front_menu div span, div#main_menu div span {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

/* SIDOMENY */
div#main_content div#left_column div#submenu {
	margin: 0 10px 10px 0;
}
div#main_content div#left_column div#submenu div.grupp {
	padding: 3px 0 3px 10px;
	font-weight: bold;
	font-size: 12px;
}

div#main_content div#left_column div#submenu div {
	padding: 3px 0 3px 20px;
	border-bottom: 1px;
	border-style: solid;
	border-color: inherit;
	cursor: pointer;
}

div#main_content div#left_column div#submenu div:hover {
	background-color: #ddd;
}

div#main_content div#left_column div.left_info {
	margin: 0 10px 0 0;
}


/*****************************************************************************/
/* H, P, A, SPAN, OL/UL/LI, TEXT											 */
/*****************************************************************************/
p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 10px;
}

p.small {
	font-size: 10px;
}

p.big {
	margin-bottom: 12px;
	font-size: 12px;
}

p.nomargin {
	margin: 0;
}

span.strongText {
	font-size: 12px;
	font-weight: bold;
}

.center {
	text-align: center;
}

.parentes {
	font-style: italic;
	color: #666;
}

h1 {
	font-size: 18px;
	margin: 3px 0 6px 0;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	margin: 0 0 8px 0;
	font-weight: bold;
}

a {
	color: #715927;
}


/*****************************************************************************/
/* FORMS																	 */
/*****************************************************************************/
input.field {
	margin: 3px;
	padding: 2px;
	font-size: 10px;
	border: 1px solid #715927;
	background-color: #fff;
}

input.button {
	margin: 3px;
	padding: 2px;
	font-size: 10px;
	border: 1px solid #715927;
	background-color: #eee;
}

input {
	vertical-align: middle;
}

/*****************************************************************************/
/* MISC - DIVERSE STYLES													 */
/*****************************************************************************/
div#front_menu div#callback, div#main_menu div#callback {
	margin: 20px 0 0 10px;
	padding: 0;
	border: 0;
	cursor: default;
}

div#front_menu div#callback:hover, div#main_menu div#callback:hover {
	background-color: transparent;
}


/*****************************************************************************/
/* FOOTER																	*/
/*****************************************************************************/
div#footer {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #715927;
	margin-top: 20px;
	border-color: inherit;
}

div#footer a {
	margin: 0;
	color: #000;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer span {
	color: #ABA000;
}


/*****************************************************************************/
/* MISC																	  */
/*****************************************************************************/
div#xhtml {
	position: absolute;
	top: 43px;
	right: 5px;
}

div#css {
	position: absolute;
	top: 5px;
	right: 5px;
}

img { border:0px; }
