/*
		GN resound
		Styles: General

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#logo, #resoundlogo img, #menu li a, #menu li span, #footer { behavior: url(iepngfix.htc) }

html { font-size: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 90%;
	line-height: 1.4em;
	color: #000000;
	text-align: center;
    background:#fff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix { display:block }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Accessibility & SEO
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table, td, form, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 100%;
	color: #000;
}
table, img, form, input, textarea, select {
	margin: 0;
	
}

table tr td.BoxTitle  {
	font-weight: bold;
}

img {
	display: block;
	border: 0;
}

ul {
	margin: 20px;
	padding: 0;

}



table {
	margin: 0;
	padding: 0;
	border: 0;
	}
	table td {
		padding: 2px 0 2px 0;
		vertical-align: top;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Typography
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #000;
}
h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.0;
	font-weight: bold;
	color: #0000;
}
h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	color: #000000
}
h4 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #000000
}

a {
color:#009ee0;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Forms
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}

input.formfield {
	width: 180px;
	padding: 2px;
	color: #000000;
	border: 1px solid #cfd6da;
	vertical-align: middle;
}
textarea.formarea {
	width: 300px;
	height: 80px;
}
input.formcheckbox {
	margin: 0 2px 2px 0;
	vertical-align: middle;
}
input.formradio {
	margin: 4px 0 6px 0;
	vertical-align: middle;
}
select.formselect {
	width: 220px;
	margin: 8px 0 0 0;
	color: #000000;
	vertical-align: middle; 
}

select {
width:124px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Main containers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#container 
{
	width: 915px;
	margin: 0 auto;
	text-align: left;
	background:#FFFFFF url("sitebg.gif") no-repeat top left;
}



#top 
{
	min-height: 85px;
	height: 85px;
	width: 915px;
	position: relative;
	/*background:#FFFFFF url("topbg.gif") no-repeat top left;*/
	

}
	
#logo {
	position:absolute;left:20px;top:10px;
	width:105px;
	height:50px;
	background: url(logo.png) no-repeat 0 0;
}

#logo a 
{
	display:block;
	width:105px;
	height:50px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}


#topmenu{
padding:16px 20px 0 0;
}

#menu
{
padding:8px 6px 0 0;
}

#menu ul, #topmenu ul
{
margin:0;
padding:0;
}

#menu li
{
float:right;
display: inline;
list-style:none;
position: relative;
margin-left:21px;
padding-right:15px;
height:40px;
}

#topmenu li{
float:right;
display: inline;
list-style:none;
position: relative;
margin-left:24px;
font-size:11px;
}

#menu li a
{
font-family: Georgia, "Times New Roman", Times, serif;
display:block;
font-size: 16px;
font-weight: bold;
color:#000;
text-decoration: none;
padding:9px 0 15px 0;


/*background: url("../img/menul.png") no-repeat left top;*/
}

#topmenu li a{
background: none;
color:#000;
text-decoration: none;
}

#topmenu li.lang{
margin-left:5px;
}



#topmenu li a:hover{
color:#009ee0;
}

#topmenu li.selected a
{
color:#009ee0;
}


#menu li.selected a
{
color:#009ee0;
padding:9px 0 15px 15px;
margin:0px;
background: url("menum_selected.gif") repeat-x left top;

}

#menu li.selected span
{
position: absolute;
left: 0;
top: 0;
width: 15px;
height: 40px;
display:block;
width:15px;
background: url("menul_selected.png") no-repeat left top;
}


* html #menu li a
{
cursor:hand;
}



#menu li.selected
{
	background: url("menur_selected.png") no-repeat 100% top;
}

#menu li a:hover
{
text-decoration:underline;
}



div#content
{

border:0px;
padding:0;
margin:0;
background: url("sitebgbund.gif") no-repeat bottom left;
}


div#content div#teasercontent{
padding:17px 17px 20px 30px;
}



div#content div#fullcontent{
padding:10px 17px 20px 17px;
}


div#content ul#maincontentboxes{
list-style:none;
}
div#content ul#maincontentboxes li{
width:240px;
float:left;
}
div#content ul#maincontentboxes li img{
padding:0 0 30px 0;
margin: 0 auto;
text-align:center;
}

div#content ul#maincontentboxes li.box1{
margin:0 0 0 14px;

}
* html div#content ul#maincontentboxes li.box1{
margin:0 0 0 10px;

}
div#content ul#maincontentboxes li.box2{
margin:0 60px 0 60px;

}
div#content ul#maincontentboxes li.box3{
margin:0px;

}


