body 
{ 
	background: url('bkgr.gif');
	padding: 0;
	margin: 10 auto;
	text-align: center;
	font: 0.7em Tahoma, Arial, Helvetica, sans-serif;
}

/*=============================================== 
>>> CONTAINERS
=============================================== */
#wrapper {
	width: 800px;
	height: 600px;
	border: 2px solid black;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	/*padding-top: 50px;*/
	/*background:url(images/bg_index.gif) repeat-y;*/
	
	
	
}

#header {
	width: 798px;
	padding-top: 14px;
	text-align: center;
	border: 1px solid #CCC;
	margin-left: auto;
	margin-right: auto;	
	background: #f5f5f5;
	/*background:url(images/top_index.gif) no-repeat;*/
	
}

#menu {
	width: 150px;
	height: 400px;
	float: left;
	border: 2px solid #999;
	margin-left: 14px;
	margin-top: 10px;
	}
	
#content {
	width: 600px;
	height: 400px;
	float: right;
	border: 2px solid #999;
	text-align: justify;
	margin-right: 14px;
	margin-top: 10px;
	
}
#flags {
	position: relative;
	left: 0px;
	top: 210px;
	border: 0px solid black;
	
	/*margin: 200px 0px 0px 0px;*/
}


/*rubrik*/
	#content h1 { 
		padding-top: 20px;
		font-size: 2em;
		font-weight: normal;
		padding-bottom: 0px;
		border: 0px solid #CCC;
		margin: 0 0 0 10px;
		
	}
	
	#content h2 {
		font-size: 1em;
		font-weight: normal;
		padding-bottom: 0px;
		border: 0px solid #CCC;
		margin: 0 0px 0 10px;
	
	}
	
	#content h3 {
		font-size: 1.5em;
		text-decoration: underline;
		font-weight: normal;
		padding-bottom: 0px;
		border: 0px solid #CCC;
		margin: 0 60px 0 60px;
	}
	
	#content h4 {
		font-size: 1em;
		text-decoration: none;
		font-weight: normal;
		padding-bottom: 0px;
		border: 0px solid #CCC;
		margin: 0 60px 0 60px;
	}
	


.scrollbox {padding: 5px; margin: 10px; height: 238px; width: 600px; border: 1px solid #999999; overflow: auto; background-color: #F1F1EB; 
font-size: 1em; text-align: justify}

.scrollbox_index {padding: 5px; margin: 10px; height: 280px; width: 575px; border: 1px solid #999999; overflow: auto; background-color: #F1F1EB; 
font-size: 1em; text-align: justify}

.scrollbox_large {padding: 5px; margin: 10px; height: 238px; width: 600px; border: 1px solid #999999; overflow: auto; background-color: #F1F1EB; 
font-size: 1em; text-align: justify}

#footer {
	text-align: center;
	width: 800px;
	clear: both;
	height: 50px;
	margin-top: 20px;
	border: 1px solid #999;
	/*background:url(images/bottom_index.gif) no-repeat;*/
	background-position: bottom;
	
}

/*=============================================== 
>>> NAVIGATION
=============================================== */
#menu ul {
	list-style: none;
	margin: 20px 20px 0px 0px;
	padding: 0;
	
} 

#menu li {
	list-style: none;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0 0 5px;
	
} 

#menu li a { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000; 
	background: #FFF;
	display: block;
	
} 

#menu li a:hover { 
	text-decoration: none;
	background: #eb1c22;
	color: #ffffff;
	display: block;
} 

/*=============================================== 
>>> GENERAL ELEMENTS
=============================================== */
h2 {
	font-size: 1.6em;
}

p.makespace {
	margin-top: 40px;
}
