body, html{
	margin: 0px;
	padding: 0px;
	background-color: #DCDEDF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;

}

/*************DIVISIONER***************/

div#bg_upper {

	background-color: #19141A;

	height: 50%;

	width: 100%;

	position: absolute;

	z-index: 5;

	min-height:200px;

	left: 0px;

	top: 0px;

}

/*div#bg_lower {

	background-color: #F0F0F0;

	height: 60%;

	width: 100%;

	position: absolute;

	z-index: 5;

	top: 40%;

	left: 0px;

}*/

div#wrapper {

	width: 900px;

	z-index: 10;

	left: 50%;

	position: absolute;

	margin-left: -450px;

}

div#top {

	height: 140px;

}

div#menu {

	width:750px;

	height:25px;

	z-index:100;

	left: 47px;

	top: 114px;

	padding: 0px 0 0;

	margin:0;

	position: absolute;

	

}

div#bottom {

	height:30px;

	background-color: #DCDEDF;

	}

/**************HÖRN****************/

.mmhide_round {

	background-color: #FFFFFF;

	background-image: url(img/corners/1px_svart.png);

	background-repeat: repeat-x;

	background-position: center top;		

}



.mmhide_round div{

	background-image: url(img/corners/1px.png);

	background-repeat: repeat-y;

	background-position: right center;	

}

.mmhide_round div div{

	background-image: url(img/corners/1px.png);

	background-repeat: repeat-x;

	background-position: center bottom;		

}

.mmhide_round div div div{

	background-image: url(img/corners/1px.png);

	background-repeat: repeat-y;

	background-position: left center;		

}

.mmhide_round div div div div{

	background-image: url(img/corners/tl.png);

	background-repeat: no-repeat;

	background-position: left top;		

}

.mmhide_round div div div div div{

	background-image: url(img/corners/tr.png);

	background-repeat: no-repeat;

	background-position: right top;	

}

.mmhide_round div div div div div div{

	background-image: url(img/corners/br.png);

	background-repeat: no-repeat;

	background-position: right bottom;	

}

.mmhide_round div div div div div div div{

	background-image: url(img/corners/bl.png);

	background-repeat: no-repeat;

	background-position: left bottom;		

	padding: 25px;

	min-height:370px;	

}



/**************MENY***********/

div#menu ul{

	margin: 0;

	padding: 5px 0px;

	list-style-type: none;

	text-align: left;

}

div#menu li {

	display: inline;

	float:left;

	margin-right: 5px;

	padding-bottom: 5px;

}



div#menu a{

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 11.5px;

	color: #FFFFFF;

	background-color: #222222;

	padding: 5px 10px;



}

div#menu a:hover, div#menu a#current {

	color: #000000;

	background-color: #fff;

}

/**************LÄNKAR***********/



a {

	color: #000;

	text-decoration: none;

	background-color: #E4E0E0;

}

a:visited {

	color: #635168;

}

a:hover {

	text-decoration: underline;

}



/************'KLASSER****************/

.webb {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 7px;

	float: right;

	margin: 5px 0px 0px;

	padding: 0px;

}

.webb a{

	background-color: #DCDEDF;

}

.distans {

	clear: both;

}

.box_vanster-50 {

	width: 50%;

}

.box_vanster-40 {

	width: 40%;

}

.box_vanster-25 {

	width: 25%;

}

.box_vanster-50-float {

	width: 50%;

	float: left;

}

.box_vanster-40-float {

	width: 40%;

	float: left;

}

.box_vanster-25-float {

	width: 25%;

	float: left;

}

.box_hoger-50-float {

	width: 50%;

	float: right;

}

.box_hoger-40-float {

	width: 40%;

	float: right;

}

.box_hoger-25-float {

	width: 25%;

	float: right;

}

.box_fullbredd, .box_vanster-50, .box_vanster-40, .box_vanster-25, .box_vanster-50-float, .box_vanster-40-float, .box_vanster-25-float, .box_hoger-50-float, .box_hoger-40-float, .box_hoger-25-float

{

	padding: 10px;

	border: 1px solid #CCC;

	background-color: #FFF;

	margin-top: 5px;

	margin-bottom: 5px;

}

.box_vanster-50, .box_vanster-40, .box_vanster-25, .box_vanster-50-float, .box_vanster-40-float, .box_vanster-25-float 

{

	

	margin-right: 10px;



}

.box_hoger-50-float, .box_hoger-40-float, .box_hoger-25-float {

	margin-left: 10px;

}



/************TEXT**************/

h1,h2,h3,h4, ul{

	margin-bottom: 0.1em;

	margin-top: 0em;

}

p {
	background-color: #FFFFFF;
	font-size: 90%;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;

}

ul {

	font-size: 90%;

}

h1, .rubrik1_ruta

{

	font-size: xx-large;

	font-weight: bold;

}

h2, .rubrik2_ruta {

	font-style: italic;

	font-size: x-large;

	font-weight: bold;

}

h3, .rubrik3_ruta {
	font-size: 14pt;
	font-weight: bold;

}



/************BILDER***************/



.bild_vanster {

	float: left;

	margin-right: 10px;

}

.bild_hoger {

	float: right;

	margin-left: 10px;

}

img#logo {

	margin-top: 20px;

}

