/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../files/gfx/fonts/oswald-v49-latin-regular.woff2') format('woff2'), 
       url('../../files/gfx/fonts/oswald-v49-latin-regular.woff') format('woff'); 
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../../files/gfx/fonts/oswald-v49-latin-600.woff2') format('woff2'),
       url('../../files/gfx/fonts/oswald-v49-latin-600.woff') format('woff');
}



@media screen {

/* ****** reset ******************************************************** */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background: #000 url(../../files/gfx/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	font: bold 18px/1.6em oswald, arial, sans-serif;	
	overflow: hidden; /* fix nav */
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}






/* ****** structure ******************************************************** */
html {
	height: 100%;
	overflow-y: scroll;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	/* max-width: 1400px; /* narrow wrapper */
}
#main {
	float: left;
	clear: both;
	/*position: relative;*/
	width: 100%;
	min-height: 400px;		
	padding-bottom: 120px;
}
/* narrow main content 
#main .inside {
	max-width: 980px;
	margin: 0 auto;
}*/
/* horizontal header & navigation */
#header {
	background: #000;
	position: relative;
	z-index: 999999 !important;
	width: 100%;
	float: left;	
}
#header .panel {
	padding: 0;
	min-height: 160px;
}
#footer {
	background: #000;
	padding-top: 35px;
	padding-bottom: 55px; 
}
#footer p {
	margin: 15px 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: inherit;
	text-decoration: underline;
}
/*
#footer .c25.last {
	text-align: right;
}*/

/* logo */
.logo img {
	margin: 50px auto 10px auto;
}
#logo {
	position: relative;
}
#logo .logo {
	position: absolute;
	left: 0;
	top: 0;	
}
#logo .claim {
	position: absolute;
	left: 123px;
	top: 100px;
	font-weight: normal;
}
#header .c66 {
	height: 200px
}
.home-teaser {
	overflow: visible !important;
}
.home-teaser .c33 {
	float: left;
	margin-bottom: 100px;
}
.home-teaser .c33 img {
	border: 10px solid #fff;
	border-bottom: 20px solid #fff;
	text-align: center;
	margin: 0 auto;
	box-shadow: 5px 5px 20px 0 #000;
}

body.kontakt #main img {
	border: 10px solid #fff;
}





/* ****** grid ******************************************************** */
.panel {
	overflow: auto;
	clear: both;
	padding: 10px 0; /* extra padding */
	padding: 0;
}
.panel .inside {
	max-width: 1200px;
	margin: 0 auto;
}
#main .panel,
#footer .panel {
	max-width: 1200px; /* narrow panel */
	margin: 0 auto;
}
/*
#main .panel.full {
	overflow: visible;
}*/

#main .panel.full,
#main .panel.full .inside {
	max-width: 100%;
}
#main .panel.full .inside img {
	width: 100%;
	height: auto;
}
#header .panel {
	overflow: visible;
}
#main .panel .inside {
	position: relative;
}
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	float: left;
	padding: 0 2%;
	margin-bottom: 20px; /* extra margin */
	margin-bottom: 0;
	/* filled 
	background: #f0f0f0;
	border-right: 1px solid #fff;
	*/
}
.c25 {
	width: 25%;
}
.c33 {
	width: 33.33%;
}
.c50 {
	width: 50%;
}
.c66 {
	width: 66.66%;
}
.c75 {
	width: 75%;
}
.c100 {
	width: 100%;
}
.panel.full .c25,
.panel.full .c33,
.panel.full .c50,
.panel.full .c66,
.panel.full .c75,
.panel.full .c100 {
	padding-left: 0;
	padding-right: 0;
}
.panel img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}
.hero {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 40px 20px 40px;
  background: #000;
  float: left;
  position: absolute;
  top: 320px;
  left: 5%;
}
.hero_right {
	right: 5%;
	left: auto;
}









/* ****** navigation ******************************************************** */
#nav {
	display: none;
}
#header nav ul {
	visibility: hidden;
}

/* header mit Logo links */
#header .c66 {
	position: relative;
	height: 100%;
	height: 136px;
}
#header .c66 nav {
	float: right;
	clear: both;
	position: absolute;
	bottom: 0;
	right: 3%;
}

