html {
	/*height: auto; /*test*/
	height: 100%;
	/*min-height: 100%; /*test*/
	/*padding: 0;*/
}

body {
	/*position: absolute; /*test*/
	/*top: 0; /*test*/
	/*left: 0; /*test*/
	/*margin: 0; /*test*/
	/*padding: 0; /*test*/
	/*position: absolute; /* test*/
	
	font-family: palatino, trebuchet ms, georgia, helvetica, arial, sans-serif;
	font-size: 90%;
	
	/*height: auto; /*test*/
	height: 100%;
	/*min-height: 100%; /*test*/
	/*width: 100%;*/
	/*height: auto;*/
	
	/*margin: 0;
	padding: 0;*/
	background-image: url(images/bg-gradient-grey2.png);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	/*overflow: auto;
	/*
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: black;*/
}

div#maincontainer {
	position: absolute; /*test*/
	top: 0; /*test*/
	left: 0; /*test*/
	/*font-family: palatino, trebuchet ms, georgia, helvetica, arial, sans-serif;
	font-size: 90%;*/
	/*height: auto; /*test*/
	height: 100%;
	/*min-height: 100%; /*test*/
	/*min-height: 98%; /*test*/
	width: 100%;
	
	/*border: 1px solid blue; /*test*/
	
	/*margin: 0;
	/*padding: 0;
	/*background-image: url(/new2009_2/images/bg-gradient-grey2.png);
	background-repeat: repeat-x;
	background-color: #F2F2F2;*/
	/*overflow: auto;
	/*
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: black; */
}

div#page {
	position: relative;
	
	/*position: relative;*/
	/*left: 20%;
	top: 2%;*/
	/*position:static;*/
	width: 60%;
	min-width: 800px;
	height: auto;
	/*height: 100%; /*test*/
	min-height: 98%;
	margin: 1% auto;
	
	background-color: white;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #c00;
	/*z-index: -3; /*test*/
	/*overflow: auto; /*test*/
}
div#page a{
	color: #c00;
}
img {
	border-width: 0;
}
a {
	text-decoration: none;	/* FIX */
}
p {
	/*margin: 5px 5px 10px 5px;*/
}
a:link {
	color: blue;
}
a:visited {
	color: green;
}
a:hover {
	color: red;
}
a:active {
	color: gray;
}

h1 {
}

h2 {
	/*margin: 5px 5px 5px 5px;*/
}
h3 {}

div#links h2 {
	/*display: none;*/
}

/*div.content {

}*/

div#header {
	/*width: 100%;
	height: 130px;
	margin: 0 0 -50px 0;*/
	height: 9%;
	/*background-color: white;*/
	
	/*z-index: 0;*/
	padding: 20px 0px 10px 0px;  /* TBD */
}
div#header a {
	margin: 0 0 0 10px;
}
div#header a img {
	border: 0;
}
div#header h1 {
	/*background-image: url('/images/srt2007/logo_srt_140x60.gif');
	background-repeat: no-repeat;*/
	font-size: 32px;
	color: #aaa;
	display: inline;
}

 /*style för page head */
div#menu {
float:left;
/*height: 4%;*/
width:100%;
font-family: verdana, arial, sans-serif;
font-size:11px;
border-top:1px solid #c00;
background:#ddd; /*url(images/menu2.gif) repeat-x; */
margin:0 0 30px 0; /* for this demo only */
padding:0 0 0 0;
line-height: 25px;
/*z-index: 5; /*test*/

/*border-bottom:1px solid #c00;*/
}
div#menu ul {
padding: 0; margin:0; list-style-type:none; /*z-index: 1; /*z-index to make sure menu is in front of page content*/
}
div#menu ul li {
float:left; position:relative;
}
div#menu ul li.group {display:block; text-indent:10px; background:#666; color:#ff0; width:152px; padding:4px 0;}

div#menu ul li a, div#menu ul li a:visited {
float:left; display:block; text-decoration:none; color:#444; padding:0px 16px; line-height:25px; height:30px;}

div#menu ul li:hover {width:auto;}

div#menu ul li a:hover {background:#aaa; color:#c00;}

div#menu ul li:hover a {background:#aaa; color:#c00;}

div#menu ul li ul {
display: none; z-index:1; /*test*/
}
div#menu table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}
/* specific to non IE browsers */
div#menu ul li:hover ul {
display:block; position:absolute;top:29px; background:#aaa; margin-top:1px; left:0; width:152px;
}
div#menu ul li:hover ul.scroller {
height:138px; width:172px; overflow:auto;}

