body { 
	font-family: Arial, Verdana, Sans-Serif;
    font-size:11px;
	color: #000; 
	background-color: #ffffff;
    text-align: center;
    /* background: url(../images/bg.gif) repeat top left; */
	margin: 0; 
	padding: 0; 
}
.article a {	
	color: #0066CC;
    text-decoration:none;
}
.article a:hover { 
    text-decoration:underline;
}
.article h3 {
    font-family: Arial, Georgia, Times New Roman, Georgia, Times, serif;
	font-size: 16px;
	/*font-weight:bold;*/
	color: #000066;
}
.article h2 {
    font-family: Arial, Georgia, Times New Roman, Georgia, Times, serif;
	font-size: 13px;
	color: #000000;
}
p {
    font-family: "Lucida Sans Unicode", Arial, Verdana, Sans-Serif;
    font-size:11px;
}

.image, .top_left_floating_image, .top_right_floating_image {
    /*border: thin red dashed;*/
    padding: 0;
    margin-bottom: 15px;
}
.top_left_floating_image {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.top_right_floating_image {
    margin-left: 5px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.image p, .top_left_floating_image p, .top_right_floating_image p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
}
.image p.description, .top_left_floating_image p.description, .top_right_floating_image p.description {
    /* background-color: #ffffce; */
    display: none;
}
/*Added by robin 07-03-29*/
.paragraph_seperator, .paragraph, .first_paragraph, .last_paragraph {
    clear:both;
}

#wrapper {
    position: relative;
    margin: 0px auto 15px auto; /*top, right, bottom, left*/
    padding: 0;
	text-align: left; 
	width: 800px; 
	/*border:2px solid #777777;*/
}
#head {
	width:800px;
    height:114px;
    background:#ffffff url(../images/bg2.jpg) no-repeat top left;
}
#language_selection {
    position:relative;
    float:right;
    border:1px solid #000000;
    left:40px;
    top:-110px;
}
#main {
    width:90%; /* 90% av 800= 720 */
    padding-left:25px;
    padding-top:10px;
    background:transparent;
}
#footer { 
    clear:both;
    background: #fff url(../images/footerbg.gif) repeat-x bottom left;
    color: #0066CC; 
    padding: 4px 10px 2px 4px; /*top, right, bottom,left*/
    text-align: center; 
    line-height:14px;
}
#footer .style1 {
    font-size: 11px;
    color: #666666; 
}
#footer .style2 {
    font-size: 11px;
    color: #333333;
    text-decoration:underline;
}
#footer a, #footer a:active, #footer a:visited {
    color: #0066CC; 
    text-decoration:none; 
}
#footer a:hover { 
    font-size: 11px;
    color: #000066;
    text-decoration:underline;
}
