body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

#header {
	background: #transparent;
	margin: 0;
	padding: 0;
	height: 96px;
	width: 180px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 96px;
	width: 180px;
}

#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: 180px;
	background-color: #fafafa;
	overflow: hidden;
	height: 0;
	}

.toggleboxshown {
	width: 180px;
	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: #000000 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: 0px;
	height: 96px;
	background-color: #000000;
	position: relative;
}

#searchsubmit {
	border: 0;
	background: url(../images/psearchsubmit.gif);
	width: 0px;
	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: 0px;
	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: 180px;
	padding: 0px;
	background: #transparent;
}
#footer {
	width: 600px;
	padding: 5px 20px;
	border-top: 2px solid #ffffff;
	background: url(../assets/mthintergrund.png) 0 0 repeat;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#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;
}

.clearer {
	clear: both;
}