div#content div#left
{
float:left;
width:217px;
margin:6px 0 0 7px;
}

* html div#content div#left
{
margin: 6px 0 0 3px;
}

div#content div#main
{
float:left;
margin: 6px 0 0 0;
padding:0 10px 0 10px;
width:445px;
}

div.launchkit fieldset label {
	float: left;
	width: 160px;
}
div.launchkit fieldset input {
	float: left;
}
div.launchkit .split {
	margin: 0 0 8px;
	
}
div.launchkit .error {
	float:right;
	color: red;
	display: none;
	padding: 0 0 0 10px;
}



div#content div#mainfull
{
float:left;
margin: 6px 0 0 0;
padding:0 16px 0 10px;
width:656px;
}

div#content div#main div.frontpagecontent{
padding:0 80px 5px 25px;
}

div#content div#right
{
margin:6px 7px 0 0;
float:right;
width:217px;
}
* html div#content div#right
{
margin: 6px 3px 0 0;
}

div#content div#right ul
{
padding:0 0 10px 0;
margin:10px 0 0 0;
}

div#content div#right ul li
{
list-style:none;
padding:0;
margin:0 0 10px 0;
}





div#content div#right ul li a
{
padding:10px 0 0 10px;
display:block;
width:200px;
height:105px;
color:#fff;
line-height: 1.1;
}

div#content div#right ul li a strong {
    display:block;
	margin: 0 5px 5px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 1.4em;*/
	font-size: 1.0em;
	line-height: 1.0;
	font-weight: bolder;
}

div#content div#right ul li a span
{
line-height: 1em;
}

div#content div#right ul li.blue a
{
background:url(blueboxbg.gif) no-repeat top left;
}
div#content div#right ul li.green a
{
background:url(greenboxbg.gif) no-repeat top left;
}
div#content div#right ul li.red a
{
background:url(redboxbg.gif) no-repeat top left;
}

div#content div#right ul li.blue a:hover,div#content div#right ul li.green a:hover,div#content div#right ul li.red a:hover
{
background-position:top left;
text-decoration:underline;
}


div#content div#right div#flashcontent{


}


#submenu {
font-family:Georgia, "Times New Roman", Times, serif;
width: 188px;
padding: 0px;
margin: 15px 0 0 10px;
}

#submenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border-top: 1px dashed #828282;
}
#submenu ul li {
margin: 0px;
padding: 0px;
border-bottom: 1px dashed #828282;
}


#submenu ul li.topli {
margin: 0px;
padding: 0px;
border-bottom: 0px;
}


#submenu ul li.subli {
margin:0;
padding: 0px 0 0 10px;

}


#submenu ul li a {
font-size:12px;
display: block;
padding: 2px 0px 4px 0px;
text-decoration: none;
color: #000;
width:188px;
font-weight:bold;
}




#submenu ul li a:hover, #submenu ul li a:focus {
text-decoration:underline;
}


#submenu li a.selected
{
color:#009ee0;
}

ul.downloadlist li{
list-style-type:none;}


 ul.downloadlist li a.dpdf
{
padding:2px 0 0 20px;
background:#ffffff url(dpdf.gif) no-repeat 0 0;
}

 ul.downloadlist li a.dword
{
padding:2px 0 0 20px;
background:#ffffff url(dword.gif) no-repeat 0 0;
}


 ul.downloadlist li a.dzip
{
padding:2px 0 0 20px;
background:#ffffff url(dzip.gif) no-repeat 0 0;
}

 ul.downloadlist li a.dexcel
{
padding:2px 0 0 20px;
background:#ffffff url(dexcel.gif) no-repeat 0 0;
}
 ul.downloadlist li a.dimg
{
padding:1px 0 0 20px;
background:#ffffff url(dimg.gif) no-repeat 0 0;
}

/* STYLE TIL DOWNLOAD SIDEN SLUT */

div#footer
{
background:#fff;
padding:10px 0 0 7px;
font-size:11px;
color: #adadad;

}
div#footer div#footerleft
{
float:left;

}

div#footer div#footerright a
{
padding:0 40px 0 0;
text-decoration:none;
color: #adadad;
}

div#footer div#footerright a:hover
{
text-decoration:underline;
color:#009ee0;
}

div#footer div#footerright a.selected
{
color:#009ee0;
}

div#footer div#footerright
{
float:right;
}

div#footer div#footerright .resoundimgfooter{
display:inline;
position:relative;left:0px;top:6px;
}

