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, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 100%;
}

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

.clear { 
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}
/* End hide from IE-mac */

a, :focus {
	outline: 0;
}

.cl {
  clear: both;
}

.align-center, .cen {
  text-align: center;
}

@media screen {
  html, body {
  	height: 100%;
  	margin: 0;
  	padding: 0;
  	text-align: center;
  }

  body {
    background: #fff url('../img/bg.gif') repeat-x left top;
  	color: #3b3b3b;
  	font-size: .8em;
  	padding-bottom: 1px;
  }

  object {
  	margin: 0;
  	padding: 0;
  	vertical-align: middle;
  }

  a {
  	color: #005db1;
  }

  a:hover {
  	text-decoration: none;
  }
  
  #middle a:visited {
    color: #999;
  }
  
  #middle a:hover {
    color: #005db1;
  }

  a, a *, button, button * {
  	cursor: pointer;
  }

  img {
  	border: 0;
  }

  a img {
  	vertical-align: middle;
  }

  small {
  	font-size: 85%;
  	line-height: 85%;
  }

  input, select, textarea {
  	background: #fff;
  	border: 1px solid #d5d5d5;
  	font-size: 101%;
  }

  input {
  	padding: 2px 4px;
  }

  textarea {
  	overflow: auto;
  	padding: 4px;
  }
  
  strong {
  	font-weight: bold;
  }
  
  #siteholder {
    text-align: left;
  }
  
  #header {
    padding: 12px 0 15px;
  }
  
  #header .cwrap,
  #footer {
    margin: 0 auto;
    padding: 0 30px;
    width: 960px;
  }
  
  #logo, #logo h1, #logo h1 a {
    display: block;
  	height: 65px;
  	width: 258px;
  }
  
  #logo h1 {
    background: transparent url('../img/logo.gif') no-repeat left top;
  }
  
  #lang {
    display: none;
  }
  
  .hid, .flash, #logo h1 span, #logo h2 {
    display: none;
  }
  
  #mainNav .cwrap {
    background: transparent url('../img/mainnav_l.gif') no-repeat left top;
    margin: 0 auto;
    padding-left: 30px;
    width: 990px;
  }
  
  #mainNav .inner {
    background: transparent url('../img/mainnav_r.gif') no-repeat right top;
    padding-right: 30px;
    width: 960px;
  }
  
  #mainNav .innerwrap {
    background: transparent url('../img/mainnav_bg.gif') repeat-x left 5px;
  }
  
  #mainNav .navwrap {
    background: transparent url('../img/mainnav_capr.gif') no-repeat right 5px;
    padding-right: 10px;
    width: 950px;
  }
  
  #mainNav ul {
    background: transparent url('../img/mainnav_capl.gif') no-repeat left 5px;
    display: block;
    margin: 0;
    padding: 0 0 0 10px;
    width: 940px;
  }
  
  #mainNav ul li, #mainNav ul li a, #mainNav ul li span {
    color: #4d4d4d;
    display: block;
    float: left;
    font-weight: bold;
  }
  
  #mainNav ul li a, #mainNav ul li span {
    padding: 15px 15px 10px;
    text-decoration: none;
  }
  
  #mainNav ul li {
    padding-right: 1px;
    position: relative;
  }
  
  #mainNav ul .act a, #mainNav ul .act span,
  #mainNav li:hover a, #mainNav li:hover span {
    background: #006ac9 url('../img/mainnav_act_bg.gif') repeat-x left bottom;
    color: #fff;
  }
  
  #mainNav ul ul {
    background: #002253 url('../img/subnav_bg.gif') repeat-x left top;
    display: none;
    font-size: .9em;
    left: 0;
    padding: 10px .5em 20px;
    position: absolute;
    top: 100%;
    width: 30em;
    z-index: 10000;
  }
  
  #mainNav li:hover ul {
    display: block !important;
  }
  
  #mainNav ul ul li, #mainNav ul ul li a, #mainNav ul ul li span,
  #mainNav ul .act ul li a, #mainNav ul .act ul li span {
    background: none !important;
    color: #c3d6e7;
    float: none;
  }
  
  #mainNav ul ul li a, #mainNav ul ul li span,
  #mainNav ul .act ul li a, #mainNav ul .act ul li span {
    margin: 0 !important;
    padding: 5px 10px !important;
  }
  
  #mainNav ul ul li {
    line-height: 150%;
    margin: 0;
    padding: 2px 0 0 0 !important;
  }
  
  #mainNav ul ul li a:hover,
  #mainNav ul ul .act a,
  #mainNav ul ul .act span,
  #mainNav ul .act ul .act a,
  #mainNav ul .act ul .act span {
    background: #005db1 url('../img/subnav_act_bg.gif') repeat-x left top !important;
    color: #fff !important;
  }
  
  #teaserImage {
    background: transparent url('../img/teaser_bg.gif') repeat-x left top;
    display: block;
  }
  
  #header .cwrap {
    position: relative;
  }
  
  #teaserImage .cwrap {
    background: transparent url('../img/teaser_capl.gif') no-repeat left top;
    margin: 0 auto;
    padding-left: 30px;
    width: 990px;
  }
  
  #teaserImage .inner {
    background: transparent url('../img/teaser_capr.gif') no-repeat right top;
    padding-right: 30px;
    width: 960px;
  }
  
  #teaserImage img {
    vertical-align: middle;
  }
  
  #snowman {
    position: absolute;
    right: 30px;
    top: -10px;
  }
  
  #middle .cwrap {
    background: #fff url('../img/sbg.gif') repeat-y left top;
    margin: 0 auto;
    padding: 0 30px;
    width: 960px;
  }
  
  #content {
    display: block;
    float: left;
    padding: 0 0 80px 50px;
    width: 637px;
  }
  
  #content h2,
  #content h3,
  #content h4,
  #content p {
    padding: 0 20px 0 0;
  }
  
  #content h2,
  #content h3,
  #sidebar h3 {
    color: #005db1;
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
  }
  
  #content form h3 {
    text-align: left;
  }
  
  #content .rgt h3 {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  #content h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 160%;
    padding: 20px 120px 20px 100px;
  }
  
  #content h3 {
    border-top: 5px solid #f2f2f2;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 160%;
    margin-top: 20px;
    padding: 20px 50px 10px 0;
  }
  
  #content h4 {
    font-weight: bold;
    line-height: 150%;
    padding: 20px 20px 10px 0;
    text-align: center;
  }
  
  #content p {
    line-height: 170%;
    padding-bottom: 15px;
    text-align: justify;
  }
  
  #content ul {
    padding: 0 0 10px 0;
    margin: 0 0 1em 2em;
  }
  
  #content ul li {
    line-height: 150%;
    padding: 3px 0;
  }
  
  #content .csc-sitemapm
  #content .csc-menu {
    padding-right: 30px;
  }
  
  #content .csc-sitemap ul,
  #content .csc-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #content .csc-sitemap ul li {
    font-weight: bold;
  }
  
  #content .csc-sitemap ul li a,
  #content .csc-menu li a {
    background: transparent url('../img/bullet1.gif') no-repeat left 50%;
    display: block;
    padding: 7px 0 7px 10px;
    text-decoration: none;
  }
  
  #content .csc-sitemap ul li a:hover,
  #content .csc-sitemap ul li a:focus,
  #content .csc-menu li a:hover,
  #content .csc-menu li a:focus {
    text-decoration: underline;
  }
  
  #content .csc-sitemap ul ul {
    font-size: 90%;
    padding: 5px 5px 10px 20px;
  }
  
  #content .csc-sitemap ul ul li {
    font-weight: normal;
  }
  
  #content .csc-sitemap ul ul li a {
    background-image: url('../img/bullet2.gif');
    padding: 2px 0 2px 10px;
  }
  
  #content .infotext strong {
    font-weight: normal;
  }
  
  #content .infotext .more {
    text-align: right;
  }
  
  #content .wboxgroup {
    padding-bottom: 10px;
  }

  #content .wbox {
    display: block;
    float: left;
  }

  #content .wbox p {
    text-align: left;
  }

  #content .wbox small {
    line-height: 120%;
  }
  
  #announce {
  	font-weight: bold;
  	padding: 20px 10px;
  }

  #scroller_container {
  	overflow: hidden;
  	height: 2em;
  	width: 100%;
  }

  #scroller_container div {
  	display: block;
  	white-space: nowrap;
  	margin: 0;
  }
  
  .csc-textpic-intext-right .csc-textpic-image {
    float: right;
    margin: 5px 35px 10px 20px;
  }
  
  .csc-textpic-intext-right img {
    border: 5px solid #efefef;
    padding: 2px;
    vertical-align: middle;
  }
  
  
  #sidebar {
    background: transparent url('../img/sidebar_bg.jpg') no-repeat left bottom;
    display: block;
    float: right;
    font-size: .9em;
    padding: 20px 12px 10px 18px;
    width: 243px;
  }
  
  #sidebar .box {
    background: transparent url('../img/boxwrap_bg.gif') no-repeat right bottom;
    display: block;
    padding: 0 10px 10px 0;
    margin-bottom: 5px;
    width: 233px;
  }
  
  #sidebar .box .wrap {
    background: #fff;
    padding: 20px;
    width: 193px;
  }
  
  #sidebar .box a {
    background: transparent url('../img/arrow.gif') no-repeat left 50%;
    padding-left: 8px;
  }
  
  #sidebar .box .noarrow {
    background: none;
    padding: 0;
  }
  
  #sidebar small {
    line-height: 150%;
  }
  
  #sidebar a strong {
    font-weight: normal;
  }
  
  #sidebar h4,
  #sidebar p {
    clear: both;
    line-height: 160%;
    padding: 5px 0;
  }
             
  #sidebar h3,
  #sidebar h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 150%;
  }
  
  button, #sidebar #sidebarContact a {
    background: #005db1 url('../img/btn_bg.gif') repeat-x left top;
    border: 0 none;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
  }
  
  #content button {
  	padding: 7px 40px;
  }
  
  #sidebarContact a {
    margin-top: 10px;
  }
  
  #footer {
    background: #ffffff url('../img/footer_bg.gif') no-repeat left top;
    color: #bbbbbb;
    font-size: .85em;
    padding: 30px 30px;
    text-align: center;
  }
  
  #footer p {
    padding: 3px 0;
  }
  
  #footer a {
    color: #777;
    text-decoration: none;
  }
  
  #footer .fnav a {
    padding: 0 2px;
  }
  
  #footer .fcp a, #footer .wb a {
    color: #bbbbbb;
  }
  
  #footer strong {
    font-weight: normal;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    width: 600px;
  }

  th, td {
    border-bottom: 1px solid #ddd;
    line-height: 150%;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
  }
  
  th p, td p {
    padding: 0 !important;
  }

  td {
    background: #fff;
  }

  .blank th, .blank td {
    background: transparent;
    border-bottom: 0;
  }

  .odd td, .Cmite td {
    background: #f2f2f2;
  }

  .ri {
  	text-align: right;
  }
  
  .mand {
  	color: #ff0000;
  	font-size: .9em;
  	font-weight: bold;
  }

  form .row {
  	display: block;
  	padding: 5px 0;
  	width: 550px;
  }

  fieldset {
  	display: block;
  	padding-bottom: 30px;
  }

  form .lft {
  	display: block;
  	float: left;
  	text-align: left;
  	width: 150px;
  }

  form .rgt {
  	display: block;
  	margin-left: 160px;
  }

  .singleblock {
  	background-repeat: no-repeat;
  	margin-bottom: 20px;
  	min-height: 110px;
  	padding-left: 40px;
  }

  .hint, .warn {
  	background: #fffcb9;
  	color: #000;
  	display: block;
  	padding: 5px 10px;
  }

  .red {
  	color: #ff0000;
  }

  .black {
  	color: #000;
  	text-decoration: none;
  }

  .captcha input {
  	margin: 4px 0;
  }
  
  #social {
    display: block;
    padding: 10px 0 30px !important;
  }
  
  #social a {
    margin: 3px;
  }
  
  
  
}

@media print {
  html, body {
    background: #fff;
    color: #000;
  }
  
  #mainNav {
    display: none;
  }
}