/* —[ THE bn RESET ]— */

html, body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #222222;
	text-align: center;
}
* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
img {
	border: none;
}
ul, ol, li {
	list-style: none;
}
:focus {
	outline: none;
}
table, td, form, fieldset {
	border: none;
	border-collapse:
 collapse;
	border-spacing: 0;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #B47070;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 16px;
	padding-top: 25px;
	font-weight: bolder;
	color: #B47070;
}
h3 {
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5C2C4;
	margin-bottom: 5px;
	color: #B47070;
}
h4 {
	color: #B47070;
}

a:link {
	text-decoration: none;
	color: #333333;
	padding: 2px;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #B47070;
}
a:active {
	text-decoration: none;
	color: #333333;
}
/* —[ REUSABLE CLASSES ]— */

.hide {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.current {
	cursor: default;
}
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	border: none;
}
.photo {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.rounded-box {
	width: 500px;
	margin-top: 15px;
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	margin-bottom: 10px;
}
.rounded-box p {
	padding-left: 13px;
}

.rounded-box-top {
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
.rounded-box table {
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.rounded-box td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.rounded-box-last {
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
.right-placeholder {
	float: right;
	width: 210px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline;
	font-size: 11px;
	clear: right;
}
.right-placeholder p {
	padding-bottom: 10px;
}
.right-placeholder h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 0px;
}
.right-placeholder h3 {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
}
.right-placeholder img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
/* —[ LAYOUT ]— */

div#wrapper {
	width: 825px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
div#header {
	width: 825px;
	background-image: url(../images/header.gif);
	height: 133px;
	background-repeat: no-repeat;
	background-position: left top;
}
div#header .logo {
	height: 80px;
	width: 187px;
}
div#menu {
	height: 43px;
	padding-top: 10px;
	padding-left: 6px;
}
div#container {
	width: 825px;
	margin-top: 10px;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
}
div#container .top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
div#mainContent {
	float: left;
	width: 530px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: inline;
}
div#mainContent p {
	padding-bottom: 5px;
	padding-top: 5px;
}
div#mainContentWide {
	float: left;
	width: 765px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: inline;
}
div#mainContentWide p {
	padding-bottom: 5px;
	padding-top: 5px;
}
#mainContent li {
	list-style-type: circle;
	margin-left: 40px;
}
div#sidebar {
	float: right;
	width: 210px;
	margin-right: 30px;
	margin-top: 5px;
	background-image: url(../images/nyheter_bg.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	margin-bottom: 10px;
	display: inline;
	color: #333333;
}
div#sidebar p {
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 15px;
}
div#sidebar .top {
	background-image: url(../images/nyheter_top.gif);
	height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
}
div#sidebar .last {
	background-image: url(../images/nyheter_last.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	height: 20px;
}
div#footer {
	height: 30px;
	margin-top: 20px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 40px;
	color: #2D528E;
	font-size: 11px;
}

.flags {
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}
.flags td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 12px;
}
