* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #f4f4f4 url(img/back.jpg) repeat-x;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 7px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 831px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 115px;
	position: relative;
}
#logo { 
	height: 53px;
	width: 275px;
	position: absolute;
	top: 44px;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	background: url(img/mainback.png) no-repeat;
	position: relative;
	height: 435px;
	width: 831px;
	color: #000;
	text-decoration: none;
	line-height: 130%;
	font-weight: bold;
}
#content h1 {
	font-family:  Arial, sans-serif;
	font-style: normal;
	font-size: 11pt;
	color: #000;
	text-decoration: none;
	margin: 0 0 7px;
}
#page {
	height: 300px;
	width: 224px;
	background: url(img/konferens/page.png) no-repeat;
	position: absolute;
	top: -25px;
	right: -30px;
	font-family:  Arial, sans-serif;
	font-style: normal;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
	line-height: 130%;
}
.green {
	color: #37a124;
	font-weight: bold;
}
.normal {
	font-weight: normal;
	font-size: 8pt;
}

.bold {
	font-weight: bold;
	margin: 0 0 0px;
}
#pagein {
	margin: 70px 0px 0px 35px;
}
#ico {
	height: 26px;
	width: 123px;
	background: url(img/scandinavia/ico.jpg) no-repeat;
	position: absolute;
	left: 45px;
}
#ico:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#icotext {
	margin: 5px 0px 0px 13px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	float: left;
}
#icopic {
	float: right;
	margin: 5px 12px 0px 0px;
}
#content:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#text {
	width: 340px;
	position: relative;
	top: 57px;
	left: 51px;
	float: left;
	
}
#text:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#contact {
	float: left;
	margin: 1px 1px 0px 0px;
	width: 150px;
}
#email {
	float: right;
	margin: 1px 6px 0px 0px;
	width: 150px;
	font-weight: normal;
}
#mainpic{
	float: right;
	margin: 1px 1px 0px 0px;
}
