html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }



body {
	font-size: 12px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Geneva, Lucida, Helvetica, Sans-serif;
	font-weight: bold;
	background: #013750;
	color: #ffffff;
}

a { color: #4cccea; text-decoration: none; }	
a:hover { text-decoration: underline; }
a:focus { color:#013750; background-color: #4cccea; }

#border {
	width: 457px;
	background: url('../image/border.gif') no-repeat;
	padding: 10px;
	margin: 80px auto;
}

#box {
	border: 5px solid #013750;
	background: #010508 url('../image/background.gif') bottom repeat-x;
	width: 427px;
	height: 393px;
	position:relative; 
}

#heading { padding: 25px; }
#heading h1 { font-size: 30px; height: 37px; }
#heading h1 a { display: block; }
#heading h1 a:hover{ text-decoration:none; }
#heading h1 a:focus{ color: #4cccea; background-color: transparent; }
#heading h1 span{ position:absolute; left:-2000px; }	
	
	
#content { padding: 0 25px;}
#content table { width:100%; }
#content table tr td { padding-bottom:5px; }
#content table tr td.lbl { width:10%; text-align:right; padding-right:5px; }
#content table tr td.txt { width:40%; }
#content p { text-align:justify; }

#content #langlist { position:absolute; top:23px; right:-110px;}
#content #langlist li { margin-bottom:9px; }
#content #langlist li a { padding-left:22px; background-repeat: no-repeat; background-position: 0 3px;}
#content #langlist li a.bg { background-image:url(../image/bg.png); }
#content #langlist li a.en { background-image:url(../image/gb.png); }

#footer
{
	clear: both;
	margin: 30px 25px 0 25px;
	border-top: 1px solid #084764;
	padding-top: 24px;
	padding-bottom: 20px;
	color: #4cccea;
	line-height:18px;
}

#sociallinks {float:right;}
#sociallinks li {margin:0 5px 0 0;padding:0;list-style-type:none;float:left;}
#sociallinks li a {display:block;}
#sociallinks li.svejo {margin-right:10px;}
#sociallinks li.twitter {margin-right:10px;}
#sociallinks li a img{width:16px;height:16px;}


#box iframe { width:100%; height:210px; border:0px; }
#noter { padding: 0 25px; }
#noter p { margin-bottom:10px; }
#noter p label, #noter p input, #noter p textarea { display:block; width:100%; }
#noter p textarea { height:50px; }
#noter p.buttons { padding-top:10px; }
#noter p.buttons input { width:80px; float:right; }

.dn{ display:none; }