div#menu ul li:hover ul.endstop {
left:-90px;
}
div#menu ul li:hover ul li ul {
display: none;
}
div#menu ul li:hover ul li a {
display:block; background:#aaa; color:#fff;height:auto;line-height:15px;padding:4px 16px; width:120px;
}
div#menu ul li:hover ul li a.drop {
background:#888;
}
div#menu ul li:hover ul li a:hover {
color:#ff0; background: #888;
}
div#menu ul li:hover ul li a:hover.drop {
background: #888; color:#ff0;
}
div#menu ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px; color:#000; left:152px; /*height:138px;*/ /*width:172px;*/ overflow:hidden; background:#888; /*changed height & top pos*/
}
div#menu ul li:hover ul li:hover ul li a {background:#888;}
div#menu ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0;}

div#menu ul li:hover ul li:hover ul.left {
left:-172px;
}
div#menu ul li:hover ul li:hover ul li a:hover {background:#666; color:#ff0;} /*changed color*/

/* specific to IE5.5 and IE6 browsers */
div#menu ul li a:hover ul {
display:block; position:absolute; top:30px; t\op:29px; background:#aaa;left:0; marg\in-top:1px;
}
div#menu ul li a:hover ul.scroller {
height:138px; overflow:auto;}

div#menu ul li a:hover ul.endstop {
left: -90px;
}
div#menu ul li a:hover ul li a {
display:block; color:#fff; height:1px; line-height:15px; padding:4px 16px; width:152px; w\idth:120px;
}
div#menu ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}
div#menu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
div#menu ul li a:hover ul li a:hover {
color:#ff0; background: #888;
}
div#menu ul li a:hover ul li a:hover.drop {
 background: #888; color:#ff0;
}
div#menu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:-69px; t\op:-70px; color:#000; left:152px; /*height:138px;*/ width:170px; overflow:auto; background:#888;
}
div#menu ul li a:hover ul li a:hover ul.left {
left:-170px;
}
div#menu ul li a:hover ul li a:hover ul li a:hover {background:#666; color:#0ff;}
div#menu p{
	float: right;
	margin: 0 8px 0 0;
	/*line-height:25px*/
}
div#menu p a{
	color: #c00;
}

div#content {
	/*position: static;*/
	height: 80%;
	margin: 0;	
	padding: 0;
	text-align: left;
	/*clear: both; /*test*/
}

div h2 {
	color: #aaa;
}
/*contains left column of main page*/
div#left {
	/*position: static;*/
	float: left;
	height: 95%;
	width: 50%;
	margin: 0;
	padding: 0 20px;
	display: inline;
	text-align: left;

	/*border-bottom: 1px solid red;*/
	/*overflow: hidden;*/
}

/*main page "about SRT" text*/
div#about {
	margin-bottom: 50px;
	/*border-width: 0;*/
}
div#about a {
	float: right;
	color: #c00;
}

div#roller {
	/*position: absolute;*/
	height: 40%;
	
	/*border-width: 1px;
	border-style: solid;

	/*width: 50%;
	
	/*overflow: auto;*/
	/*background-color: white;
	background-image: none;
	padding-top: 0;
	padding-bottom: 0;*/
	
	/*display:inline;*/
}
div#roller h2 {}
div#roller div {}
div#roller div img {}
div#roller div.rollerdefault {
/*	height: 60%;
	min-height: 40%;
	max-height: 40%;
	overflow: hidden;*/
/*	border-bottom: 1px solid red;*/
}
div#roller div.rollerdefault img {
	float:left;
	padding: 10px;

	/*display: block;*/
}
div#roller div.rollerdefault p {
	float: right;
}
div#roller div.rollerdefault h3 {
	/*margin-left: 250px;*/
	margin-bottom: 10px;
}
div#roller div.rollerdefault a {
	float: right;
	color: #c00;
	display: block;
}
/*div#roller a:link {
	color: black;
}
div#roller a:visited {
	color: black;
}*/
div#roller p {
	float: right;
	/*padding-top: 25px;*/
}
div#rollernav {
	/*position: absolute;
	width: 30%;
	bottom: 0;
	right: 0;*/
	float: right;
}
div#rollernav img.control {
	/*display: none;*/
	float:left;
	visibility: hidden;

	/*border-bottom: 1px solid red;*/
	/*bottom: 0px;
	display: inline;
	/*position: absolute;
	bottom: 200px;
	right: 0;*/
	/*display: none;*/
	/*margin: 140px 10px 0 5px;*/
}
div#rollernav a.control {
	/*display: none;*/
	visibility: hidden;
	float:left;
	
	/*position: absolute;*/
}
div#right {
/*	position: static;*/
	float: right;
	width: 30%;
	min-height: 40em;
	margin: 0 0 0 0;
	display: inline;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #c00;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
}
div#right h3, p {
	display: inline;
}
div#right a {
	/*float: right;*/
}

