a:link {
	color: #b5121b;
  }
  a:visited {
    color: #b5121b;
  }
  a:hover {
	color: #FE4114;
  }
  a:active {
	color: #b5121b;
}
* {
	padding:0; margin:0;
}
html {
	width: 100%; height: 100%;
}
body {
	width: 100%; height: 100%;
	color: #000;
	font-family: Arial;
	font-size: 76%;
	background: url('../img/bg-bottom.jpg');
}


h1 {
	font-size: 200%;
	color: #00703c;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 160%;
	color: #00703c;
	font-weight: normal;
	margin: 0.5em 0;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.5em;
}
br.all {
	clear: both;
}

#container {
	width: 100%;
	min-height: 600px;
	background: url('../img/bg.jpg');
	background-repeat: repeat-x;
}
#top {
	width: 90%;
	margin-left: 5%;
	position: relative;
	min-width: 700px;
} 
div#logo {
	width: 20%;
	text-align: right;
	float: left;
	padding-top: 13px;
}
img#foto {
	float: left;
	margin-left: 20px;
}
#logo_fp {
	float:left;
	text-align: right;
	width: 50%;
	padding-left: 133px; /* bildes platums (267)/2 */
}

/* fp menu */
	#links_fp {
		width: 750px;
		margin: 0 auto;
		text-align: left;
	}
	#links_fp td a {
		font-family: Verdana, Arial, sans-serif;
		font-size: 85%;
		color: #b5121b;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		display: block;
		width:auto;
		float: left;
		padding: 3px;
	}
	#links_fp td a:hover  {
		background: url('../img/bg-topmenu.gif') bottom left repeat-x;
		background-color: #b5121b;
		color: #FFF;
	}
	#links_fp td ul {
		list-style-type: square;
	}
	#links_fp li {
		list-style-type: square;
	
		color: #b5121b;
		margin-left: 15px;
	}
	#links_fp li span {
		/*font-family: Georgia, sans-serif;*/
		font-family: Georgia, sans-serif;
		text-transform: none;
		color: #000;
		font-weight: normal;
		font-size: 95%;		
	}
/* // */

/* lang menu */
	#menu_lang {
		float: left;
		padding: 2px;
	}
	#menu_lang ul {
		list-style-type: none;
		white-space: nowrap;
	}
	#menu_lang li {
		font-family: Verdana, Arial, sans-serif;
		font-size: 85%;
		font-weight: bold;
		display: inline;
		color: #b5121b;
		text-transform: uppercase;
		
	}
	#menu_lang li a {
		color: #b5121b;
		padding: 3px 3px;
		text-decoration: none;
	}
	#menu_lang li a:hover, #menu_lang li.active a {
		background: url('../img/bg-language.gif') bottom left repeat-x;
		background-color: #b5121b;
		color: #FFF;
	}
	.fp#menu_lang {
		margin-left: 110px;
		margin-top: 30px;
	}
	
/* // */

/* main menu */
	#menu_main {
		width: 90%;
		margin-left: 5%;
	}
	#menu_main ul {
		margin-left: 20%;
		width: 700px;
		padding-left: 15px; /* 20 px kÄ logo mÄ«nus 5px no pirmÄ li */	
		list-style-type: none;
	}
	#menu_main li {
		font-family: Verdana, Arial, sans-serif;
		font-size: 85%;
		font-weight: bold;
		text-transform: uppercase;
		display: inline;
		color: #b5121b;
	}
	#menu_main li a {
		display: block;
		float: left;
		margin: 2px 5px;
		padding: 2px 10px;
		color: #b5121b;
		text-decoration: none;
	}
	#menu_main li a:hover, #menu_main li.active a  {
		background: url('../img/bg-topmenu.gif') bottom left repeat-x;
		background-color: #b5121b;
		color: #FFF;
	}

/* // */

#content {
	width: 90%;
	margin-left: 5%;
	margin-top: 25px;
}

/* left menu */
	#menu_left {
		float: left;
		width: 20%;
	}
	#menu_left ul {
		margin-left: 10%;
		list-style-type: none;
	}
	#menu_left li {
		font-family: Verdana, Arial, sans-serif;
		font-size: 85%;
		font-weight: bold;
		text-transform: uppercase;
		text-align: right;
		color: #b5121b;
	}
	#menu_left li a, #menu_left li.active li a {
		display: block;
		margin: 2px 5px;
		padding: 2px 10px;
		color: #b5121b;
		text-decoration: none;
		background: none;
	}
	#menu_left li a:hover,  #menu_left li.active li a:hover, #menu_left li.active a  {
		background: url('../img/bg-leftmenu.gif') top right repeat-y;
		background-color: #b5121b;
		color: #FFF;
		}


/* // */
#text_margin {
	margin-left: 20%;
	padding-left: 20px;
}
#text {
	background: #fff;
	padding: 10px;
	min-height: 300px;
}
#footer {
	padding: 10px;
	color: #555555;
	font-size: 90%;
}

.table_cell_1 {
    padding: 5px;
    background-color: #E3E4BA;
}

.table_cell_2 {
    padding: 5px;
    background-color: #F0F0DB;
}


.menu_level3 {
    font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

#text li {
	margin-left: 25px;
}

