@font-face
{
font-family: 'DIN light';
src: url(http://beck-naef.ch/themes/wns//themes/wns/fonts/DINNextLTPro-Light.otf);
}



/* only examples */
#justexamples{
  background: #fff url(http://beck-naef.ch/themes/wns/images/wns/background.gif) repeat-y top left;
  background-repeat: no-repeat; 
  min-height: 20px;
  height:auto !important;/* moderne Browser */
  height:20px; /* IE */
}

/*****************************************************/
/* LAYOUT */
/*****************************************************/
/* begin tryout new css reset */
/* td, */
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, 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, 
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 tryout new css reset */


/* css reset *//*
*{
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;  
  margin: 0;
}
*/


html, body{	
  height: 100%; /* wichtig */  
  text-align:left;  
}
#outer_wrap{
  z-index: 5;
  width:1200px;  
  margin:0 auto;
  position: relative;  
}
#header{
  
}
#header_logo{  
  margin-top:20px;
  width: 225px;
  height: 150px;
} 
#inner_wrap{
  float: none;
  width:100%;
  padding-bottom:20px;
 
}
#navigation{
  position: relative; left: 0px; top: 0px; 
  float: left;
  width: 300px;
  color: white;
  background: #74002d;   
}
#navigation_inner{
  position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  padding:5px 5px 5px 5px;    
  overflow: hidden;   
}
#sidebar_content img{
max-width:270px!important;
height:auto;
}


#content{
  
  position: relative; left: 0px; top: 60px;
  float:left;   
  width:840px; /*raw space for the content_inner should never be less then 440px*/ 
  background-color: rgba(34,34,34,0.8);
  margin-left: 60px;
  color: white;
  line-height: 24px;

} 
#content_inner{

  position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  padding:35px;
  overflow: hidden;   
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);  
}

#content_inner img{
  max-width: 770px;
  height:auto;
}

#footer {
  position: relative;
  width:100%; 
  height:22px;
  background: #bba;
}

/*****************************************************/
/* NAVIGATION */
/*****************************************************/
ul.nav-header li{ /* all li elements in the navigation */
    list-style-type: none;
    padding: 8px 20px 8px 20px;    
    margin-bottom: 0px;
    border-bottom: 2px solid #d69d25;
}
ul.nav-header .level_1{ /* all level1 elements in the navigation */
   padding-left: 39px;
}
ul.nav-header .level_2{ /* all level2 elements in the navigation */
   padding-left: 50px;
}
ul.nav-header a{ /* all link elements in the navigation */
  text-decoration: none;   
  color: #fff;


}
ul.nav-header a:hover { /* all link:hover elements in the navigation */
  text-decoration: none;    
  color: white;
}

ul.nav-header li.first{ /* all active elements in the navigation */
      border-top: 2px solid #d69d25;
}

ul.nav-header li.nav-selected{ /* all active elements in the navigation */
  background: #d69d25; 
  color:white;    
}
ul.nav-header li.nav-selected.level_0 { /* all active elements on level-0 in the navigation */
  background: #d69d25;     
}
ul.nav-header li.nav-selected.level_0 a, ul.nav-header li.nav-selected.level_0 a:hover {  /* all active link and link:hover elements on level-0 in the navigation */
  color: white;
  font-weight: bold;     
}
ul.nav-header li.nav-selected a, ul.nav-header li.nav-selected a:hover{  /* all active link and link:hover elements elements in the navigation */
  color: white; 
}

/*****************************************************/
/* Default styles */
/*****************************************************/
.formBlockSurveyTable{
  width: 100%;  
}
.formBlockSurveyTable input,.formBlockSurveyTable textarea{
 padding:10px; 
}
.formBlockSurveyTable input[type='text'],.formBlockSurveyTable textarea,  .formBlockSurveyTable input[type='email'] {
   width: 95%; 
}

.formBlockSurveyTable input[type="submit"]{ background-color:#74002d; color: white; width:100px;
border:none; box-shadow: none;
   -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;

  }

  .formBlockSurveyTable input[type="submit"]:hover{ 
  background-color:#000;  

  color: white; 
  
  }

/*****************************************************/
/* CCM Custom styles */
/*****************************************************/


/*****************************************************/
/* CUSTOM */
/*****************************************************/
/* customize_miscellaneous */ /* customize_miscellaneous */

/* Grid Styles! */
.row{ 
  margin-top: 10px; 
  clear: both;
}
.span_1, .span_940 {    
    display: block;
    min-height: 1px;
}
.span_140 {
    float: left;
    width: 140px;
    display: block;
    min-height: 1px;
}
.span_243 {
    float: left;
    width: 243px;
    display: block;
    min-height: 1px;
}

.span_243 img{
  max-width: 243px!important;
  height:auto;
}

.span_375 {
    float: left;
    width: 375px;
    display: block;
    min-height: 1px;
}

.span_375 img{
  max-width: 375px!important;
  height:auto;
}


.span_460 {
    float: left;
    width: 460px;
    display: block;
    min-height: 1px;
}
.span_470 { /*bad style, but necessary due to layout given*/
    float: left;
    width: 470px;
    display: block;
    min-height: 1px;
}
.span_506 {
    float: left;
    width: 506px;
    display: block;
    min-height: 1px;
}
.span_506 img{
  max-width: 506px!important;
  height:auto;
}



.span_620 {
    float: left;
    width: 620px;
    display: block;
    min-height: 1px;
}
.span_20{
    margin-left: 20px;  
}


.arrow-down {
  position: absolute; bottom: -70px;
  width: 0; 
  height: 0; 
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  
  border-top: 70px solid #74002d;
}

.mehr{ 
  background-color:#74002d;  
  padding: 5px 25px; 
  text-transform: uppercase; 
  color: white; 
  text-decoration: none; 
  font-size:14px;


    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;

  }

  .mehr:hover{ 
  background-color:#000;  

  color: white; 
  
  }