div#hline {
	margin: 10px 0 20px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #c00;
}
/*
div#links {
	padding-top: 20px;
}

div#links h3 {
	text-align: center;
	color: white;
	font-size: smaller;
	width: 120px;
	background-color: red;
	padding: 1px;
}

div#links ul {
	float: left;
	list-style-type: none;
	
	margin: 15px 0 5px 30px;
	
	padding: 5px 10px 5px 5px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: black;
}
*/
div#footerpushdown{
	clear: both;
	height: 4em;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3em;
	/*margin: 0 auto;*/
	padding: 1.5em 0 0 0;
	/*float: right;*/	
	/*border: 1px solid; /*test*/
	clear: both;  /*test*/
	/*background-image: url('/images/srt2007/backgound_footer.jpeg');
	background-position: top left;
	background-repeat: repeat-x;*/
	
	/*border-width: 0 1px 1px 0;*/
	
	text-align: center;
	/*padding: .5em;
	margin: 0 auto;*/
}

div#footer p {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: smaller;
	display: block;
	/*border: 1px solid orange; /*test*/
}

/*
div#info {
	position: absolute;
	top: 130px;
	left: 820px;
	
	width: 160px;
	height: 500px;
}

div.box {
	height: 120px;
	width: 120px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
}

div.box p {
	color: white;
	font-size: 14px;
	padding: 5px 0 0 0;
	margin: 0;
}

div#box1 {
	background-color: rgb(174,176,175);
	background-image: url(images/srt2007/box_grey_bright.png);
	float: right;
}

div#box2 {
	background-color: rgb(224,40,40);
	background-image: url(images/srt2007/box_red.png);
	float: left;
}

div#box3 {
	background-color: rgb(71,85,91);
	background-image: url(images/srt2007/box_grey_dark.png);
	float: right;
}
*/
div#company {
	background-image: none;
	padding: 20px 60px;

}
div#company h2{
	/*text-align: center;*/
}
div#company img {
	float: right;
	margin: 10px;
}

div#contact {
	padding: 20px;
	/*border: 1px solid; /*test*/
}

/*div#contact img {
	float: left;
	margin: 10px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

div#contact div.column {
	padding: 5px;
}*/

div#contact  div#contactmap {
	float: left;
	/*width: 45%; /*test*/
	/*border: 1px solid; /*test*/
}
div#contact div#contactnames {
	float: left;
	padding: 0.5em;
	width: 40%; /*test*/
	/*border: 1px solid; /*test*/
}
div#contact div#contactnames h3{
	margin-top: 40px;
}

div#formerrorlist {
	position: absolute;
	right: 0;
	top: 30%;
	width: 27%;
	color: red;
	text-align: left;
	margin: 0;
	padding-right: 10px;
	/*float: right;*/
	/*order: 1px solid black;*/
}
div#contactform {
	float: left;
	text-align: right;
	padding: 1em 2em;
	width: 500px;
	
	/*border: 1px solid black; /*test*/
}
div#contactform h1, h2, h3, h4 {
	text-align: left;
}
div#contactform p {
	
}
div#contactform form span.lefttext {
	float: left;
	width: 35em;
	text-align: left; /*must be validated*/
	/*margin-bottom: 1em;*/
}
div#contactform form span.lefttext2 {
	width: 360px;
	text-align: left;
	float: right;
	margin: 0;
	padding: 0;
	/*clear: both; /*test*/
	/*border: 1px solid black;*/
}
div#contactform form p select, input, textarea{
	width: 360px;
	margin: 0 0 1em 0;
	padding: 0;
}
div#contactform form p textarea#contacttextarea{
	max-width: 360px;
	max-height: 360px;
}
div#career {
   width: 40%;
   padding: 0 15px 0 15px;
}
h2#personalalarm  {
	text-align: center;
}
div#personalalarmleft {
/*	position: static;*/
	float: left;
	width: 45%;
	text-align: left;
	padding: 0 15px 0 15px;
	display : inline;
	/*overflow: auto; /*test*/
