/*
----------------------------------------------- 
 =Template specific
----------------------------------------------- 
*/

#T01 #main-content,
#T02 #main-content,
#T03 #main-content, 
#T04 #main-content,
#T06 #main-content,
#T07 #main-content, 
#T08 #main-content, 
#T15 #main-content,
#T16 #main-content {
background: #691f7e;
}

#T11 #body .inner, 
#T12 #body .inner,
#T13 #body .inner,
#T04 #body .inner {
margin: 0 40px 0 0;
padding: 0;
}


#T10 #body .col-1 ul {
margin: 0;
padding: 10px 0;
list-style: none;
}


/*
----------------------------------------------- 
 =Global
----------------------------------------------- 
*/

body {
background: #691f7e;
color: #333;
text-align: center;

}

a:link, a:visited { color: #7e3f90; text-decoration: none; }
a:hover { color: #9f60b1; text-decoration: none;}

td {
vertical-align: top
}

/*
----------------------------------------------- 
 =Structure
-----------------------------------------------
*/
#site-wrapper {
margin: 0 auto;
padding: 5% 0;
width: 790px;
}

#header-wrapper {
background: transparent url('/assets/ergonomhuset/images/ergonomhuset_top.gif') top center no-repeat;
width: 790px;
overflow: hidden;
height: 79px;

}

#content-wrapper {
background: transparent url('/assets/ergonomhuset/images/sitebg.gif') repeat-y;
width: 790px;
text-align: left;
overflow: hidden;
margin: 0;
padding: 0;
}

#content-wrapper #topimage {
margin-left: 2px;
width: 586px;
}


#content {
width: 500px;
padding: 15px;
margin-left: 60px;
}

#left { 
width: 585px; 
float: left; 
}

#sidebar {
margin: 0;
padding: 0;
float: right;
width: 195px;
}

#sidebar ul.sidebarnews {
list-style: none;
margin: 0;
padding: 0;
}

#sidebar ul.sidebarnews li {
padding: 0 5px 5px 5px;
margin: 0 5px 5px 0;
border-bottom: 1px solid #fff;
}

#sidebar ul.sidebarnews li a:link, #sidebar ul.sidebarnews li a:visited {
color: #444;
display: block;
}

#sidebar ul.sidebarnews li a:hover {
color: #000;
}


#sidebar ul.sidebarnews li .date {
margin: 0;
padding: 0;
color: #666;
font-size: .9em;
}

#sidebar ul.sidebarnews li p {
margin: 0;
padding: 0;
}

#sidebar ul.random {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
width: 195px;
}

#sidebar ul.random li {
margin: 0;
padding: 5px 0;
text-align: center;
}

/*
----------------------------------------------- 
 =Header
----------------------------------------------- 
*/

#links {
    height: 28px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: right;
    font-size: 0.9em;
    font-weight: bold;
}

#links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

#links ul li {
    float: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#links li a {
text-decoration: none;
line-height: 28px;
padding: 0 16px 0 16px;
display: block;
}

#links li a:link, #links li a:visited {
color: #faf0f0;
background: transparent url("/assets/basera/images/layout/bg-links-inactive.png") no-repeat 0 8px;
}

#links li a:hover {
color: #fff;
background: transparent url("/assets/basera/images/layout/bg-links-active.png") no-repeat 0 8px;
}


.newsArchive {
width: 100%;
margin: 0;
padding: 0;
}

.newsArchive td {
padding: 5px 0;
border-bottom: 1px solid #ddd;
}

.newsArchive td.date {
width: 80px;
}


/*
----------------------------------------------- 
 =Content
----------------------------------------------- 
*/


.inner { padding: 20px 0; }

.col-1 .inner {
margin: 0 10px 0 0;
padding: 0;
}

.col-2 .inner {
margin: 0 0 0 10px;
padding: 0;
}


.summary {
font-size: 1.25em;
}

/*
----------------------------------------------- 
 =Footer
----------------------------------------------- 
*/

#footer-wrapper {
background: transparent url('/assets/ergonomhuset/images/page_bottom.gif') no-repeat top center;
width: 790px;
height: 19px;
}

#footer-links {
width: 790px;
color: #fff;
padding-top: 5px;
text-align: right;
}

#footer-links a {
font-weight: normal;
color: #9f60b1;
font-size: .9em;
}

#footer-links a:hover {
color: #fff;
}


/*
----------------------------------------------- 
 =News
----------------------------------------------- 
*/

.newsItem {
border-bottom: 1px solid #ddd;
overflow: hidden;
padding-top: 5px;
}

.newsItem.odd {
/*background: #f7f7f7;*/
}

.newsItem .date p {
}

.newsItem h5, .newsItem p {
margin-bottom: 5px;
}


/*
----------------------------------------------- 
 =Forms
----------------------------------------------- 
*/

.contact-form {
margin: 0 0 40px 0;
padding: 20px;
background: #fbc351;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}

.contact-form p {
margin: 10px 0;
padding: 0;
}

.contact-form label {
display: block;
}

.contact-form input[type=text], .contact-form textarea {
width: 605px;
border: 0;
background: #fcd586;
color: #513703;
padding: 7px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}

.contact-form input[type=submit], .activity-info input[type=submit] {
width: 100px;
border: 0;
background: #7a322f;
color: #fff;
padding: 7px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}



/*
----------------------------------------------- 
 =Search
----------------------------------------------- 
*/

#searchForm {
width: 183px;
margin: 0 0 20px 0;
background: #691F7E;
padding: 2px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}

