body {
  background: white;
  font: normal 12px/16px Verdana, Helvetica, sans-serif;
  color: #000000;
}

a img {
      border: none;
}

.textbox {
  font: normal 12px/14px Verdana, Helvetica, sans-serif;
  background: url('../images/textbox.gif?1') no-repeat;
  color: #000000;
  padding: 4px 3px;
}

.textarea {
  font: normal 12px/14px Verdana, Helvetica, sans-serif;
  background: url('../images/textarea.gif?1') no-repeat;
  color: #000000;
  padding: 4px 3px;
}

.submit {
  font: normal 16px/26px Verdana, Helvetica, sans-serif;
  color: #000000;
  width: 170px;
  height: 30px;
  background: url('../images/submit.gif?1') no-repeat;
}

a {
  color: #9fc54e;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.gray {
  color: #000000;
}

.blue {
  color: #000000;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#twitter {
  font-size: 10px;
  line-height: 10px;
  color: #0798FF;
}

#header {
  font-size: 40px;
  line-height: 40px;
  color: #9FC54E;
}

#langmenu a {
  color: white;
}

#langmenu a.active {
  font-weight: bold;
  color: white;
}

#mainmenu a, #submenu a {
    color: white;
}

#mainmenu a.active, #submenu a.active {
  font-weight: bold;
  color: white;
}

#bottomgif {
background: url("../images/bottom.gif?1") no-repeat center;
width: 433px;
height: 7px;
margin: auto;
text-align: center;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/photos/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: middle;
    font: normal 12px Verdana, Helvetica, sans-serif;
    height: 24px;
    margin-right: 2px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/photos/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 8px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 5px 8px; /* push text down 1px */
}

a.button2 {
    background: transparent url('/photos/bg_button2_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: middle;
    font: normal 12px Verdana, Helvetica, sans-serif;
    height: 24px;
    margin-right: 2px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
}

a.button2 span {
    background: transparent url('/photos/bg_button2_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 8px;
}

a.button2:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span {
    background-position: bottom left;
    padding: 5px 0 5px 8px; /* push text down 1px */
}

.ansokknapp {
	-moz-box-shadow:inset 0 1px 0 0 #c1ed9c;
	-webkit-box-shadow:inset 0 1px 0 0 #c1ed9c;
	box-shadow:inset 0 1px 0 0 #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	border-top-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	border-bottom-left-radius:12px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color: #ffffff;
	/*font-family:Verdana;*/
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0 #689324;
}

#wrap a.ansokknapp {
  color: white;
}

.ansokknapp:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}

.ansokknapp:active {
	position:relative;
	top:1px;
}

/* Image container styles */
.edy-positionable-container-center:first-child,
.edy-positionable-container-left-block:first-child,
.edy-positionable-container-right-block:first-child,
.edy-texteditor-container-wrapper-center:first-child,
.edy-texteditor-container-wrapper-left-block:first-child,
.edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.edy-positionable-container-center:last-child,
.edy-positionable-container-left-block:last-child,
.edy-positionable-container-right-block:last-child,
.edy-texteditor-container-wrapper-center:last-child,
.edy-texteditor-container-wrapper-left-block:last-child,
.edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.edy-positionable-container-center,
.edy-positionable-container-left-block,
.edy-positionable-container-right-block,
.edy-texteditor-container-wrapper-center,
.edy-texteditor-container-wrapper-left-block,
.edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.edy-positionable-container-left,
.edy-texteditor-container-wrapper-left {
  margin-right: 20px;
}

.edy-positionable-container-right,
.edy-texteditor-container-wrapper-right {
  margin-left: 20px;
}

.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}