<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONT */

body, td, textarea {
        font-family: Arial,Verdana,Helvetica,Arial,sans-serif;
        font-size: 12px;
}

h1 {
        margin: 10px 0px 0px 0px;
        font-size: 20;
        font-weight: bold;
	width: 100%;	
	text-align: center;
}

h2 {
        font-size: 13px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
}

h3 {
        font-size: 11px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
}

/* strong { font-style:oblique;} */
strong.oblique { font-style:oblique;}

/* */

img {
        border-color: #3867AA;
        padding: 0px;
        margin: 0px;
}


body {
	background-color: #3867AA;
	background-image: url(img/green_bakgrund.gif);
}


#all {
        position:relative;
        background-color: #ffffff;
        width:747px;
        margin:auto;
}

#banner {
	position:relative;
	text-align: center;
}

#language {
	position:relative;
	text-align: left;
}


#language a {
	padding: 0;
	border: 0;
        text-decoration: none;
}


#language * img {
	width: 10px;
	height: 10px;
	margin: 3px;
	border-width: 1px;
	border-color:  #747474;
}


#menu {
        position:relative;
        width:160px;
        float:left;
	color: #999999;
/* text-align: center; */
}


.menu, .menu a:link, .menu a:visited {
        color: #747474;
        text-decoration: none;
        padding-bottom: 8px;
}


.menu_bold, .menu_bold a:link, .menu_bold a:visited {
/*	color: #000000; */
	color: #222222; 
/*	color: #3867AA; */
/*	color: #007700; */
	font-weight: bold;
        text-decoration: none;
        padding-bottom: 8px;
}

#content {
        position:relative;
        width: 402px;;
        padding-top: 30px;
        overflow: auto;
}

#address {
        text-align: center;
        color: #999999;
}



p.center {
	text-align:center;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	}
</pre></body></html>