/*----- ausgabemedienspezifische Einstellungen -----*/
@media screen and (max-width:480px){
body {
	font-size: 1.0em;
	background: none
}

table {
	overflow-x: auto;
}
td, th {
	font-size: 0.8em;
}

#homegallery {display:none}

#metanavi {
	float: right;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 6px;
}

#searchform {
	display: none;
}

#mainheader {
	background-image: none;
	position: relative;
	left: 0;
}

#maincontent {
	position: relative;
	padding: 10px; 
	top: 50px;
	left: 0;
	right: 0;
	word-wrap: break-word;
}
#mainnavi {
	display: none
}

#mainnavi_text {
	display: block;
	top: 45px;
	padding: 5px 10px 5px 10px;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555555;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3;
	position: relative;
}

#breadcrumbs {
	font-size: 0.85em;
	padding: 0px 5px 5px 10px;
	left: 0;
	top: 60px;
	position: absolute;
}

.tophop {
	display: inline;
}

#quicknavi {
	text-align: left;
	top: 0 !important;
	position: static !important;
}

table.mmt {
	/*	width: 0 !important;*/
	/*display: none !important;*/
	display: block !important;
	clear: both !important;
	width: 100% !important;
	margin: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

div.tr {
	display: none;
}
}
/*----- ausgabemedienspezifische Einstellungen -----*/