#searchForm input[type=text] {
background: #873d9c;
font-style: italic;
color: #fff;
padding: 3px 6px;
margin: 3px;
margin-right: 3px;
border: 0;
height: 24px;
width: 140px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}

#searchForm input[type=text]:focus  {
background: #e6daeb;
color: #333;
}

#searchForm input[type=image] {
background: transparent;
padding: 0;
margin: -4px 0;
}


/*
----------------------------------------------- 
 =Objectlist products
----------------------------------------------- 
*/

#objects {
}

#objects h3 {
  padding: 10px 0 0 0;
  margin: 0;
  border-bottom: 1px solid #000;
}

#objects ul {
  width: 100%;
  list-style: none;  
}

#objects ul li {
  display: inline;
  float: left;
  width: 500px;
  margin-bottom: 10px;
  margin-left: 0;
}

#objects ul li.eLearning {
  width: 330px;
}

#objects ul li.Konsultation {
  width: 150px;
}

#objects ul li ul li {
  height: 280px;
}

#objects ul li.Appar ul li {
  height: 320px;
}

#objects ul li.Konsultation ul li {
  border-left: 1px solid #000;
}

#objects ul li ul li.block {
  display: inline;
  float: left;
  width: 145px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}

#objects ul li ul li.block2col  {
  display: inline;
  float: left;
  width: 290px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#objects ul li ul li.block2col p {
  text-align: left;
}

a.purple {
	padding: 9px 12px;
	background: #53066e;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
}

a.purple:hover {
	background: #46035d;
}


#objects ul li.last {
  margin-right: 0;
}


#objects li h5, #objects li p {
  padding: 0;
  text-align: center;
}

p.readmore, p.order {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0 15px 0 20px;
}

p.readmore a,
p.order a {
  color: #444 !important;
//float: left;
}

p.order span.download {
  color: #444 !important;
//float: left;
}

p.readmore a:hover,
p.order a:hover {
  color: #000 !important;
//float: left;
}

p.readmore a img.arrow, p.order a img.arrow {
  margin-top: -2px;
  vertical-align: middle;
}

p.readmore a .icon, p.order a .icon, p.order .icon {
//float: right; 
//  display: block; 
  margin: 3px 5px;
  width: 8px;
  height: 12px;
  background: url(/assets/ergonomhuset/images/arrow.gif) no-repeat 0 0;
}


.Appar p.order .icon {
  background: url(/assets/ergonomhuset/images/arrow.gif) no-repeat 0 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}


.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}

/*
----------------------------------------------- 
 =Webshop from
----------------------------------------------- 
*/
ul.webbshopForm {
	float: left;
	clear: right;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	
}

ul.webbshopForm li{
	float: left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	list-style: none;
	padding: 7px 15px 5px;
	-moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;       
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;      
    margin-left: 4px;
    margin-bottom: -1px;
    background: -moz-linear-gradient(top, rgba(224,224,224,0) 1%, rgba(124,124,124,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(224,224,224,0)), color-stop(100%,rgba(124,124,124,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(224,224,224,0) 1%,rgba(124,124,124,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(224,224,224,0) 1%,rgba(124,124,124,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(224,224,224,0) 1%,rgba(124,124,124,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(224,224,224,0) 1%,rgba(124,124,124,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0e0e0', endColorstr='#a67c7c7c',GradientType=0 ); /* IE6-9 */
}

ul.webbshopForm li.active{
	border-bottom: 1px solid #ffffff; !important;
	background: #ffffff; !important;
	filter: none; !important;
}

#formCompany label, #formPrivate label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	float: left;
	margin-top: 8px;
	clear: left;
}

ul.webbshopForm li{
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

#formCompany input[type="text"], #formPrivate input[type="text"], #formPrivate textarea, #formCompany textarea{
	padding: 7px;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	width: 96%;
	float: left;
}

#formCompany input[type="radio"], #formPrivate input[type="radio"] {
	
}

#formCompany .radios, #formPrivate .radios {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#formCompany input[type="text"].shortfield, #formPrivate input[type="text"].shortfield {
	width: 15%;
}

#formCompany .submit, #formPrivate .submit {
	background: rgb(120,80,132); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4NTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzc0MzM4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzVlMWM3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTFjNzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(120,80,132,1) 0%, rgba(116,51,135,1) 50%, rgba(94,28,115,1) 51%, rgba(94,28,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,80,132,1)), color-stop(50%,rgba(116,51,135,1)), color-stop(51%,rgba(94,28,115,1)), color-stop(100%,rgba(94,28,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(120,80,132,1) 0%,rgba(116,51,135,1) 50%,rgba(94,28,115,1) 51%,rgba(94,28,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(120,80,132,1) 0%,rgba(116,51,135,1) 50%,rgba(94,28,115,1) 51%,rgba(94,28,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(120,80,132,1) 0%,rgba(116,51,135,1) 50%,rgba(94,28,115,1) 51%,rgba(94,28,115,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(120,80,132,1) 0%,rgba(116,51,135,1) 50%,rgba(94,28,115,1) 51%,rgba(94,28,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#785084', endColorstr='#5e1c73',GradientType=0 ); /* IE6-8 */
	border: 1px solid #56086b;
	width: 112px;
	height: 45px;
	color: #fff;
	font-size: 1.3em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	font-weight: normal;
	float: right;
	cursor: pointer;
}

.form-buttons {
	width: 100%;
	float: left;
}

#formCompany span.formProduct {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
float: left;
margin-top: 8px;
margin-left: 10px;
}

#formCompany .error, #formPrivate .error {
	color: red;
} 

#tabCompanyBox .success, #tabPrivateBox .success	 {
	color: green;
	font-weight: bold;
} 