/* css für phone (320-480px) */

#seite {
	width: 320px;
}
#inhaltZentriert {
	width: 290px;
}
/* Seitengliederung */
div.bildLeiste {
	float: none;
	width: 250px;
	margin: 0 auto 1em auto;
}
div.mintbox {
	width: 220px;
	margin: 0 auto 16px auto;
}
div.textLeiste {
	margin-left: 0;
}
div.variabelLinks {
	display: none;
}
div.variabelUnten {
	display: block;
}
/* Textelemente */
.block, .histRe, ul.litListe li  {
	text-align: left;
}
.top50 {
	margin-top: 0;
}
/* Kopfbereich */
#kopfbereich {
	height: 285px;
	background: url('../bilder/hintergrund_kopf320.jpg') bottom no-repeat;
}
#kopfbereichIntern {
	height: 291px;
	background: url('../bilder/bgKopfIntern320.jpg') bottom no-repeat;
}
#kopfLinks {
	width: 100px;
	height: 160px;
	margin-top: 55px; /*30px; */
}
#kopfLogoBox{
	margin: 9px 0 0 18px;
}
#kopfRechtsOben {
	position: absolute;
	top: 0;
	width: 300px;
	margin-left: 8px;
	padding: 7px 0 5px 5px;
	height: 30px;
}
#kopfRechtsOben div.suchfeld {
	width: auto;
	float: none;
}
#kopfRechtsOben div.flaggen {
	margin: 5px 0 0 105px;
}
#kopfRechtsOben input {
	width: 70px;
	margin: 2px 0 0 0;
}
#kopfLogout {
	float: none;
	width: auto;
	text-align: right;
	margin-right: 10px;
}
#kopfUserName {
	margin: 5px 0 0 0;
	text-align: left;
	width: 100%;
	height: 18px;
	overflow: hidden;
}
#kopfRechtsUnten {
	position: absolute;
	top: 55px;
	width: 185px;
	height: auto;
	margin-left: 115px;
	padding-left: 5px;
	background-color: #ffffff;
	overflow: visible;
}
.menuGrau {
	background-image: -moz-linear-gradient(top, #ffffff 85%, #c3bac3 100%);
	background-image: -webkit-linear-gradient(top, #ffffff 85%, #c3bac3 100%);
	background-image: -o-linear-gradient(top, #ffffff 85%, #c3bac3 100%);
	background-image: -ms-linear-gradient(top, #ffffff 85%, #c3bac3 100%);
	background-image: linear-gradient(top, #ffffff 85%, #c0bac3 100%);
	border-bottom: 1px solid #404040;
}
/*Fussbereich */
#fussZentriert {
	width: 290px;
}
#fussLinks {
	float: none;
	width: auto;
	margin-left: 0;
	margin-bottom: 1em;
}
#fussMitte {
	float: none;
	width: auto;
	margin-left: 20px;
	margin-bottom: 1em;
}
#fussRechts {
	margin-left: 20px;
	margin-bottom: 0.5em;
}
/* Kleines Menu */
#smallMenu {
	width: 195px;
	padding-top: 3px;
}
/* Hauptmenu */
#mainMenu li {
	float: none;
	font-size: 17px;
	padding: 0;
	border-left: 0;
}
#mainMenu li:last-child {
	border-right: 0;
}
#mainMenu li ul {
	position: static;
	margin-left: 0;
	padding: 0 0 0 5px;
	list-style: inside;
	border: 0;
	background-color: transparent;
}
#mainMenu li li {
	border: 0;
}
#mainMenu li li a {
	padding: 0;
	font-size: 16px;
	line-height: 22px;
}
/* Interner Bereich */
#notes p {
	text-align: left;
}