@charset "utf-8";
/* CSS Document */
	
body {
	background:rgb(50,50,50);
	color:rgb(230,230,230);
	font-family: Ariel, sans-serif;	
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	width: 1000px;
	}
#page {
	background:rgb(50,50,50);
	color:rgb(230,230,230);
	font-family: Ariel, sans-serif;	
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	width: 1000px;
	}

.div_text_x {
	width: 500px;
	padding-left:5px;
	float:left;
	font-size: 15px;
	font-weight: normal;
	display:none;
	color:rgb(230,230,230);
	margin-left:10px;
    display: none;
    position: fixed;

    background-color: rgba(45,45,45,0.85);
    z-index: 2;
/*    cursor: pointer;*/
}
#div_text_om {
    top: 0;
    left: 0;
	height:320px;
}
#div_text_kunder {
    top: 0;
    left: 500px;
	height:320px;
	font-size: 14px;
}
#div_text_kontakt {
    top: 360px;
    left: 0;
	height:300px;
}
#div_text_kontakt_text {
    position: absolute;	
    left: 100px;
}

#div_text_länkar {
    top: 360px;
    left: 500px;
	height:300px;
}
.div_text_x_off {
	width: 30px;
	height:30px;
	font-size: 30px;
	font-weight: normal;
	display:inline;
    background: rgba(50,50,50);
	color:rgb(230,230,230);
    position: absolute;
}
#div_text_om_off {
	text-align:right;
    right: 10px;
    bottom: 10px;
}
#div_text_kunder_off {
	text-align:left;
    left: 10px;
    bottom: 10px;
}
#div_text_kontakt_off {
	text-align:right;
    right: 10px;
    top: 10px;
}
#div_text_länkar_off {
	text-align:left;
    left: 10px;
    top: 10px;
}
#div_dummy_text {
	width: 80px;
	height:200px;	
	margin: 0px;
	float:left;
	font-size: 12px;
/*	background:rgb(0,0,0);*/
	color:rgb(50,50,50);
    display:block;
}
/*
#div_kunder_text {
	width: 410px;
	height:230px;
	float:left;
	font-size: 11px;
	display:none;
	color:rgb(230,230,230);
	text-align:left;
	margin-left:50px;
	font-size: 12px;
}*/
#div_holder {
	width: 1000px;
	height:20px;
	float:left;
/*	background:rgb(30,30,30);*/
	color:rgb(50,50,50);
	font-size: 40px;
    display:block;
}	
.div_mmenu {
	float:left;
/*	background:rgb(50,50,50);*/
	color:rgb(230,230,230);
	font-size: 40px;
	font-weight: bold;
	margin:0px;
	padding:0px;
    display:none; 
	}
#div_om {
	text-align: right;
	width: 460px;
}
#div_kunder {
	text-align: left;
	width: 460px;
}
#div_kontakt {
	text-align: right;
	width: 500px;
}
#div_länkar {
	text-align: left;
	width: 500px;
}

/*.div-mmenu-right {
	text-align: left;
}
*/
#div_dummy_text_2 {
	width: 80px;
	margin: 0px;
	float:left;
	font-size: 40px;
/*	background:rgb(0,0,0);*/
	color:rgb(50,50,50);
    display:block;
}

#div_main {
	float:left;
	background:rgb(50,50,50);
	color:rgb(230,230,230);
	font-weight: bold;
/*	font-family: Ariel, sans-serif;
	display:block;*/
	width: 1000px; 
	text-align: center;
	margin:0px
	font-size: 40px;
	}
.div_footer {
	font-size: 11px;
	text-align: center;
	width:1000px;
	display:none;
}
	
p.figur {
	float:left;
	background: rgb(69,114,137);
	width:100px;
	margin: 1em 1em 1em 1em;
	padding: 2px;
}
p.figur img {
	display:block;
	text-align: center;
}	


