HTML, BODY, TD, INPUT, SELECT, TEXTAREA {
	font-family: Helvetica;
	font-size: 24px;
	color: #ffffff;
}

INPUT, SELECT, TEXTAREA {
	font-size: 32px;
}

body {
	background: #003366 url(../assets/mhintergrund.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

#logo {
	display: block;
}

#header {
	background: url(../images/pheader.gif) repeat-x center top #000000;
	margin: 0;
	padding: 0;
	height: 96px;
	width: 640px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 96px;
	width: 640px;
}

#header li {
	display: block;
	float: left;
	width: 160px;
	text-align: center;
}

#header li a {
	text-decoration: none;
	color: #EEEEEE;
	font-weight: bold;
	font-size: 18px;	
	line-height: 20px;
	height: 20px;
	padding: 70px 0 6px 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-shadow: 1px 1px 0 #000000;
}

#header li a.sel {
	background-position: center -96px;
		border-radius: 10px;
	background-color: rgba(255,255,255,0.1);
		color: #ffffff;	
}

#header li a#linkhome {
	background-image: url(./phome.png);
}

#header li a#linkback {
	background-image: url(./pback.png);
}


#header li a#linknav {
	background-image: url(./pnav.png);
}

#header li a#linkshop {
	background-image: url(./pshop.png);
}

#header li a#linksearch {
	background-image: url(./psearch.png);
}
.togglebox {
	width: 640px;
	background-color: #fafafa;
	overflow: hidden;
	height: 0;
	}

.toggleboxshown {
	width: 640px;
	background-color: #fafafa;
	overflow: hidden;
	height: auto;
}

.togglebox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.togglebox ul li {
	border-bottom: 1px solid #ABABAB;
	color: #666666;
	list-style-type: none;
	background: url(../images/parrow.gif) right center no-repeat;
}

.togglebox ul li.divider {
	border-bottom: 1px solid #ABABAB;
	color: #ffffff;
	list-style-type: none;
	background: #006699 url(../images/pdivider.gif) repeat-x;
	padding: 4px 20px;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 1px 1px 0px #666B6F;
}

.togglebox ul li a {
    color: #3A3A3A;
	text-decoration: none;
	font-size: 30px;
	padding: 20px;
	font-weight: bold;
	display: block;
	text-shadow: 1px 1px 0px #C2C2C2;
}

#searchform {
	display: block:
	margin: 0;
	padding: 0;
	width: 640px;
	height: 96px;
	background-color: #006699;
	position: relative;
}

#searchsubmit {
	border: 0;
	background: url(../images/psearchsubmit.gif);
	width: 185px;
	height: 65px;
	padding: 0;
	color: #EEEEEE;
	text-shadow: 1px 1px 0 #000000;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 14px;
	right: 14px;
}

#searchcriteria {
	background: url(./psearchform.png);
	width: 380px;
	font-size: 32px;
	color: #000000;
	position: absolute;
	left: 16px;
	top: 14px;
	padding: 13px;
	line-height: 38px;
	border: none;
	-webkit-border-radius: 10px;
	outline: none;
}

#content {
	width: 600px;
	padding: 20px;
	background: #transparent;
}
#footer {
	width: 640px;
	border-top: 2px solid #ffffff;
	background: url(../assets/mthintergrund.png) 0 0 repeat;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-family: arial,sans-serif;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-family: arial,sans-serif;
    font-size: 14px;
}
#footer h4 {
	font-size: 120%;
	font-weight: bold;
	padding: 0px 0px 0px 30px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: left;
	color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

#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;
}

.peesorn {
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 20px;
    color: #dfb983;
}

.sorn {
	width: 640px;
    margin: 0px;
    padding: 1px 0px 1px 0px;
}

.sorntext {
   margin: 0 0 10px 0;
   padding: 15px;
   text-align: left;
   line-height: 160%;
   font-family: arial,sans-serif;
   font-size: 20px;
   color: #ffffff;
}

.sorntd {
   padding: 10px;
   text-align: left;
   line-height: 160%;
   font-family: arial,sans-serif;
   font-size: 16px;
   text-shadow: 2px 2px 0 #49848f;
   
}

img.peesorn {
    width: 100%;
    height: auto;
}
.tdsorn {
    width: 90px;
    height: auto;
	text-align: center;
}

#bottombar {
    width: 640px;
    height: 595px;
    background: url(../assets/contenth.jpg) no-repeat;
}
.clearer {
	clear: both;
}