/*Eminent stilmall av Lina*/

/*The basics*/
body {
	background-color:#333333;
	font-family: calibri, sans-serif;
	color:#4d4d4d;}

/*Text*/
p {font-size:12px; color:black;}
.footer {font-size:11px;}

h1 {font-size:34px;
	color:black;}

h2 {font-size:15px;}

h3 {font-size:12px; margin:0px; text-align:center;}

/*Textlänkar*/

a {color:#4d4d4d;
	text-decoration:none;}

a:hover { 
	color:red;
	text-decoration:none;}

/*Länkmenyn*/

#navcontainer
{
margin: 0px;
padding: 0px;
}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
text-decoration: none;
font-size:16px;
background: url("grafik/omarkerad.png") no-repeat top left;
float: left;
margin: 0px;
height: 28px;
width: 100px;
padding-top: 8px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}

#navcontainer li a:hover
{
background: url("grafik/markerad.png") no-repeat left top;
color: white;
}

/*Bilder*/

img {border:0px;}


/*BOXARNA*/
/*centrerar designen*/
#container {	
	width:900px;
	margin:0px auto;
	border:0px solid black;
	top:0px;
	background-color:white;}

/*rubriksektionen*/
#topp {
	width:900px;
	height:110px;}

#rubrik {
	height:85px;
	width:450px;
	background-color:white;
	background-repeat: no-repeat;
	margin-top:10px;
	margin-left: 6px;
	border:0px solid black;
	float:left;
	clear:none;
}

#topplogga {
padding:10px;
		float:right;}

/*bilden under rubriken är bakgrund här*/
#rubrikbild {
	width:900px;
	height:160px;
	background-image: url("grafik/logga.png");
	border:0px solid black;}

#flaggor {
padding-right:5px;
padding-top:35px;
		float:right;}

/*egenskaper för länkraden*/
#lankrad {
	width:900px;
	height:35px;
	background-image: url("grafik/omarkerad.png");
	border:0px solid black;}

/*egenskaper för iframen där sidorna öpnnas*/
#mitten {
width:900px;
height:501px;}

#innehall {
	width:650px;
	margin:0px;
	overflow:visible;
	background-color:white;
	border:0px solid black;
	height:500px;
	padding:0px;
	float:left;
	clear:none;
			}

/*egenskaper för de rundade rutorna till höger*/
#hoger  {
	width:250px;
	height:500px;
	border:0px solid black;
	float:right;
	}

#hittahit {
	width:216px;
	height:22px;
	padding-top:5px;
	margin-top:20px;
	margin-left:20px;
	border:0px solid grey;
	background-image: url("grafik/BAKGRUNDSKARTA.png");
	}
	
#textruta {
	width:203px;
	padding:5px;
	margin-left:20px;
	border-left:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;}
	
	#textruta li {font-size:12px;
	list-style-image:url("grafik/glassbutton_orange.jpg");}

#rundtopp {
	width:200px;
	margin-left:20px;
	border:0px;
	margin-top:20px;}

#rundbotten {
	width:200px;
	margin-left:20px;
	border:0px;
	margin-bottom:20px;}
	
/*egenskaper för den lilla raden längst ner*/
#footer {
	width:890px;
	height:28px;
	padding-left:10px;
	background-image: url("grafik/bard.png");
	border-top:1px solid black;
	}

#fotvanster {
	width:200px;
	height:20px;
	padding-top:2px;
	text-align:left;
	float:left;
	clear:none;}

#fotmitt {
	width:400px;
		height:20px;
	padding-top:2px;
	text-align:center;
	float:left;
	clear:none;}

#fothoger {
	width:190px;
		height:20px;
	padding-top:2px;
	padding-right:10px;
	text-align:right;
	float:right;}