/*	border-width:1px;
	border-style:solid;*/
}

div#personalalarmright {
	float: right;
	width: 40%;
	display: inline;
	text-align: left;
	padding: 0 50px 0 0;
	/*border: 1px solid; /*test*/
}
div#personalalarmright h3{
	margin-bottom: 0px;
	/*border: 1px solid; /*test*/
}
div#personalalarmright div.personalalarm {
	/*float: left;
	/*display: inline;*/
	/*width: 45%;*/
	margin: 0 0 20px 20px;
	padding: 0 0px 10px 0;
	/*border: 1px solid ; /*test*/
	overflow: hidden; /*test*/
}
div#personalalarmright div.personalalarm  p{
	text-align: left;
	/*float: left;*/
	margin: 0; /*test*/
	/*display: inline; /*test*/
	/*width: 45%; /*test*/
	
	/*border: 1px solid; /*test*/
}
div#personalalarmright div.personalalarm  img{
	float:right; /*test*/
	margin-left: 0px;
	padding: 0 0 0px 0;
	/*display: inline; /*test*/
	/*width: 45%; /*test*/
	/*border: 1px solid black; /*test*/
}
div#personalalarmright div.personalalarm  input{
   width: 60%; /**/
}
div#personalalarmright div.personalalarm  input#personalalarmcontactformsubmit{
   width: 30%; /**/
}
div#personalalarmright div#alarmcentrallogos img{
	float:left; /*test*/
	clear: both;
	margin-top: 10px;
}
div#personalalarmright div#alarmcentrallogos h4{
	margin: 5px;
}

div#partners {
	background-image: none;
}
div#partners h2{
	text-align: center;
}

/*div#partners img {
	float: left;
	padding: 15px;
}*/
div#partners div.partners {
		/*float: left;*/
		/*margin-left: 50px;*/
}
div#partners div.partners ul {
	/*list-style-position: inside;*/
	list-style-type: none;
	/*width: 100%;*/
	/*float: left;*/
	padding: 0;
}
div#partners div.partners ul  li{
	width: 100%;
}
div#partners div.partners ul  li ul{
	/*height: 7em;*/
	margin-top: 15px;
	padding: 0 3em;
}
div#partners div.partners ul  li ul li{
	/*width: 100%;*/
	/*float: left;*/
}
div#partners div.partners ul  li ul a.moreinfolink{
}
div#partners div.partners ul  li ul div.infodiv{
	display: none;
	text-align: justify;
}
div#partners div.partners ul  li ul div.infodiv img{
	float: right;
	margin: 0 0 1em 1em;
	padding: 0;
}
div#partners div.partners ul  li ul div.infodiv li{
	list-style-type: disc;
}

div#news {
	padding: 0 50px;
	/*border-style: 1px solid; /*test*/	
}

div#newsarchive{
	padding: 10px;
	margin: 20px 20px 20px 20px;
	float: right;
	border-style:  solid; /*test*/
	border-color: #c00;
	border-width: 0 0 0 1px;
}
div#newsarchive ul{
	list-style-type: none

}
div#newsarchive ul li ul{
	padding-left: 10px;
	
}



div.info {
	/*background-color: rgb(255,255,195);*/
	border-style: solid;
	border-width: 0 0 0 0px;
	border-color: #c00;
	width: 60%;
	/*float: left;*/
	margin: 10px 15%;
	padding: 20px;
}
div.info h3 {
	display: none;
}
/*
div.localmenu {
	float: left;
	display: none;
}

div.localmenu h2 {
	display: none;
}
*/
div.item {
	float: left;
	margin: 10px;
	text-align: center;
	width: 140px;
}
div.item p.summary {
	display: none;
}
/*
div#demo {
	background-color: white;
	background-image: none;
	border-top-width: 1px;
	padding-bottom: 20px;
}

div#demo h3 {
	padding-top: 1em;
}

div#demo p {
	padding: 1em 1em 0em 1em;
}

div.gmaps {
	text-align: left;
	padding: 0.5em 0.25em 1.5em 0.25em;
	margin: 0;
}

p.gmaps {
	text-align: left;
	padding: 0;
	margin: 0;
}
*/
div#products {
	padding: 20px;
	margin: 0;
	/*border: 1px solid black;*/
}
div#products h2 {
	text-align: center;
}
div#products h3 {
	clear: left;
	/*width: 380px;*/
	padding: 2px 2px 2px 20px;
	font-size: 90%;
	margin-bottom: 30px;
}

