@charset "utf-8";
/* CSS Document */



/* ----------- Start Reset ------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, p2, p3, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------- End Reset ------------*/



/* ----------- Define @Font-faces ------------*/
@font-face {
    font-family: 'TeXGyreHerosCn';
    src: url('fonts/texgyreheroscn-regular-webfont.eot');
    src: url('fonts/texgyreheroscn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-regular-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-regular-webfont.svg#TeXGyreHerosCnRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreHerosCn';
    src: url('fonts/texgyreheroscn-italic-webfont.eot');
    src: url('fonts/texgyreheroscn-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-italic-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-italic-webfont.svg#TeXGyreHerosCnItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'TeXGyreHerosCn';
    src: url('fonts/texgyreheroscn-bold-webfont.eot');
    src: url('fonts/texgyreheroscn-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-bold-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-bold-webfont.svg#TeXGyreHerosCnBold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreHerosCn';
    src: url('fonts/texgyreheroscn-bolditalic-webfont.eot');
    src: url('fonts/texgyreheroscn-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-bolditalic-webfont.svg#TeXGyreHerosCnBoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}
/* ----------- End Define @Font-faces ------------*/



/* ----------- The basics blocks ------------*/
body {
	background: url(images/body-bg.jpg) top center no-repeat;
	background-color: #000;
}
#wrapper {
	width: 900px;
	margin: 0 auto 40px auto;
	overflow: hidden;
}
#black-frame {
	background-color: #000;
	padding: 10px;
	overflow: hidden;
	width: 880px;
}
#content {
	background: url(images/content-bg.jpg) left bottom no-repeat;
	background-color: #fff;
	padding: 30px 80px 30px 30px;
	overflow: hidden;
}
#slider1 li {
	height: 185px;
}
/* ----------- End The basics blocks ------------*/



/* ----------- Start Generic tags ------------*/
.alignleft {
	float:left;
	margin: 0 20px 20px 0;
}
.alignright {
	float:right;
	margin: 0 0 20px 20px;
}

.clearfloat {
	font-size: 1px;
	clear: both;
}
/* ----------- End Generic tags ------------*/



/* ----------- Typohgraphy ------------*/
/*-----Ljusblå: #1098d5, Mörkblå: #294564, Grå #333333, Ljusgrå #666666 -------*/
body {
	font: 15px/20px arial,sans-serif;
}
p {
	font: 15px/20px arial,sans-serif;
	margin: 20px 0;
	color: #294564;  
}
p2 {
	font: 15px/20px arial,sans-serif;
	margin: 20px 0;
	color: #1098d5; 
	font-weight: bold;	
}
p3 {
	font: 12px/19px arial,sans-serif;
	margin: 20px 0;	
	color: #666666;   
}
h1 {
	font: 36px/43px 'TeXGyreHerosCn',arial,sans-serif;
	margin-bottom: 20px;
	color: #1098d5;
}
h2 {
	font: 24px/31px 'TeXGyreHerosCn',arial,sans-serif;
	margin-bottom: 10px;
	color: #1098d5;
}
h3 {
	font: 10px/18px 'TeXGyreHerosCn',arial,sans-serif;
	margin-bottom: 20px;
}
h4 {
	font: 15px/20px 'TeXGyreHerosCn',arial,sans-serif; /*-----Samma som p2 -------*/
	margin-bottom: 20px 0;
	color: #1098d5;
	font-weight: bold;
}

/* ----------- End Typohgraphy ------------*/



/* ----------- Language-menu ------------*/
#laguange {
	height: 15px;
	padding: 10px 10px 0 10px;
	background-color: #000;
	float: right;
}
#laguange ul {

}
#laguange li {
	float:left;
	font: 11px/11px arial,sans-serif;
	color: #fff;
}
#laguange a {
	display: block;
	height: 11px;
	margin-left: 20px;
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
}
#laguange a.swedish {
	background: url(images/flags.png) left top no-repeat;
}
#laguange a.english {
	background: url(images/flags.png) left bottom no-repeat;
}
#laguange a:visited {
	color: #fff;
}
#laguange a:hover {
	color: #fff;
}
#laguange a:active {
	color: #fff;
}
/* ----------- End Language-menu ------------*/



/* ----------- Menu ------------*/
#menu {
	background: url(images/menu-bg.png) no-repeat;
	width: 880px;
	height: 30px;
	margin: 10px 0;
}
#menu ul {

}
#menu li {
	float:left;
}
#menu li:first-child {
	margin-left: 15px;
}
#menu a {
	font: 14px/28px 'TeXGyreHerosCn',arial,sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #346d85;
	display: block;
	height: 30px;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	background: url(images/menu-hover.png) bottom repeat-x;
}
#menu a:visited {
	color: #fff;
}
#menu a:hover {
	background-position: top;
	color: #fff;
}
#menu a:active {
	color: #fff;
}
/* ----------- End Menu ------------*/


/* ----------- Left Menu ------------*/
#left-menu {
	width: 250px;
	float: left;
}
#left-menu ul {

}
#left-menu li {
	margin-top: 20px;
}
#left-menu li:first-child {
	margin-top: 0px;
}
#left-menu a{
	background-image: url(images/left-menu-buttons.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	text-align: center;
	display: block;
	width: 220px;
	height: 25px;
	padding-top: 55px;
	font: 14px/25px 'TeXGyreHerosCn',arial,sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#mikrovagsteknik {
	background-position: 0 0;
}
#radiosystem {
	background-position: -220px 0;
}
#inbyggda-system {
	background-position: -440px 0;
}
#sensorer {
	background-position: -660px 0;
}
#test-och-verifiering {
	background-position: -880px 0;
}
#produktionsanpassning {
	background-position: -1100px 0;
}
#left-menu a:visited {
	color: #fff;
}
#left-menu a:hover {
	color: #fff;
}
#left-menu a:active {
	color: #fff;
}
/* ----------- End Left Menu ------------*/



/* ----------- Footer ------------*/
#footer {
	padding-top: 40px;
	width: 820px;
}
#footer li {
	color: #004868;
}	
#footer p{
	color: #666;
	font: 12px/18px arial,sans-serif;
	margin: 0;
}
/* ----------- End Footer ------------*/


