﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, 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;
}

body 
{
  margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
  text-align:center; /* Hack for IE5/Win */  
  font-family: 'PT Sans', sans-serif;
  font-size:14px;  
  background-color:#e1e1e1;
}

ul {
  list-style: none;
}

ol
{
  margin:0 0 0 15px;
}

ol li
{
  margin:0 0 10px 0;
}
ul
{
   list-style-type:square;
   list-style-image:url(../images/bullet.gif);
   margin:0 0 0 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

H1, H2, H3, .h1, .h2, .h3{font-family: 'Yanone Kaffeesatz', sans-serif;}

H1{font-size:38px; color:#681616; margin:0px 0 30px 0; text-transform:uppercase; white-space:nowrap;}
H2{font-size:1.50em; color:#ff92a6; margin:0px 0 20px 0; text-transform:uppercase;}
H3{font-size:20px;  color:#ff92a6; margin:0px 0 10px 0; text-transform:uppercase;}

A
{
    color:#ff92a6;    
    font-family: 'PT Sans', sans-serif;
    font-size:14px;  
}

.menusections
{
    z-index:999999;
}

.toppagemenu
{
    padding:6px 4px 8px 4px;
    float:right;
    margin-right:16px;
}

.toppagemenu .content
{
}

.toppagemenu .contentmenu, .toppagemenu .contentmenu .item
{
    float:left;
}

.toppagemenu .contentmenu
{
    margin-top:4px;
}

.toppagemenu .contentmenu .item
{
    margin-right:16px;
    padding:4px 6px 4px 6px;
}

.toppagemenu .contentmenu .item, .toppagemenu .contentmenu .item a
{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size:18px;
    text-decoration:none;
}

.toppagemenu .search
{
    float:right;
    margin:7px 6px 0px 0px; 
}

.toppagemenu .search input[type=text]
{
    width:133px;
    background: -moz-linear-gradient(top,  #fff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
    padding:0px 6px 0px 10px;
    border-width:0px;
    border-right-width:1px;
    color:#444;
    float:left;
    border:inset 2px solid #000;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    height:25px;
    line-height:25px;
    box-shadow:none;
}

.toppagemenu .search a
{
    background: -moz-linear-gradient(top,  #fff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
    height:25px;
    float:left;
    padding:0px 6px 0px 6px;
    margin:0px;
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}

.toppagemenu #searchResultPanel
{
    position: absolute;
    top: 46px;
    z-index: 52000;
    float: left;
    background-color: white;
    width: 149px;
    background: -moz-linear-gradient(top,  #fff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
    text-align:left;
    display:none;
    color:black;
    border:1px solid #777;
}

.toppagemenu #searchResultPanel #loadSearchInfo
{
    padding:4px 8px;
    display:none;
}

#searchResultPanel .searchResultItem
{
    margin-bottom:6px;
    border-bottom:1px dotted #c1c1c1;
    padding:4px;
}

#searchResultPanel .PageName
{
    color:black;
    text-decoration:underline;
}

#searchResultPanel .MatchDescription
{
    color:#444;
    margin-top:4px;
}

#searchResultPanel:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-bottom-color: #ffffff;
    top: -20px;
	left: 120px;
}

.toppagemenu .search a img
{
    margin-top:4px;
}

.contentsection
{
    background: -moz-linear-gradient(top,  #fff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
    clear:both;
}

.wrapper
{
  width:964px;  /* Width of contentarea */
  margin:0px auto; /* Right and left margin widths set to "auto" */
  text-align:left; /* Counteract to IE5/Win Hack */
  padding:12px 8px 16px 8px;
  clear:both;   
  background-color:white;
}

.header
{
    /*background-color:#000;*/
    width:984px;
    margin:0px auto; /* Right and left margin widths set to "auto" */
    display:inline-block;
}

.headerwrapper
{
    background-color:#000;
}

.logo 
{
    margin:9px 0px 6px 0px;
    float:left;
}

.topnavigation 
{
    float:left;
    height:auto;
    clear:both;
    margin-left:18px;
    margin-bottom:6px;
}

.topnavigation UL 
{
    list-style-type: none;    
    background-repeat:no-repeat;
    margin:0px auto;
}

.topnavigation LI 
{
    float: left;
    text-align:center;     
    list-style:none;
    padding:3px 12px 5px 6px;
}

.topnavigation A
{
    font-size:24px;    
    text-decoration:none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    height:34px;
}

.topnavigation A.active
{    
    border-bottom: 5px solid;
    padding:0 0 4px 0;
}

.SimpePuffWithShadow
{
    width:176px;
}

.SimpePuffWithShadow div div
{
    font-family: Tahoma, Sans-serif;
}

.SimpePuffWithShadow img
{
    width:176px;
}

.slider {
  display:inline-block;
  width:830px;
  padding-bottom:10px;
  margin-left:-30px;
}

.ti_shadow {
  box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.1), 
    inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
    inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), 
    inset -10px 0 10px 1px rgba(155, 155, 155, 0.1), 
    inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
}
.ti_shadow:before,
.ti_shadow:after{
  content: '';
  position: relative;
  z-index: -2;
  bottom: 15px;
  left:  20px;
  width: 50%;
  height: 20%;
  border-radius: 10px/90px;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.ti_shadow:after {
  right: 20px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
/** End **/

.content
{
}

.leftcontent 
{
   width:590px;  
   margin:34px 8px 0 12px;
  display:inline-block;
  vertical-align:top;
}

.rightcontent
{

   width:304px; 
   margin:34px 12px 0 12px;
  display:inline-block;
  vertical-align:top;  
}

.leftcontent50
{
   width:450px; 
   margin:34px 12px 0 12px;
  display:inline-block;
  vertical-align:top;
}

.rightcontent50
{

   width:450px;
   margin:34px 12px 0 12px;
  display:inline-block;
  vertical-align:top;  
}

.mainimage
{
    margin: 0px 0 0 0;
}

.mainimage h2
{
    font-size:53px;
    color:white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform:none;
    color:white;
}

.mainimage .text
{
    float:right;
    width:315px;
    text-align:center;
    /*white-space:nowrap;*/
}

.mainimage .text A, .mainimage .text A:visited, .mainimage .text A:active
{
    color:white;
    padding:6px 12px;
    text-decoration:none;
    font-size:18px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.mainimage.nolinkmark .text A, .mainimage.nolinkmark .text A:visited, .mainimage.nolinkmark .text A:active
{
    padding:0;
    text-decoration:none;
    font-size:24px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background-color:transparent;
}

.gradientbox 
{
    background: #fcfff4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRhZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcfff4 0%, #ffdae5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#ffdae5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfff4 0%,#ffdae5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfff4 0%,#ffdae5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfff4 0%,#ffdae5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfff4 0%,#ffdae5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#ffdae5',GradientType=0 ); /* IE6-8 */
}

.frontpagebox
{
    width:282px;
    height:185px;
    text-align:center;
    margin:22px 17px 35px 17px;
    display:inline-block;
    border:1px solid #cccccc;  
    overflow:hidden;       
}

.wideimagewithoutname h1, .wideimagewithoutname h1 span, 
.wideimagewithoutname h2, .wideimagewithoutname h2 span, 
.wideimagewithoutname h3, .wideimagewithoutname h3 span
{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform:none;
    font-size:45px;
    color:white;
}

.wideimagewithoutname h3, .wideimagewithoutname h3 span
{
    font-size:25px;
}


.Paragraph_50_50_Image_Right
{
    width:430px;
    margin:0 12px 0 12px;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
}

.Paragraph_50_50_Image_Right IMG
{
    float:right;
}



.Puff_450x300_Image_Middle, .Puff_450x300_Image_Left, .Puff_450x180_Image_Top
{
    display:inline-block;
    vertical-align:top;
    overflow:hidden;    
    width:450px;
    background-color:#222;
    margin:34px 12px 0 12px;
}

.Puff_450x300_Image_Left
{
    height:300px;
}

.Puff_450x300_Image_Left
{
   color:#222;
}

.Puff_450x300_Image_Middle_Header, .Puff_450x300_Image_Middle_Content
{
    padding:11px 11px 11px 11px;
}

.Puff_450x300_Image_Left_Header
{
    padding:24px 0 0 24px;
}

.Puff_450x300_Image_Left IMG
{
/*     float:left; */
}


.Puff_450x300_Image_Middle_Header, .Puff_450x180_Image_Top_Header
{
    background-color:#ff92a6;    
    color:#fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size:22px;      
}

.Puff_450x300_Image_Left_Header
{
    background-color:#222222;    
    color:#ff92a6;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size:22px;    
    width:180px;
    display:inline-block;
}

.Puff_450x180_Image_Top_Header
{
    background-color:#222222; 
    padding:11px;
}

.Puff_450x300_Image_Middle_Content, .Puff_450x180_Image_Top_Content
{
    background-color:#222222;
    color:#fff;
}

.Puff_450x180_Image_Top_Content
{
  padding:0 11px 11px 11px;
}

.Puff_450x300_Image_Left_Content
{
    width:120px;    
    color:#fff;
    display:inline-block;
    vertical-align:top;
     margin:24px;
     font-family: 'Yanone Kaffeesatz', sans-serif;
     font-size:17px;
}

.Puff_450x300_Image_Only
{
    display:inline-block; 
    vertical-align:top;
    margin:  34px 12px 0 12px;
    
}

.Paragraph_NormalText
{
    width:100%;
    display:inline-block;
    vertical-align:top;
    margin:20px 0px 0 0px;
}

.Paragraph_LoginModule
{
    display:inline-block;
    vertical-align:top;
    margin:0px 12px 0 12px;
}

.Paragraph_30_30_30
{
    width:290px;
    display:inline-block;
    vertical-align:top;
    margin:30px 12px 0 12px;
}

.paragraph50 {
	float:left;
	width:380px;
	margin-top:15px;
	margin-left:14.5px;
	margin-right:15px;
}

.paragraph50 p {
	text-align:justify;
}

.paragraph50 a {
	color:#FFF;
	padding:5px 15px;
	background-color:#000;
	border-radius:7px;
	font-weight:bold;
}

.paragraph50 a:hover {
	color:#000;
	padding:5px 15px;
	background-color:#999;
	border-radius:7px;
	font-weight:bold;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.Paragraph_66
{
    display:inline-block; 
    vertical-align:top;    
    width:590px;
    margin:  34px 12px 0 12px;
}

.Paragraph_33
{
    display:inline-block; 
    vertical-align:top;    
    width:304px;
    margin:  34px 12px 0 12px;
}

.Puff_33
{
    display:inline-block; 
    vertical-align:top;    
    width:290px;
    margin:  34px 12px 0 12px;
}

.Puff_33
{
    display:inline-block; 
    vertical-align:top;    
    width:290px;
    margin:  34px 12px 0 12px;
}


.Puff_33_Header, Puff_25_Header
{
    background-color:#FF92A6;
    padding:7px 11px 7px 11px;
    font-size: 22px;
    font-family:'Yanone Kaffeesatz', sans-serif;
    color:#fff;
    text-transform:uppercase;
}

.Puff_25
{
    width:220px; 
    height:304px;
    display:inline-block; 
    vertical-align:top;           
    /*background-color:#222222;*/
    margin:  34px 4px 0 12px;
    overflow:hidden;
}

.Puff_25_Header
{
    /*background-color:#ff92a6;    */
    color:#fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size:22px;   
    padding:11px;
}   
    
.Puff_25_Content
{    
    color:#fff;
    display:inline-block;
    vertical-align:top;
    margin:18px 17px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size:17px;    
}

.Puff_25_Centered
{
   background-color:#292929;
   text-align:center;
     
     font-family: 'Yanone Kaffeesatz', sans-serif;   
     font-size:18px;    
   padding:18px;
   color:#fff;
}

.Paragraph_25_25_25_25
{
    width:220px;
    overflow:hidden;     
    margin:12px 0 12px 12px;
    display:inline-block;
    vertical-align:top;
}

.Paragraph_25_25_25_25 > img
{
    height:259px;
}

.Paragraph_25_25_25_25 .HeaderPanel
{
    background-color:#e6e6e6;
    height:73px;
    padding:18px 4px 4px 4px;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
    vertical-align:bottom;
    color:#3b3b3b;
}

.Paragraph_25_25_25_25_Header
{
    /*font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size:24px;
    margin:15px 0 7px 0;
    color:#3b3b3b;*/
}

A.ButtonLink
{
    background-color:#ff92a6;
    color:#fff;
    padding:4px 14px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform:uppercase;
    font-size:18px;
    text-decoration:none;
    margin:15px 0 15px 0;
    display:inline-block;
}

/* Formulär */


form    {
/*margin: 0 0 12px 12px;*/
}

.form span
{
    font-family: 'Yanone Kaffeesatz', sans-serif;   
    font-size:18px;
    margin:11px 0 11px 0;
    display:inline-block;
}

input:not([type='checkbox']) {    
    width:271px;
    display:block;
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input[type=checkbox], input[type=radio]
{
    height: auto;
    width:auto;
	position:relative;
	left:-3px;
    top:-1px;
    margin-right:4px;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
    /* width:271px; */
    width:100px;
    margin:12px 0 12px 0;
	padding:5px 0px 4px 0px;
	height:auto;
}

input.button:hover {

}

textarea:focus, input:focus {
    
}

 /* accordion */

#accordionwrapper {
  /*width: 571px;*/
    margin:12px 0 0 12px;
  display:inline-block;
  }
 
.accordionText
{
  width:96%;
  display:inline-block;
  float:left;
}
.accordionArrow
{
  /*background-image:url(../images/faq-arrow-blue.png);
  background-position:right middle;
  background-repeat:no-repeat;*/
  /*width:20px;
  height:14px;*/

    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #737373 transparent transparent transparent;
    line-height: 0px;
    _border-color: #737373 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    -webkit-transform:rotate(360deg);
    margin:6px 4px 0 0;
    float:right;
    display:inline-block;
}

.accordionButton {  
    /*background-image:url(../images/accordion_header.png );*/
  /*height:21px;*/
  width: 565px;
  float: left;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
  text-align:left;
  font-family: 'Yanone Kaffeesatz', sans-serif;   
  font-size:18px;
  color:#222222;  
  padding:5px;
  margin:0 0 11px 0;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 1%, #e7e7e7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4f4f4), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 1%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 1%,#e7e7e7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 1%,#e7e7e7 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 1%,#e7e7e7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}
 
.accordionContent {  
  width: 565px;
  float: left;  
  display: none;
  text-align:left;
  padding:12px;
  }
  
/* footer */  
.footer
{
    text-align:left; /* Counteract to IE5/Win Hack */  
    margin:0px auto; /* Right and left margin widths set to "auto" */  
    min-height:16px;
    font-family: 'PT Sans', sans-serif;
    width:960px;
}

.footer_left
{
    width:550px;
    float:left;
    display:inline-block;
}

.footer_right
{
    width:350px;
    float:right;
    display:inline-block;
    text-align:right;
}

.footer_links, .footer_links A, .footer_links A:active, .footer_links A:hover, .footer_links A:visited
{
}

.footer_copyright
{
}

.footer_label
{
    font-size:12px;
    width:100%;
    display:inline-block;
    margin-top:22px;
    text-align:center;
}

.footer_data
{
}

.footer_wrapper
{
    width:953px;
    margin:0px auto;
    display:inline-block;
    padding:14px 6px 14px 21px;
    margin-bottom:10px;
}

.footer_wrapper h1, .footer_wrapper h2
{
    font-size:1.6em;
    margin:0px 0px 6px 0px;
}

.languageLayer
{
    float:left;
    width:25%;
    display:inline-block;
}

.language_element
{
    display:inline-block;
    margin-right:8px;
}

/* Puffar */
.SimplePuff
{
    margin:10px;
}

/* Customer service pages */
.CustomerServiceBigBox
{
    float:left;
    margin:0px 7px 16px 7px;
    padding:4px;
    width:937px
}

.CustomerServiceBigBox .Header
{
    font-size:1.4em;
    padding:0px 12px 4px 2px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.CustomerServiceBigBox .Content
{
    margin: 4px 0px 0px 2px;
}

.CustomerServiceBigBox .Content div
{
    padding-bottom:2px;
}

.CustomerServiceBigBox #showAllInvoicesBtn
{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size:18px;
    text-decoration:none;
    display:none;
}

.IVRItem
{
    float:left;
    padding:2px;
    margin:0px 7px 14px 7px;
}

.IVRBox
{
    float:left;
    cursor:pointer;
    width:220px;
    overflow-y:auto;
}

.IVRBox.HighBox
{
    height:130px;
}

.IVRBox.HighBox .Text
{
    height:105px;
}

.IVRBox.NormalBox
{
    height:115px;
}

.IVRBox.NormalBox .Text
{
    height:90px;
}

.IVRBox .Link
{
    text-align:center;
    font-weight:bold;
}

.IVRBox .FormItemDescriptionText
{
    text-align:center;
    font-size:1.4em;
    padding:0px 12px 4px 12px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.IVRBox .FormItemIngressText
{
    text-align:center;
    padding:0px 6px 0px 6px;
    margin-top:12px;
}

/* Register mail form */
.RegisterMailForm label
{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
}

.RegisterMailForm input[type=text]
{
    padding-left:4px;
    width: 284px;
}

.RegisterMailForm input[type=submit]
{
    clear: none;
    cursor: pointer;
    float: left;
    height: 29px;
    margin: 10px 0 4px;
    padding: 4px 0 3px;
    width: 290px;
}

/* Image rotation */
.rslider
{
    position:relative;
    left:-12px;
    padding:0px;
    margin:0px;
}
.rslideitem
{
    display:inline-block;
}

.RsliderHtml
{
    float:right;
}

.RsliderHtml A
{
    color:white;
    font-size: 24px;
    font-family: Yanone Kaffeesatz, sans-serif;
    text-decoration:none;
}

/* General rhinoslider settings */
.rhino-btn {
	z-index:10;
	width:56px;
	height:53px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev, .rhino-next { bottom:-4px; }

.rhino-prev {
	left:-6px;
	background-position:-168px 0;
}

.rhino-next {
	right:-6px;
	background-position:-106px 0;
}

.rhino-prev:hover { background-position:-168px -53px; }

.rhino-next:hover { background-position:-106px -53px; }

.rhino-toggle {
	top:-4px;
	left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets {
    float:right;
	margin:0 0 0 -50px;
	z-index: 10;
	padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	cursor: pointer;
    margin-top:6px;
	font-size: 10px;
	text-align: center;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
    margin-right:6px;
    color:transparent;
    background-color:#d2d2d2;
	width: 8px;
	height: 8px;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
}

/* ErrorMessage */
.ErrorMessage
{
    width: 255px;
    float:right;
    display:inline-block;
    padding:0px;
    margin-bottom:30px;
    margin-top:10px;
}

.ErrorMessageBox1
{
    padding:6px;
}

.ErrorMessageBox1 h2
{
    font-size: 22px;
    color:white;
    margin:0px;
}

.ErrorMessageBox2
{
    background-color: #e6e6e6;
    /*background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0) repeat scroll 0 0 transparent;*/
    padding:6px;
    line-height:18px;
    color:#222;
}

/* Dynamic puffs */
.SimpePuffWithShadow:first-child
{
    font-size:20px;
}