div#products a {
	color: black;
}
div#products img {
	/*border: 1px solid black;*/
}
div#products hr {
	clear: left;
	height: 1px;
	/*float: left;*/
	color: #c00;
	background-color: #c00;
	border-width: 0px;
	margin: 0 15px;
}
div#products div.product_picture {
	float: left;
	width: 35%;
	/*height: 100%;*/
	padding: 10px;
	margin: 0;
	/*margin-right: 20px;*/
	/*margin-bottom: 60px;*/
	
	/*display: inline;*/
	
}
iv#products div.product_picture img{
	/*border: 1px solid black;*/
}	
div#products div.presentation {
	width: 50%;
	/*height: 50%;*/
	float: left;
	/*margin: 10px 20px;*/
	/*float: right;*/
	padding: 10px;
	margin: 0;
	/*border: 1px solid black;*/
}
div#products div.presentation a {
	color: #c00;
}
div#products div.presentation h3 {
	font-size: 150%;
}	
div.resources {
	clear: both;
	padding: 20px 0 0 10px;
	/*margin: 0;*/
	/*border: 1px solid black;*/
}
div.resources h3 {
	margin: 30px 0 10px 0;
	padding: 0;
}
div.resources  p{
	display: block;
}
div.resources  p img{
	margin-right: 0.5em;
}
div.resources  a{
	color: black;
}

div#support {
	padding: 2em 5em;
}
div#support h2 {
	text-align: center;
}

div#mappage {
	padding: 2em;
	/*overflow: auto; /*test*/
	clear: both;
}
div#mappage h2 {
	text-align: center;
}
div#mappage form {
	text-align: center;
	margin: 1em 0;
}
div#mappage form input#checkbox{
	width: 2em;
}
div#mappage img{
	margin: 0 0 1em 2em;
	float: right;
}
div#mappage div#map {
}
div#mappage div#map div.gmaps {
	/*border: 1px solid; /*test*/
	margin: 0;
}
div#mappage div#map div.gmaps p.gmaps {
	/*display: block;*/
	padding: 0;
	margin: 0;
}

h1 {
	padding: 0.5em 0 0.2em 0;
	margin: 0;
}

div#demopage {
	/*width: 90%;*/
	padding: 0 7.5%;
	/*position: absolute;
	top: 1em;
	left: 50%;
	margin-left: -350px;*/
	text-align: center;
	z-index: -2;
	/*border: 1px solid; /*test*/
}
div#demopage div#demopageprestext{
	width: 640px;
	text-align: justify;
	/*border: 1px solid; /*test*/
	margin: 0 auto;
}
div#demomap {
	/*float: right; /*test*/
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-align: center;
	z-index: 0;		/*if < 0 map wont work*/
	margin: 20px auto 0 auto;
}
div#info {
	text-align: center;
}
div#logos {
	padding-top: 2em;
	text-align: center;
}
div#logos p {
	/*padding: 0.2em;*/
	margin: 0;
}
div#logos img {
	border: none;
	padding: 10px;
}

div#newsletter {
	margin: 0 0 0 20px;
	width: 80%;
}
div#newsletter form{
	margin-top: 2em;
	width: 100%;
}
div#newsletter form table{
	width: 100%;	
	/*table-layout: auto;*/
	empty-cells: show;
}
div#newsletter form input{
	width: 80%;
	/*margin-top: 0.8em;*/
}
div#newsletter form table tr td#inputtext {
	text-align: right;
	width: 60%;
	
	padding-top: 1em;
	/*border: 1px solid;*/
}
div#newsletter form table tr td#errortext{
	width: 30%;
	color: #c00;
	text-align: left;
	padding: 0;
	margin-top: 0;
	
	border-spacing: 0;
	/*border: 1px solid;*/
}
div#newsletter form table tr td#errortext p{
	padding: 0;
	margin: 0;
	/*border: 1px solid;*/
}

div#faq {
	padding: 3%;
}
div#faq  h2{
	text-align: center;
}
div#faq p{
	margin: 0 0 50px 0;
}

.errortext {
   color: red;
}
