@charset "utf-8";
/* CSS Document */

body { 
	background-image: url('../shared/prebg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #323232;
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	padding: 0;
}

p{ margin: 0px;padding: 0px; }

/* Nollställning */
* {
	margin: 0px;
	padding: 0px;	
}

img {border: 0px;}

div#container {
	width: 700px;
	height: 100% !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
div#site {
	width: 700px;
	height: 100% !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}



div#logo {
width: 700px;
}

h1 {
font-size: 24px;
font-weight: bold;
font-family: Arial;
color: #323232;
margin: 0px;
padding: 0px;
}

p{
font-size: 14px;
}

/* LANGUAGE SELECTION */

.langselect{
padding: 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
line-height: 24px;
height: 24px;
font-size: 12px;
font-family: Arial;
font-weight: bold;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.langselect img {
border: 0px;
}

.langselect li{
display: inline;
margin: 0;
padding: 0px;
height: 24px;
line-height: 24px;
}

.langselect li a{
text-decoration: none;
padding: 0px;
margin-right: 5px;
margin-left: 5px;
border: 0px;
height: 24px;
line-height: 24px;
color: #323232;
font-size: 12px;
font-family: Arial;
font-weight: bold;
}

.langselect li a:visited{
color: #323232;
height: 24px;
line-height: 24px;
margin-right: 5px;
margin-left: 5px;
}

.langselect li a:hover{
color: #fca206;
text-decoration: none;
font-size: 12px;
margin-right: 5px;
margin-left: 5px;
height: 24px;
font-family: Arial;
font-weight: bold;
line-height: 24px;
}
