/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 87.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.5em;
}
html,
button,
input,
select,
textarea {
  font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
body {
  margin: 0;
}
a:link {
}

a:visited {
}

a:hover,
a:focus {
}

a:active {
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1,h2,h3,h4,h5,h6{
  font-family:'Roboto',Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-weight:normal;
  font-weight:400;
}
h1 {
  font-family:'Roboto Condensed',Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-weight:normal;
  font-weight:400;
  font-size: 2.6em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0.5em;
  color:#91ae1d;
}
.missen-winter h1{
  color:#5898cc;
}
h2 {
  font-size: 1.7em;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family:'Roboto Condensed',Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
h2 strong{font-weight:normal;}
h3 {
  font-size: 1.3em;
  line-height: 1.282em;
  margin-top: 1.282em;
  margin-bottom: .2em;
}
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
h5 {
  font-size: 0.83em;
  line-height: 1.807em;
  margin-top: 1.807em;
  margin-bottom: 1.807em;
}
h6 {
  font-size: 0.75em;
  line-height: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}
hr {
  height: 1px;
  border:0;
  border-top: 2px dotted #5a4a2f;
  padding-bottom: -1px;
  margin: 2.5em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
  white-space: nowrap;
}
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1.5em 30px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin:0 0 1.5em;
}
pre,
code,
kbd,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul,
.item-list ul {
  margin: 1.5em 0;
}
.item-list ul li {
  margin: 0;
}
dd {
  margin: 0 0 0 30px;
}
ul ul, ul ol,
ol ul, ol ol,
.item-list ul ul, .item-list ul ol,
.item-list ol ul, .item-list ol ol {
  margin: 0;
}
menu,
ol,
ul,
.item-list ul{
  padding: 0 0 0 30px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.5em 0.625em 1em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border:1px solid #999;
}
input:focus,
select:focus,
textarea:focus {
  border-color:#333;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  padding:6px 12px;
}
button:hover,button:focus,
input[type="button"]:hover,input[type="button"]:focus,
input[type="reset"]:hover,input[type="reset"]:focus,
input[type="submit"]:hover,input[type="submit"]:focus{
  background:#eee;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
th {
  text-align: left;
  padding: 0;
  border-bottom: none;
}
tbody {
  border-top: none;
}
.ui-datepicker{
  font-size:1em;
}