body { 
  font:11px Tahoma, Verdana, sans-serif;
  /* customize_body */ color: #000; /* customize_body */
  line-height: 18px;
}

/* Links */
a,a:visited,a:active {
  text-decoration: none;
  /* customize_link */ color: #50bdd6; /* customize_link */
  text-transform: uppercase;
}
a:hover {
  text-decoration: none;
  /* customize_link_hover */ color: #0077bb; /* customize_link_hover */
  text-transform: uppercase;  
} 
/* Style elements */
hr{
  border-top: 1px solid #cacaca;  
}
/* Lists */
ul {
  list-style-position:inside;
  margin: 0; /* without it IE7 will show a big margin */
}

p{
  font-weight: normal;	
}

/* Fonts, Titles... */
h1,h2,h3,h4,h5{font-family: 'Open Sans Condensed', sans-serif; margin:0px 0px 4px 0px; padding:0px 0px 4px 0px; color: #005397; text-transform: uppercase; font-weight: normal;}
h1{ font-size:21px; line-height:28px }
h2{ font-size:18px; line-height:24px }
h3{ font-size:16px; line-height:21px }
h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; margin:0px 0px 12px 0px; }

/* Forms */
input {
  margin: 0;
}

/* Images */
img {
  border: 0;
}

/* diverse */
a.neutral, a.neutral:hover{
  font-size: 10px;
  color: #8291a6;
}

#mini_nav a{
  color: #fff;
  text-transform: uppercase;  	
  
}

#address{
  color: #fff;	
}
#address a:hover{
  color: #fff;	
}

/*****************************************************/
/* TOOLBAR & TOOLBAR POPUPS */
/*****************************************************/
/* Links */
a.toolbar,a.toolbar:visited,a.toolbar:active {
  text-decoration: none;
  color: #7c96bb; 
}
a.toolbar:hover{
  text-decoration: none;
  color: #4d6280;
} 

#footer, #mini_nav, #topnav{
  font-family: 'Open Sans Condensed', sans-serif;	
  font-weight: normal;
}

/*****************************************************/
/* TINYMCE */
/*****************************************************/
/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
   color: #000;
}
.mceContentBody a {
  text-decoration: none !important; /* FF requires a important here */
   /* customize_link */ color: blue /* customize_link */ !important; /* FF requires a important here */
}
.liste_standard {
    background: url(http://www.wns.ch/themes/webiteasy/images/icons/listenicon.png) no-repeat scroll left 7px transparent;
    list-style-type: none;
    list-style-position: outside;
    padding: 0 0 0 19px;
    margin-bottom: 10px;   
}
.liste_standard_weiss {
    background: url(http://www.wns.ch/themes/webiteasy/images/icons/listenicon_weiss.png) no-repeat scroll left center transparent;
    list-style-type: none;
    list-style-position: outside;
    padding: 0 0 0 19px;
    margin-bottom: 10px;   
}
.liste_standard_weiss:hover {
    background: url(http://www.wns.ch/themes/webiteasy/images/icons/listenicon_weiss_hover.png) no-repeat scroll left center transparent; 
}