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

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #d9d9d9;
	text-align: center;
	background: #404040 url(../../en/img/bg.png) 0 0 repeat-x;
	line-height: 130%;
}

p {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #d9d9d9;
	line-height: 130%;
	margin-top:8px;
	margin-bottom:8px;
}

H1 {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:16px;
	color: #FFF;
	line-height: 130%;
	font-weight: bold;
	margin-top:12px;
	margin-bottom:8px;
}

H2 {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:14px;
	color: #B8C813;
	line-height: 130%;
	font-weight: bold;
	margin-top:12px;
	margin-bottom:8px;
}

H3 {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:12px;
	color: #B8C813;
	line-height: 130%;
	font-weight: bold;
	margin-top:12px;
	margin-bottom:8px;
}

a:link, a:visited, a:active {
	color: #B8C813;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

#wrapper {
	width: 880px;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align: left;
	background-color: #4B4B4B;
}

#header {
	width: 100%;
	height: 180px;
	background-color: #000;
/*	border-bottom: solid 1px #f00; */
}

#navbar {
	width: 880px;
	height: 28px;
	background-color: #333;
}

#flags {
	width: 100%;
	height: 20px;
	padding-top: 10px;
}

#container {
	width: 100%;
	height: auto;
	margin: 0px;
	padding:0px 0px;
	border-left:0px solid #666;
	background-color: #4b4b4b;
}

#forside {
	width: 880px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	border-right:0px solid #666;
}

#news-zone {
	width: 290px;
	height: 220px;
	background: #b0b0b0 url(../../en/img/bg_box.png) 0 0 repeat-x;
	float:left;
}

DIV#promo-zone {
	width: 385px;
	height: 220px;
	background: #b0b0b0 url(../../en/img/bg_box.png) 0 0 repeat-x;
	float:left;
}

#blog-zone {
	width: 195px;
	height: 220px;
	background: #b0b0b0 url(../../en/img/bg_box.png) 0 0 repeat-x;
	float:right;
}

#horizontal_space, #horizontal_space2 {
	width: 100%;
	height: 5px;
}

#vertical_space {
	width: 5px;
	height: 100%;
	float:left;
	background-color:#4c4c4c;
}

#left {
	width: 175px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
}

#centre {
	width: 520px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#right {
	width: 173px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	border-right:0px solid #666;
}

#right p {
	margin: 0px;
}

.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}

#footer {
	width:880px;
	height:50px;
	background: #4c4c4c url(../../en/img/bg_footer.png) 0 0 repeat-x;
	padding: 0px;
	margin: 0px;
	border-top: solid 0px #FFF;
	text-align: center;
	font-size: 9px;
}

#icons {
	width:880px;
	height:50px;
	background: #404040;
	padding: 0px;
	margin: 0px;
	text-align: center;
}


#footer p {
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	color: #aaa;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #aaa;
	text-decoration: bold;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

ol.standard {
	list-style:decimal;
	padding-left:25px;
	padding-right:30px;
}
ul.standard {
	list-style:square;
	list-style-position:outside;
	padding-left:30px;
	padding-right:30px;
}

TABLE.rake {
	border: 1px solid #666;
}
	