/* 
	Structure   
*/

body {
	text-align: center;
	background: #999999;
}

#main{
	background: #999999 url(images/toning.gif) repeat-x;
}

#footer {
	background: #999999;
}

#main .container {
	min-height: 480px;
	background: url(images/background_head.gif) no-repeat;
}


#footer .container {
	min-height: 400px;
	background: #999999 url(images/background_foot.gif) no-repeat;
}

.container {
	position: relative;
	overflow: auto;
	margin: 0 auto;
	width: 818px;
}

#wrapper {
	margin: 0 auto;
	width: 818px;
	background: #999999 url(images/background.gif) repeat-y;
}

#spacer {
	width: 818px;
	height: 25px;
	float: left;
	display: block;
}

#textspalt {
	float: left;
	display: inline;
	margin: 257px 0 0 49px;
	width: 460px;
}

#bildspalt {
	float: right;
	display: inline;
	margin: 257px 56px 0 0;
	width: 204px;
}

#logo {
	behavior: url(scripts/iepngfix.htc);
	background: url(images/gld_logo.png) no-repeat;
	position: absolute;
	left: 44px;
	top: 121px;
	width: 311px;
	height: 60px;
	
}

#menublock {
	position: absolute;
	left: 49px;
	top: 186px;
	width: 600px;
}

#undermenublock {
	background: url(images/flik_horiz.gif) no-repeat;
	position: absolute;
	left: 9px;
	top: 217px;
	width: 800px;
	height: 40px;
}

#menu li {
	display: inline;
	margin: 0 7px 0 0;
}

#undermenu li {
	display: inline;
	margin: 0 7px 0 0;
}

#undermenu {
	margin: 4px 0 0 39px;
}

.adress {
	display: block;
}

.leftfloat {
	float:left;
}

.block {
	display:block;
}

.inline {
	display:inline;
}


/* 
	Typo   
*/

#logo h1 {
	margin: 0;
	display: block;
	text-indent: -9999px;
	}


#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
}

p {
	margin: 0 0 20px 0;
}

h2 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	margin: 0 0 10px 0;
	line-height: 30px;
}

h3{
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bolag h2 {
	margin: 0;
	display: block;
	text-indent: -9999px;
	height: 52px;
	}

.bolag h3 {
	margin: 0;
	display: block;
	text-indent: -9999px;
	height: 40px;
	}
	
.comsys h3 {
	background: url(images/logo_comsys_grey.gif) no-repeat;
	}
	
.comsys h2 {
	background: url(images/logo_comsys_stor.gif) no-repeat;
	}

.midorion h3 {
	background: url(images/logo_midorion_grey.gif) no-repeat;
	}
	
.midorion h2 {
	background: url(images/logo_midorion_stor.gif) no-repeat;
	}

.uson h3 {
	background: url(images/logo_usonmarine_grey.gif) no-repeat;
	}
	
.uson h2 {
	background: url(images/logo_usonmarine_stor.gif) no-repeat;
	}
	
.aparto h3 {
	background: url(images/logo_aparto_grey.gif) no-repeat;
	}
	
.aparto h2 {
	background: url(images/logo_aparto_stor.gif) no-repeat;
	}
	
.unjo h3 {
background: url(images/logo_unjo_grey.gif) no-repeat;
}

.unjo h2 {
background: url(images/logo_unjo_stor.gif) no-repeat;
}

.indevex h3 {
background: url(images/logo_indevex_grey.gif) no-repeat;
}

.indevex h2 {
background: url(images/logo_indevex2.gif) no-repeat;
}

.ingress {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#menu, #undermenu {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#menu li, #undermenu li {
	color: #b4b4b4;
}

/* 
	Links
*/

li a:link {
	text-decoration: none;
	color: #808080;
	}
	
li a:visited {
	text-decoration: none;
	color: #808080;
	}
	
li a:hover {
	text-decoration: none;
	color: black;
	}

li a:active {
	text-decoration: none;
	color: white;
	}


a:link {
	text-decoration: none;
	color: #d22828;
	}
	
a:visited {
	text-decoration: none;
	color: #d22828;
	}
	
a:hover {
	text-decoration: none;
	color: #a01313;
	}

a:active {
	text-decoration: none;
	color: #f45151;
	}