.sf-menu ul {
	position: absolute;
	display: none;
	z-index: 99999;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
	padding-top: 2px;
}
.sf-menu li li:hover > ul,
.sf-menu li li.sfHover > ul {
	padding-top: 0;
}
.sf-menu a,
.sf-menu span {
	display: block;
	position: relative;
	padding: 8px 10px 8px 10px;	
	color: #fff;
	text-decoration: none;
}
.sf-menu span,
.sf-menu a:hover,
.sf-menu .trail {
	color: #ee7525;
}
.sf-menu ul {
	min-width: 6em;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu ul a,
.sf-menu ul span {
	background: #ee7525;
	text-align: left;
	color: #fff;
  padding: 9px 24px 9px 10px;
  text-transform: none;
}
.sf-menu ul a:hover,
.sf-menu ul span,
.sf-menu ul .trail {
	background: #de6515;
	text-align: left;
	color: #fff;
}
.sf-menu ul a.submenu:after {
	position: absolute;
  width: 0; 
  height: 0;
	right: 8px; 
	top: 40%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  content: '';
}
.sf-menu {
	float: right;
	position: relative;
}

li.nav-hide-desktop {
	display: none;
}







/* ****** common tags ****************************************************** */
#main p  {
	margin-bottom: 20px;
}
#main p,
#main li {
	font: bold 30px/1.6em oswald, arial, sans-serif;
	text-shadow: 2px 2px #000;
}
h1 {
	margin-top: 50px;
	margin-bottom: 20px !important; 
	font: bold 50px/1.3em oswald, arial, sans-serif;
	text-shadow: 2px 2px #000;
	text-transform: uppercase;
	color: #ee7525;
}
h2 {
	margin-bottom: 20px;
	font: bold 24px/1.6em oswald, arial, sans-serif;
	text-shadow: 2px 2px #000;
}
h3,
h4,
h5,
h6 {
	font: bold 18px/1.6em oswald, arial, sans-serif;
	text-shadow: 2px 2px #000;
}
h1 + h2 {
	margin-top: -20px !important;
}
#main .hero h1 {
	margin-top: 0;
	margin-bottom: 20px !important; 
	font: bold 30px/1.3em oswald, arial, sans-serif;
	text-shadow: none;
}
#main .hero p {
	font: bold 18px/1.6em oswald, arial, sans-serif;
	text-shadow: none;
}
abbr {
	border-bottom: 1px dotted #555;
	cursor: help;
}
kbd {
	font-family: consolas, "courier new", oswald, arial, sans-serif;
}
a {
	text-decoration: underline;
	color: inherit;
}
#main a:focus {
	outline: 1px dotted;
}
a[href $='.pdf'] {
	padding: 0 0 1px 24px;
	background: url(../../files/gfx/icons/pdf-alternative.png) no-repeat 0 50% ;
}
a:focus,
a:hover,
a:active {
	/*color: inherit;*/
	text-decoration: none;
}
img {
	border: 0;
	background: 0;
	padding: 0;
	display: block;
  border-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 0.7em;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
/* classic bullet */
#main ul {
	margin: 0 0 20px 60px;
}
#main ul li {
	list-style: square;
	padding-left: 0;
}
/* image bullet */
/*
#main ul {
	margin: 0 0 20px 18px;
}
#main ul li {
	list-style: none;
	padding-left: 17px;
	background: url(../../files/gfx/bullet.gif) no-repeat 0 8px;
}
*/
#main ol {
	margin: 0 0 20px 35px;
	list-style-type: decimal;
	/*list-style-type: decimal-leading-zero;*/
}
#main ol li {
}






/* ****** common styles **************************************************** */
#print,
.print,
.hide,
.hide-desktop,
.invisible {
	display: none !important;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #AF3636;
}
.low {
	color: #bbb;
}
.clear,
.break {
	clear: both;
}
.highlight {
	background: #FFD700;
}
.small,
small {
	font-size: 10px;
}
#bg {
	display: none;
}
.nomargin {
	margin: 0 !important;;
}
.nopadding {
	padding: 0 !important;
}
.block {
	overflow: visible;
}
#container:after,
.custom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
::-moz-selection {
	background: #ccc;
	color: #333;
}
::selection {
	background: #ccc;
	color: #333;
}
.float_left {
	padding: 0 30px 30px 0;
	float: left;
}
.float_right {
	padding: 0 0 30px 30px;
  float: right;
}






/* ****** gallery **************************************************** */
#main .ce_gallery {
	clear: both;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main .ce_gallery ul {
	list-style: none;
	margin-left: 0 !important;
}
#main .ce_gallery li {
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
}
#main .ce_gallery li.col_last {
	margin-right: 0 !important;
}
#main .ce_gallery .cols_1 li {
	width: 100%;
}
#main .ce_gallery .cols_2 li {
	width: 49.9%;
}
#main .ce_gallery .cols_3 li {
	width: 32.4%;
}
#main .ce_gallery .cols_4 li {
	width: 23.9%;
}
#main .ce_gallery .cols_5 li {
	width: 19.9%;
}
#main .ce_gallery img {
	display: block;
	border: 5px solid #fff;
}
#cboxCurrent,
#cboxTitle {
	display: none !important;
}







