@font-face {
  font-family: was-black;
  /*src: url(../fonts/WAS-Black.eot);*/
  src: local(was-black), url(../fonts/WAS-Black.otf);
}

@font-face {
  font-family: was-bold;
  /*src: url(../fonts/WAS-Bold.eot);*/
  src: local(was-black), url(../fonts/WAS-Bold.otf);
}

@font-face {
  font-family: was-medium;
  /*src: url(../fonts/WAS-Medium.eot);*/
  src: local(was-black), url(../fonts/WAS-Medium.otf);
}

@font-face {
  font-family: was-regular;
  /*src: url(../fonts/WAS-Regular.eot);*/
  src: local(was-black), url(../fonts/WAS-Regular.otf);
}

@font-face {
  font-family: was-light;
  /*src: url(../fonts/WAS-Light.eot);*/
  src: local(was-black), url(../fonts/WAS-Light.otf);
}

body {
	background: #efefe7;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

:focus, :active {
	outline: none;
}

#header {
	width: 960px;
	height: 160px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#logo {
	width: 180px;
	text-align: center;
	float: left;
	margin: 30px 0 0 30px;
}

#header ul {
	list-style-type: none;
	padding: 0 16px 0 0;
	/*border-left: 6px solid white;*/
	width: 160px;
	float: left;
	line-height: 1;
	font-family: was-regular, helvetica, arial;
	text-transform: uppercase;
	font-size: 11px;
}

#header ul a {
	text-decoration: none;
	color: #333;
}

#mainMenu {
	margin: 26px 0 0 50px;
}

#subMenu {
	margin: 54px 0 0 0;
}

#header li {
	display: block;
	padding: 3px;
}

#header li.home {
	margin-bottom: 8px;
	font-family: was-bold, helvetica arial;
	font-weight: bold;
	font-size: 12px;
}

#subMenu li {
}

#header li a {
	display: block;
}

#header li.has-sub a {
	/* background: transparent url(../images/menu-link-arrow.png) no-repeat center right; */
}

#header li.act a {
	color: #084c4b;
	font-family: was-medium, helvetica, arial;
}

#header li.cur {
	color: #084c4b;
	font-family: was-medium, helvetica, arial;
}

#header ul ul {
	padding: 0 0 0 20px;
	height: 20px;
}

#header ul ul li {
	float: left;
}

#header #langMenu {
	float: right;
	width: 60px;
	padding: 0;
	margin: 26px 0 0 0;
}

#langMenu li {
	display: block;
	width: 20px;
	float: left;
	padding: 0;
	background: none;
}

#langMenu img {
	display: block;
}

#langMenu li a {
	display: block;
	text-indent: 0;
}

#tagsearch-form {
	width: 200px;
	float: right;
	text-align: right;
}

#contact-info {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 10px;
	border-bottom: 1px solid #999;
}

#contact-info p {
	margin: 0;
	padding: 0;
}

#main {
	width: 700px;
	padding-left: 260px;
	text-align: left;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;    
}

#footer {
	color: #999;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 30px 0 0 260px;
}

#footer a {
	text-decoration: none;
	color: #999;
}

.box {
	height: 215px;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
}

.box .box-overlay {
	margin-top: 190px;
	padding-bottom: 5px;
	opacity: 0.7;
}

.box h1 {
	margin: 5px 0 5px 10px;
	padding: 0;
	overflow: hidden;
	font-size: 14px;
	font-family: was-regular;
	color: #fff;
	text-transform: uppercase;
}

.box h1 a {
	display: block;
}

.box h1 a:hover {
	text-decoration: none;
}

.box p {
	margin: 0 10px 5px 10px;
	font-size: 13px;
}

.box p a {
	color: inherit;
	text-decoration: none;
}

.hidden {
	display: none;
}

.columns {

}

.wide-narrow .left {
	width: 500px;
	float: left;
}

.wide-narrow .right {
	width: 160px;
	float: right;
	font-size: 12px;
	line-height: 16px;
}

.equal .left {
	width: 48%;
	float: left;
}

.equal .right {
	width: 48%;
	float: right;
	font-size: 14px;
	line-height: 20px;
}

.teaser-foldout .teaser {
	margin-bottom: -20px;
}

.teaser-foldout .foldout-link {
	font-style: italic;
	color: #999;
	cursor: pointer;
	text-decoration: underline;
}

.teaser-foldout .fold-out {
	display: none;
	padding-top: 14px;
	padding-bottom: 5px;
}

.csc-default {
	margin-bottom: 20px;
}

.csc-frame-frame1 {
	border-left: 6px solid #fff;
	padding-left: 16px;
	margin-bottom: 20px;
}

.csc-frame-frame2 {
	border-left: 6px solid #ccc;
	padding-left: 16px;
	margin-bottom: 20px;
}

.csc-textpic-text {
	padding-top: 1px;
}

a {
	color: #999;
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: 100%;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #333;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 26px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}

h4.subheader {
	margin: 0.3em 0 0 0;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
