HTML, BODY, SELECT, TEXTAREA {
	font-family: Arial, sans-serif;
	font-size: 130%;
	color: #996633;
}
INPUT {
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #000000;
}
TEXTAREA {
    font-family: Arial, sans-serif;
    font-size: 130%;
    color: #000000;
}
TD {
	font-family: Arial, sans-serif;
	font-size: 60%;
	font-weight: lighter;
	color: #ffffff;
}

SELECT, TEXTAREA {
	font-size: 110%x;
}

body {
    background: #002b35;
	margin: 0;
	padding: 0;
}

#logo {
	display: block;
}

#header {
	margin: 0;
	padding: 0;
	height: 70px;
	width: 640px;
	border-top: 2px solid #FBDFC7;
	border-bottom: 2px solid #FBDFC7;
	background: #480000;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 70px;
	width: 640px;
	background: url(../assets/mhintergrund.png) repeat;
}

#header li {
	display: block;
	float: left;
	text-align: center;
}

#header li a {
	text-decoration: none;
	color: #dedede;
	font-size: 30px;	
	line-height: 30px;
	height: 30px;
	padding: 20px;
	display: block;
	background-repeat: no-repeat;
}

#linknav {
	background: url(./nav.svg) center center no-repeat;
	width: 30px;
}

#header li a.sel {
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;
}

.togglebox {
	width: 640px;
	background-color: #E9ECF2;
	overflow: hidden;
	height: 0;
	}

.togglebox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.togglebox ul li {
	border-bottom: 1px solid #D7DAE0;
	list-style-type: none;
	background: #E9ECF2 url(./next.svg) right center no-repeat;
}

#homelink {
	background-image: url(./home.svg);
}

.togglebox ul li.divider {
	color: #ffffff;
	list-style-type: none;
	background: #67502e;
	padding: 20px;
	font-size: 30px;
}

.togglebox ul li a {
	color: #170b0b;
	text-decoration: none;
	font-size: 30px;
	padding: 20px;
	display: block;
	background: #DFA97B;
}

#searchform {
	display: block;
	margin: 0;
	padding: 0;
	width: 640px;
	height: 94px;
	position: relative;
	border-bottom: 1px solid #D7DAE0;
}

#searchsubmit {
	border: 0;
	background: #4966A0;
	width: 185px;
	height: 64px;
	padding: 0;
	margin:0;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 14px;
	right: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
}

#searchcriteria {
	background: #ffffff;
	width: 406px;
	font-size: 32px;
	color: #4966A0;
	position: absolute;
	left: 16px;
	top: 14px;
	padding: 13px;
	line-height: 38px;
	height:64px;
	border: none;
	outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    margin: 0;
}
#content {
		width: 610px;
	padding: 15px;
	color: #dedede;
}
#contentinside {
	width: 570px;
	border:1px solid #ABABAB;
	padding: 18px;
	background: #fff;
	margin-top:10px;
	box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px #888;
	border-radius:20px;
}
#bottombar {
	width: 640px;
	height: 250px;
	background: url(../assets/contenth.png) no-repeat;
}
#footer {
	width: 640px;
	padding: 0px 0px;
	background: #003413 url(../assets/mhintergrund.png) repeat;
	border-top: 2px solid #dfb983;
	text-align: center;
	color: #fbecd8;
	font-size: 120%;
}
#footer p {
	text-align: left;
	color: #dfb983;
	font-weight: normal;
	font-size: 90%;
	font-family: Arial, sans-serif;
	line-height: 160%;
}
#footer h2 {
	font-size: 90%;
	padding: 30px 0 10px 0;
	margin: 0;
	color: #ff9500;
	font-weight: normal;
}	
#footer a {
	color: #ffcc33;
	text-decoration: none;
	font-weight: normal;
}
#footer TD {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 20px;
}
#tsform {
	padding: 20px 0;
	margin: 0;
}

#tslogo {
	display: block;
	width: 120px;
	height: 120px;
	border: none;
	float: left;
}