/* ****** search ************************************ */
#search-top .submit,
.mod_search .url,
.mod_search .relevance,
.mod_search .submit {
	display: none;
}
#search-top .text {
	float: right;
	width: 240px;
	font: 16px/1.6em oswald, arial, sans-serif;	
	border: none;
	background: #eee url(../../files/gfx/icons/search.svg) no-repeat 4.5% 50%;
	background-size: 16px 16px;
	padding: 5px 5px 5px 33px;
	border-radius: 0;
	margin-top: 20px;
}
#search-top .text:focus {
	background-color: #ddd;
}
.mod_search h3 a {
	text-decoration: none;
}
.mod_search h3 a:hover {
	text-decoration: underline;
}
.mod_search .header {
	margin-bottom: 40px;
}






/* ****** language ************************************ */
.language_picker {
	float: right;
	margin: 25px 20px 0 0;
}
.language_picker a {
	text-decoration: none;
}






/* ****** caroufredsel **************************************************** */
.ce_caroufredsel_gallery,
.ce_caroufredsel_start {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
}
.caroufredsel_prev {
	position: absolute;
	background: url("../../files/gfx/prev_white.png") no-repeat 20% 50%;
	left: 0;
	top: 0;
	height: 100%;
	width: 200px;
	outline: 0 !important;
  transition: all 0.3s ease;
	z-index: 999;
}
.caroufredsel_prev:hover {
	background: url("../../files/gfx/prev_white.png") no-repeat 15% 50%;
	transition: all 0.3s ease;
}
.caroufredsel_next {
	position: absolute;
	background: url("../../files/gfx/next_white.png") no-repeat 80% 50%;
	right: 0;
	top: 0;
	height: 100%;
	width: 200px;
	outline: 0 !important;
  transition: all 0.3s ease;
  z-index: 999;
}
.caroufredsel_next:hover {
	background: url("../../files/gfx/next_white.png") no-repeat 85% 50%;
	transition: all 0.3s ease;
}
.caroufredsel_prev span,
.caroufredsel_next span {
	display: none;
}
.ce_caroufredsel_gallery .caption {
	display: none;
}
.panel-caroufredsel {
	margin-bottom: 0;
}






/* ****** news ******************************************************* */
.layout_full h1 a {
	text-decoration: none;
}






/* ****** pagination ******************************************************* */
.pagination ul {
	margin: 20px 2% !important;
	clear: both;
	overflow: auto;
}
.pagination li {
	margin: 0 1px 1px 0 ;
	list-style: none !important;
	float: left;
}
.pagination li a,
.pagination li span {
	padding: 6px 14px;
	background: #ee7525;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
}
.pagination li a:hover {
  background: #de6515;
}
.pagination li span {
	background: #de6515;
}
.pagination p,
.pagination .last,
.pagination .first {
	display: none;
}
p.back {
	display: none;
}
p.info {
	color: #aaa;
}






/* ****** accordion ******************************************************* */
.toggler {
	cursor: pointer;
	display: block;
	padding: 0.5em 2em 0.5em 1em;
	text-decoration: none;
	margin-bottom: 1px;
	position: relative;
	color: #fff;
  background: #ee7525 url("../../files/gfx/arrow_down.png") no-repeat 98% 50%;
}
.toggler:hover {
  background-color: #de6515;
}
.toggler.ui-state-active {
  background: #de6515 url("../../files/gfx/arrow_up.png") no-repeat 98% 50%;
}
.accordion > div {
	padding: 10px 0 1px 0;
}






/* ****** scrollup **************************************************** */
#scrollUp {
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: none;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.5) url(../../files/gfx/arrow-black.svg) no-repeat;
	/*background: #333333 url(../../files/gfx/arrow-white.svg) no-repeat;*/
	display: block;
	background-size: 40px 40px;
	border-radius: 120px;
}
#scrollUp:hover {
	background-color: rgba(255,255,255,1);
}






/* ****** forms ************************************************************ */
input[type="hidden"] {
	display: none;
}
select option[disabled] {
	display: none;
}
input.text,
input.captcha,
input.submit,
textarea,
select {
  padding: 5px;
  margin-bottom: 5px;
  -webkit-appearance: none;
}
input.text,
input.captcha,
textarea,
select {
  border: 1px solid #aaa;
	font: 16px/1.6em oswald, arial, sans-serif;
	width: 100%;
}
input.text:focus,
input.captcha:focus,
textarea:focus,
select:focus {
	border-color: #000;
}
textarea {
	height: 160px;
}
input.submit {
	clear: both;
	font: 16px/1.6em oswald, arial, sans-serif;
	float: left;
	background: #333;
	padding: 10px 20px;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}
