/* LSP headfoot */

/* Kopfbereich */
#kopfbereich {
	width: 100%;
	height: 295px;
	background: url('../bilder/hintergrund_kopf770.jpg');
}
#kopfLinks {
	width: 170px;
	float: left;
}
#kopfLogoBox{
	width: 70px;
	height: 102px;
	margin: 9px 0 0 44px;
	background: url('../bilder/logos/logo_pforta70x102.png');
}
#kopfRechtsOben {
	width: auto;
	margin-left: 170px;
	padding: 14px 0 5px 0;
	height: 28px;
}
#kopfRechtsOben div.suchfeld {
	width: 212px;
	float: right;
}
#kopfRechtsOben div.flaggen {
	width: auto;
	margin: 0 212px 0 192px;
}
#kopfRechtsOben  img {
	width: 18px;
	height: 12px;
	border: 0;
	margin: 0 3px 4px 3px;
}
#kopfRechtsOben input {
	width: 99px;
	height: 18px;
	font-size: 14px;
	line-height: 14px;
	padding: 0 0 0 23px;
	border: 1px solid #606060;
	background: url('../bilder/icons/lupe.png') 5px 50% no-repeat transparent;
}
#kopfRechtsUnten {
	height: auto;
}
/* Fußbereich */
#fuss {
	clear: both;
	width: 100%;
	border-top: 2px solid #d0c8be;
}
#fussZentriert {
	width: 720px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}
#fussLogo {
	float: left;
	margin-right: 10px;
	border: 0;
}
#fussLinks {
	float: left;
	width: 275px;
}
#fussMitte {
	float: left;
	width: 230px;
}
#fussRechts {
	width: auto;
	margin-left: 540px;
}
#fussCopyright {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: right;
}
#fuss a {
	color: #000000;
	text-decoration: none;
}
#fuss a:hover {
	text-decoration: underline;
}
img.fussIcon, img.fussIcon2 {
	border: 0;
	margin: 0 6px 2px 0;
}
img.fussIcon2 {
	margin-bottom: 3px;
}
/* Kleines Menü */
#smallMenu {
	float: left;
	list-style: none;
	padding: 0;
}	
#smallMenu  li{
	float: left;
	font-family: "ff-meta-serif-web-pro",serif;
	font-style: normal;
	font-weight: 400;
}
#smallMenu  a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding: 0 8px 0 8px;
	border-left: 1px solid #000000;
}
#smallMenu li:last-child a {
	border-right: 1px solid #000000;
}
/* Hauptmenü */
#mainMenu {
	list-style: none;
	padding: 6px 0 0 0;
}
#mainMenu  li {
	float: left;
	font-family: "ff-meta-serif-web-pro",serif;
	font-style: normal;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	color: #802080;
	padding: 0 12px 0 12px;
	border-left: 1px solid #000000;
	cursor: pointer;
}
#mainMenu li:last-child {
	border-right: 1px solid #000000;
}
#mainMenu li.aktiv {
	color: #000000;
}
/* Klappmenüs */
#mainMenu li ul {
	position: absolute;
	top: 75px;
	display: none;
	margin-left: -13px;
	padding: 18px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
#mainMenu li li {
	clear: left;
	padding: 0;
	width: 99.5%;
	font-family: "ff-meta-serif-web-pro",serif;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
	border-left: 0;
	border-right: 1px solid #000000;
	color: #802080;
	overflow: visible;
}
#mainMenu li li:hover {
	background-color: #e0e0e0;
}
#mainMenu li li a {
	padding: 0 12px 0 12px;
	font-family: "ff-meta-serif-web-pro",serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #802080;
	text-decoration: none;
}