#tslink {
	display: block;
	float: right;
	width: 450px;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	color: #000000 !important;
	text-shadow: 2px 2px 0 #C2C2C2;
}
.sqrform input[type="submit"] {

    background: #dfb983;
    width: 240px;
    margin: 10px 10px 10px auto;
    padding: 8px 12px;
    display: block;
    border-radius: 2em / 5em;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px #fc7e00;
    box-sizing: border-box;
    color: #ffffff;

}
.button {
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(top, #fbfbfb, #e1e1e1);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #d4d4d4;
  height: 32px;
  line-height: 32px;
  padding: 0px 25.6px;
  font-weight: 300;
  font-size: 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #666666;
  text-shadow: 0 1px 1px white;
  margin: 0;
  text-decoration: none;
  text-align: center;
}

.button:hover {
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  background: -o-linear-gradient(top, #ffffff, #dcdcdc);
  background: linear-gradient(top, #ffffff, #dcdcdc);
}

.button:active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb;
}


input.button, button.button {
  height: 34px;
  cursor: pointer;
}


.button-block {
  display: block;
}


.button.disabled,
.button.disabled:hover,
.button.disabled:active,
input.button:disabled,
button.button:disabled {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background: #EEE;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 1px white;
  color: #CCC;
  cursor: default;
}


.button-wrap {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -moz-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -o-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: linear-gradient(top, #e3e3e3, #f2f2f2);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  padding: 10px;
  display: inline-block;
}



.button-circle {
  -webkit-border-radius: 240px;
  -moz-border-radius: 240px;
  -ms-border-radius: 240px;
  -o-border-radius: 240px;
  border-radius: 240px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  width: 50px;
  line-height: 50px;
  height: 50px;
  padding: 0px;
  border-width: 4px;
  font-size: 18px;
}


.button-primary {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00b5e5, #008db2);
  background: -moz-linear-gradient(top, #00b5e5, #008db2);
  background: -o-linear-gradient(top, #00b5e5, #008db2);
  background: linear-gradient(top, #00b5e5, #008db2);
  background-color: #00a1cb;
  border-color: #007998;
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}

.button-primary:hover {
  background-color: #00a1cb;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00c9fe, #008db2);
  background: -moz-linear-gradient(top, #00c9fe, #008db2);
  background: -o-linear-gradient(top, #00c9fe, #008db2);
  background: linear-gradient(top, #00c9fe, #008db2);
}

.button-primary:active {
  background: #1495b7;
  color: #005065;
}


.button-action {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #8fcf00, #6b9c00);
  background: -moz-linear-gradient(top, #8fcf00, #6b9c00);
  background: -o-linear-gradient(top, #8fcf00, #6b9c00);
  background: linear-gradient(top, #8fcf00, #6b9c00);
  background-color: #7db500;
  border-color: #5a8200;
  color: white;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
}

.button-action:hover {
  background-color: #7db500;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
  background: -moz-linear-gradient(top, #a0e800, #6b9c00);
  background: -o-linear-gradient(top, #a0e800, #6b9c00);
  background: linear-gradient(top, #a0e800, #6b9c00);
}

.button-action:active {
  background: #76a312;
  color: #374f00;
}


.button-highlight {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9915), color-stop(100%, #d87e04));
  background: -webkit-linear-gradient(top, #fa9915, #d87e04);
  background: -moz-linear-gradient(top, #fa9915, #d87e04);
  background: -o-linear-gradient(top, #fa9915, #d87e04);
  background: linear-gradient(top, #fa9915, #d87e04);
  background-color: #f18d05;
  border-color: #bf7004;
  color: white;
  text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35);
}

.button-highlight:hover {
  background-color: #f18d05;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fba42e), color-stop(100%, #d87e04));
  background: -webkit-linear-gradient(top, #fba42e, #d87e04);
  background: -moz-linear-gradient(top, #fba42e, #d87e04);
  background: -o-linear-gradient(top, #fba42e, #d87e04);
  background: linear-gradient(top, #fba42e, #d87e04);
}

.button-highlight:active {
  background: #d8891e;
  color: #8d5303;
}


.button-caution {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8543f), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #e8543f, #d9331a);
  background: -moz-linear-gradient(top, #e8543f, #d9331a);
  background: -o-linear-gradient(top, #e8543f, #d9331a);
  background: linear-gradient(top, #e8543f, #d9331a);
  background-color: #e54028;
  border-color: #c22d18;
  color: white;
  text-shadow: 0 -1px 1px rgba(103, 24, 13, 0.35);
}

.button-caution:hover {
  background-color: #e54028;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6855), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #eb6855, #d9331a);
  background: -moz-linear-gradient(top, #eb6855, #d9331a);
  background: -o-linear-gradient(top, #eb6855, #d9331a);
  background: linear-gradient(top, #eb6855, #d9331a);
}

.button-caution:active {
  background: #cd5240;
  color: #952312;
}


.button-royal {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99389f), color-stop(100%, #752a79));
  background: -webkit-linear-gradient(top, #99389f, #752a79);
  background: -moz-linear-gradient(top, #99389f, #752a79);
  background: -o-linear-gradient(top, #99389f, #752a79);
  background: linear-gradient(top, #99389f, #752a79);
  background-color: #87318c;
  border-color: #632466;
  color: white;
  text-shadow: 0 -1px 1px rgba(26, 9, 27, 0.35);
}

.button-royal:hover {
  background-color: #87318c;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab3eb2), color-stop(100%, #752a79));
  background: -webkit-linear-gradient(top, #ab3eb2, #752a79);
  background: -moz-linear-gradient(top, #ab3eb2, #752a79);
  background: -o-linear-gradient(top, #ab3eb2, #752a79);
  background: linear-gradient(top, #ab3eb2, #752a79);
}

.button-royal:active {
  background: #764479;
  color: #3e1740;
}
.clearer {
	clear: both;
}
.peesorn {
	padding: 10px;
	margin: 10px 0 30px 0;
	text-align: left;
	font-size: 100%;
	line-height: 160%;
	color: #dfb983;
	font-family: Arial, sans-serif;
}
.th-footertex {
    padding: 10px;
    margin: 10px 0 0px 20px;
    text-align: left;
    color: #fbecd8;
    font-weight: normal;
    font-size: 120;
    font-family: Arial, sans-serif;
    line-height: 160%;
}
.peesorn h2 {
    font-size: 120%;
    padding: 0 0 10px 0;
    margin: 0;
    color: #ff9500;
	font-weight: normal;
}
.marquee-outer {
    height: 50px;
    width: 600px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
	background: #6f333f;
    border: 1px solid #ffffde;
	box-shadow: 8px 8px 50px #e89e9e;
	border-radius: 3px;	
}
