/* * CSS-styles fuer pageManager-Layout * ---------------------------------------------- * Author: Markus Koch, CH-8460 MARTHALEN * Date: 18.10.2007 * Last update: 18.10.2007*//* GLOBAL STYLES              *//* -------------------------- */body, html {	margin: 0px;	margin-right: 5px;	padding: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	}table.layout, table.layout tr, table.layout th, table.layout td {	margin: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	border: 1px dotted #f00;	}/* hintergrund-farben -------------------------------------------*/.bgDarkBlue {	background-color:#0063ff;	}.bgLightBlue {	background-color:#c7ddff;	}/* tabellen-raender -------------------------------------------*/#borderTop {	border-top: 1px solid #000000;	}#borderBottom {	border-bottom: 1px solid #000000;	}#borderRight {	border-right: 1px solid #000000;	}#borderRightBottom {	border-right: 1px solid #000000;	border-bottom: 1px solid #000000;	}#borderRightTop {	border-right: 1px solid #000000;	border-top: 1px solid #000000;	}#borderLeftTop {	border-left: 1px solid #000000;	border-top: 1px solid #000000;	}/* datum, meta-navigation-------------------------------------------*/.divMeta {	padding: 3px 10px 3px 15px;	color: #ffffff;	font-size: 11px;	font-weight: bold;	}a.meta {	color: #ffffff;	text-decoration: none;	}a.meta:hover, a.meta:focus {	text-decoration: underline;	}/* pfad -------------------------------------------*/.divPfad {	padding: 3px 10px 3px 15px;	color: #000000;	font-size: 11px;	}a.pfad {	font-weight: bold;	color: #0063ff;	text-decoration: none;	}a.pfad:hover, a.pfad:focus {	text-decoration: underline;	}/* hauptnavigation-------------------------------------------*/.divnav {	padding: 3px 10px 3px 15px;	background-color:#ffffff;	color: #0063ff;	font-size: 12px;	font-weight: bold;	border-bottom: 1px solid #000000;	}a.nav, a.nav:hover, a.nav:focus {	color: #0063ff;	text-decoration: none;	}.divnavopen {	padding: 3px 10px 3px 15px;	margin: 0px;	background-color:#c7ddff;	color: #000000;	font-size: 12px;	font-weight: bold;	border-bottom: 1px solid #000000;	width: 150px;	}a.navopen, a.navopen:hover, a.navopen:focus {	color: #000000;	text-decoration: none;	}.divsubnavopen {	padding: 3px 5px 3px 15px;	margin: 0px;	background-color:#c7ddff;	border: 1px solid #000000;	}a.subnav {	color: #000000;	text-decoration: none;	}a.subnav:hover, a.subnav:focus {	text-decoration: underline;	}.subnavvisible {	font-size: 11px;	font-weight: normal;	white-space:nowrap;	}a.subnavvisible {	color: #000000;	font-weight: normal;	}a.subnavvisible:hover, a.subnavvisible:focus {	text-decoration: underline;	font-weight: normal;	}.visibleSubNavLink {	color: #000000;	}	/* sichtbare link-quotes in sub-navigation */.hiddenSubNavLink {	color: #c7ddff;	visibility: hidden;	}	/* unsichtbare link-quotes in sub-navigation *//* inhalt (klassen nebst HTML-tags)-------------------------------------------*/.divCont {	padding: 20px 10px 3px 15px;	}/* styles fuer pM-bilder */.bildLinks {	float:left;	padding-right:10px;	}.bildMitte {	}.bildRechts {	float:right;	padding-left:10px;	}/* zurueck/mehr-link auf pm-seiten */.backLink, .moreLink {	margin-top: 20px;	}.noBreak {	white-space: nowrap;	}/* Fehlermeldung */.error {	}strong.error {	color: #c31136;	font-weight: bold;	}/* rechte spalte/marginalie-------------------------------------------*/.divMargTitelTop {	padding: 3px 10px 3px 15px;	background-color:#c7ddff;	border-bottom: 1px solid #000000;	font-size: 12px;	font-weight: bold;	}.divMargTitel {	padding: 3px 10px 3px 15px;	background-color:#c7ddff;	border-top: 1px solid #000000;	border-bottom: 1px solid #000000;	font-size: 12px;	font-weight: bold;	}.divMargText {	padding: 3px 10px 12px 15px;	}/* fusszeile-------------------------------------------*/.divFooter {	padding: 4px 10px 4px 15px;	font-size: 10px;	}/* versteckter admin-link */a.adminLink {	color: #000000;	text-decoration: none;	}/* BANNER ZONEN                 *//* ---------------------------- */#pmBannerZone1 {	/*text-align:center;	float:left;*/	display:inline;}#pmBannerZone2 {}#pmBannerZone3 {	text-align:left;	float:left;	margin-left:5px;	display:inline;}#pmBannerZone4 {	text-align:right;	display:inline;}#pmBannerZone5 {}