article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

html { padding: 0; margin: 0; height: 100%; }

body { padding: 0; margin: 0; height: 100%; color: #474747; font-family: Verdana, Helvetica, Arial, sans-serif; }
@media screen and (max-width: 1023px) { body { font-size: 80%; } }

table { background-color: transparent; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; max-width: 100%; }
table caption { font-weight: bold; }

th { font-weight: bold; padding-right: 1em; text-align: left; }

table thead th { vertical-align: bottom; }
table p { margin: 0; }

a:link, a:visited { color: #1133aa; text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: 0; }

#nav a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-family: "Finger Paint", Arial, serif; font-weight: 400; margin: 0; padding: 0.5em 0; }

p { margin: 0 0 0.5em 0; }

.wrapper { margin: 0 auto; width: 960px; }
@media screen and (max-width: 1023px) { .wrapper { width: 96%; } }
.wrapper:before { display: table; line-height: 0; content: ""; }
.wrapper:after { display: table; line-height: 0; content: ""; clear: both; }

.getoff { position: absolute; left: -32768px; top: -32768px; }

#page { background-color: white; min-height: 100%; height: auto !important; height: 100%; margin-bottom: -280px; }

#header { /*border-bottom: 1px solid #CCCCCC;*/ height: 200px; }
#header #logo { vertical-align: middle; }
#header h1 { display: inline; }
@media screen and (max-width: 767px) { #header { height: auto; } }

#c { float: left; width: 73%; margin-right: 2%; margin-bottom: 1em; }
@media screen and (max-width: 1023px) { #c { float: none; width: 100%; } }

#n { font-size: .8em; float: left; width: 25%; margin-bottom: 1em; }
#n .news .article { margin-bottom: .5em; padding-bottom: 0; }
@media screen and (max-width: 1023px) { #n { border-top: 1px solid #474747; float: none; width: 100%; margin-top: 2em; padding: 0; } }

.col50 { float: left; width: 49%; margin-right: 2%; }

.lastcol { margin-right: 0; }

#footer { font-size: small; background: url("../Images/Wiese.png") repeat-x center top; color: #ffffff; height: 142px; padding-top: 138px; }
@media screen and (max-width: 1023px) { #footer { font-size: 78.125%; height: 162px; } }
#footer h2 { padding: 0 0 0.25em 0; }
#footer a:link, #footer a:visited { color: #ffffff; }

.fspacer { height: 280px; }

/* Mailform start */
div.csc-mailform ol { list-style-type: none; }
div.csc-mailform ol li { margin-bottom: .5em; }
div.csc-mailform li label { width: 15em; }
div.csc-mailform fieldset.fieldset-subgroup { border-style: none; margin-bottom: -2em; }

fieldset.fieldset-subgroup legend { width: 15em; }
fieldset.fieldset-subgroup ol { top: -2em; margin: 0 0 0 16em; }

div.csc-mailform fieldset ol { padding: 0; }
div.csc-mailform fieldset li { padding: 0; margin: 0 1em 0 0; }

/* Mailform end */
/* Superfish start */
/*** ESSENTIAL STYLES ***/
.sf-menu { margin: 0; padding: 0; list-style: none; line-height: 1.0; }
.sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu ul { position: absolute; top: -999em; width: 13em; }
.sf-menu ul li { width: 100%; }
.sf-menu li { float: left; position: relative; }
.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top: 2.5em; /* match top ul list item height */ z-index: 99; }

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 13em; top: 0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 10em; /* match ul width */ top: 0; }

/*** DEMO SKIN ***/
.sf-menu { /*float: left;*/ /*margin-bottom:	1em;*/ }
.sf-menu ul { box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 767px) { .sf-menu ul { position: static; width: 100%; } }
.sf-menu a { /*
border-left:	1px solid #fff;
border-top:		1px solid #CFDEFF;
*/ border-bottom: 2px solid #1133aa; padding: .75em; text-decoration: none; /* visited pseudo selector so IE6 applies text colour*/ color: #1133aa; }
.sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/ color: #1133aa; }
.sf-menu li { /*background:		#BDD2FF;*/ margin-right: .3em; }
@media screen and (max-width: 767px) { .sf-menu li { text-align: center; float: none; } }
.sf-menu li.last { margin-right: 0; }
.sf-menu li li { background: #AABDE6; margin-right: 0; }
.sf-menu li li a { border-top: 1px solid #cfdeff; border-bottom: 0; }
.sf-menu li li li { background: #9AAEDB; }
@media screen and (max-width: 767px) { .sf-menu li li { left: 0; } }
.sf-menu li:hover, .sf-menu li.sfHover { background: #CFDEFF; outline: 0; }
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: #CFDEFF; outline: 0; }
.sf-menu a.sf-with-ul { padding-right: 2.25em; min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ }

/*** arrows **/
.sf-sub-indicator { position: absolute; display: block; right: .75em; top: 1.05em; /* IE6 only */ width: 10px; height: 10px; text-indent: -999em; overflow: hidden; background: url("../Images/arrows-1133AA.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ }

a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: .8em; background-position: 0 -100px; /* use translucent arrow for modern browsers*/ }
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/ }

/* apply hovers to modern browsers */
li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/ }

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
@media screen and (max-width: 767px) { .sf-menu ul a > .sf-sub-indicator { background-position: 0 -100px; } }
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ }
.sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ }
@media screen and (max-width: 767px) { .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; } }

/* apply hovers to modern browsers */
/* Superfish end */