input.submit:hover {
	background: #000;
}
label {
	text-align: left;
	width: 100%;
	display: block;
	float: left;
	margin-top: 6px;
	clear: both;
	font: 16px/1.6em oswald, arial, sans-serif;
}
span.mandatory {
	margin-left: 3px;
	color: #DEBB00;
}
.checkbox_container label,
.radio_container label {
	width: 85%;
	float: left;
	clear: none;
}
.checkbox,
.radio {
	margin: 10px 15px 1px 1px;
	padding: 0;
	float: left;
	clear: both;
}
.widget,
form br {
	clear: both;
}
input.error,
textarea.error {
	border-color: darkred;
}
input:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
span.mandatory {
	display: none;
}






/* ***** debug ******************************************************** */
/*
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	border: 1px solid red;
}
.panel {
	border: 2px solid blue;
}
/**/




} /* end screen */






/* ****** mobile ******************************************************* */
@media(max-width:768px) {
body {
	-webkit-text-size-adjust: 100%;
	background: #5a4e52;
}
.hide-mobile,
.language_picker,
#search-top,
#sticky-wrapper {
	display: none !important;
}
#header {
	float: none;
	overflow: auto;
	position: static;
	width: auto;	
}
#header .panel {
	min-height: 83px;
}
#header .c66 {
	height: auto
}
.logo img {
	max-width: 50px !important;
	margin: 10px 0;
}
.claim {
	display: none;
}
#main {
	padding-bottom: 0;
}
#main img {
	__width: 100%;
	max-width: 100%;
	height: auto;
}
.ce_caroufredsel_start.c100,
.ce_caroufredsel_gallery.c100,
.ce_image.c100 {
	padding-left: 0;
	padding-right: 0;
}
#header nav {
	display: none;
}
#nav {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 40px;
}
#nav ul a,
#nav ul span {
  padding: 10px 0 10px 5%;
	font-size: 16px;
	border-top: 1px solid #ce5505;
  width: 100%;
	display: block;
	background: #ee7525;
	text-decoration: none;
	color: #fff;	
}
#nav ul span,
#nav ul a:hover {
	color: #fff;
	background: #de6515;
	text-decoration: none;
}
#nav ul ul a,
#nav ul ul span {
  padding-left: 8%;
}
#nav ul ul ul a,
#nav ul ul ul span {
  padding-left: 16%;
}

#mobile_menu {
  display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#mobile_menu a {
	border: 0;
	background: 0 !important;
	padding: 30px 30px 30px 30px;
	display: block;
}
#mobile_menu a:before {
  background: url(../../files/gfx/icons/mobile-menu-white.svg) 0 center no-repeat;
  padding-left: 1.6em;
  /*text-align: center;
  height: 12px;
  width: 24px;*/
	content: '';
}
#scrollUp {
	/*display: none !important;*/
}
.float_left,
.float_right {
	padding: 0 0 30px 0;
	float: none;
}
#footer .c25.last {
	display: none;
}
#footer {
	padding-top: 0;
}
#footer .panel {
	padding-top: 30px;
	padding-bottom: 30px; 
}
#main p,
#main li {
	font: 18px/1.6em oswald, arial, sans-serif;
	text-shadow: none;
}
h1 {
	font: bold 24px/1.6em oswald, arial, sans-serif;
	text-shadow: none;
}
h2 {
	font: 18px/1.6em oswald, arial, sans-serif;
	text-shadow: none;
}
h3,
h4,
h5,
h6 {
	font: bold 18px/1.6em oswald, arial, sans-serif;
	text-shadow: none;
}
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	float: none;
	width: 100%;
	padding: 0 5%;
}
li.nav-hide-desktop {
	display: list-item;
}
#main .ce_gallery li {
	/*width: 33.23% !important;*/
	width: 100% !important;
	/*width: 49.8% !important;*/	 
}
.hero {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 5%;
  background: #000;
  float: left;
  position: static;
  background: none;
}
}






/* ****** print ******************************************************* */
@media print {
#left,
.logo,
nav {
	display: none;
}
#print_head {
	display: block;
	border-bottom: 1px solid #bbb;
	font: 12px/18px verdana, sans-serif;
}
#main {
	width: 75%;
}
#main,
p {
	font: 12px/18px verdana, sans-serif;
}
h1 {
	font: 18px/18px verdana, sans-serif;
	margin-bottom: 20px;
}
h2 {
	font: 14px/18px verdana, sans-serif;
}
h3 {
	font: 12px/18px verdana, sans-serif;
}
h4 {
	font: 12px/18px verdana, sans-serif;
}
} /* end print */
