 html
 {
 }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

 body
 {
  margin: 0px;
  padding: 0px;
  color: #444;
  background-color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
 }

 div#document
 {
    background: url("../img/background.png") repeat-x top center;
    width: 100%;
 }

 div#navigation
 {
  width: 920px;
  height: 60px;
  margin: 0px auto;
  text-align: right;
  padding: 0px 0px 0px 400px;
 }
 
 div#header
 {
  width: 720px;
  margin: 0px auto;
  height: 40px;
  text-align: left;
  padding: 15px 0px 10px 200px;
  font-size: 24px;
  color: #000;
 }
 
 div#topimage
 {
  width: 920px;
  height: 385px;
  margin: 0px auto;
  text-align: center;
  padding: 0px;
 }
 
 div#topimage2
 {
  width: 920px;
  height: 480px;
  margin: 0px auto;
  text-align: center;
  padding: 0px;
 }
 
 div#content
 {
  width: 920px;
  height: auto;
  margin: 0px auto;
  text-align: left;
  padding: 30px 0px;
  background-color: #fff;
 }
 
 div#main
 {
  background-color: #fff;
  float: left;
  width: 540px;
  height: auto;
  min-height: 499px;
  text-align: left;
  padding: 0px 30px;
  border-right: 1px solid #ccc;
 }
 
 div#right
 {
  background-color: #fff;
  float: left;
  width: 259px;
  height: auto;
  text-align: left;
  padding: 0px 30px;
 }
 
 div#footer
 {
  width: 920px;
  margin: 0px auto;
  height: 150px;
  color: #ccc;
  text-align: left;
  padding: 0px;
  background: url("/files/wickensen/img/foot-bg.png") repeat-x top center !important;
 }
 
#positioner
  {
    position: relative;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
 
#logo
 {
  position: relative;
  margin: 0px;
  left: -50px;
  top: -540px;
  height: 180px;
  width: 175px;
  z-index: 99;
 }

#logo2
 {
  position: relative;
  margin: 0px;
  left: -50px;
  top: -635px;
  height: 180px;
  width: 175px;
  z-index: 99;
 }

 div.footercol
 {
   float: left;
   width: 239px;
   height: 100px;
   padding: 0px 30px;
   margin: 20px 0px;
   border-right: 1px solid #cccccc;
   background: none;
   font-size: 13px;
 }
 
 div.centercol
 {
   text-align: center;
 }

 div.lastcol
 {
   border-right: none;
   text-align: right;
 }

 div.clear
 {
  clear: both;
 }
 
 h1
 {
  font-size: 24px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
 }

 h2
 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
 }
 
 h3
 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
 }
 
a:link, a:visited
{
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover, a:active
{
	color: #444;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:link, #footer a:visited
{
	color: #fff;
}

#footer a:hover, #footer a:active
{
	color: #ccc;
}


.mod-navigation
{
  margin: 0px auto;
}
#navigation ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#navigation ul, #navigation li{
	float:left;
	}
	
#navigation ul li a, #navigation ul.level_1 li strong{
	color: #fff;
	width: 125px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
	line-height: 40px;
	text-decoration:none;
	text-align:center;
	border-left: 1px solid #888;
	display: block;
	font-weight: normal;
	padding: 8px 9px;
}

#navigation ul li strong:hover, #navigation ul li a:hover{
        color: #444;
	background: #fff;
}

#navigation ul li:first-child a, #navigation ul li:first-child strong{
}

#navigation ul li:last-child a, #navigation ul li:first-child strong{
	border-right: 1px solid #888;
}

#navigation ul.level_2{
	position:absolute;
	left: -9999px;
	margin: 0px;
	padding: 0px;
}

#navigation ul li:hover ul{
	left:auto;
	border: 1px solid #888;
	width: 200px;
	margin-top: -5px;
	z-index: 99;
}

#navigation ul li li{
	float:none;
	}

#navigation ul.level_2
{
  border: none;
  background: #fff;
}

#navigation ul li li a, #navigation ul li li strong.active{
	color: #8f8f8f;
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 10px;
	background: #fff;
	display: block;
	width: auto;
	height: 25px;
	line-height: 25px;
	text-align: left;
	border-bottom: 1px solid #444;
	text-indent: 10px;
	}
	
#navigation ul li li a:hover, #navigation ul li li strong.active{
        color: darkorange;
	background: #eeeeee;
}

.rsts-skin-light .rsts-nav {
  top: -25px;
}

figcaption.caption
{
  text-align: center;
}

label
{
  display: inline-block;
  width: 150px;
}

fieldset span label
{
  display: inline-block;
  width: auto;
}

fieldset
{
   margin-bottom: 20px;
}

span.captcha_text
{
  margin-left: 150px;
  margin-bottom: 10px;
  font-style: italic;
}

input.text, input.captcha, select, textarea
{
  border: 1px solid #444;
  width: 380px;
  margin-bottom: 15px;
  color: #444;
}

textarea
{
  vertical-align: top;
}

input.submit
{
  border: 1px solid #fff;
  width: 150px;
  margin-left: 400px;
  margin-bottom: 35px;
  color: #fff;
  background-color: #888;
}


nav.pagination ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

nav.pagination li
{
  display: inline-block;
  padding: 0px 5px;
  border-right: 1px solid #fff;
}

nav.pagination li a, div.pagination li strong
{
   display: block;
}

nav.pagination li.next
{
  border-right: none;
}

div.ce_gallery a img
{
  border: 1px solid #888;
}
div.ce_gallery a img:hover
{
}

.layout_simple{
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 1px dotted #888;
}

figcaption {
   width: 200px;
   padding: 0px;
   margin: 0px;
   display: block;
   font-size: 11px;
   text-align: center;

}