/* master.css fuer auggen.de */body {	background-color: #fff;	color: #000;	font-family: 'Lucida Grande', Verdana, sans-serif;	font-size: 82%;}h1, h2, h3, h4, h5, h6, p, address, th, td, li, dt, dd, form, input, textarea, a {	color: #000;	font-family: 'Lucida Grande', Geneva, Verdana, sans-serif;	line-height: 1.5em;}h1 { color: #060; font-size: 2.1em; font-weight: bold; }h2 { color: #060; font-size: 1.5em; font-weight: bold; }h3 { color: #060; font-size: 1.2em; font-weight: bold; }h4 { color: #060; font-size: 1.0em; font-weight: bold; }h5, h6 { color: #060; font-weight: bold; font-size: 1.0em; }p, dl, ul, ol { font-size: 1.0em; line-height: 1.5em; }table, tr, th, td { font-size: 1.0em; line-height: 1.5em; }table tr { vertical-align: baseline; }table td { text-align: left; }input, textarea { font-size: 1.0em; color: #003;}a:link, a:visited {	color: #006697;	text-decoration: none;	}a:hover, a:active {	color: #000;	font-size: 1.0em;	text-decoration: none;	outline: none;	}strong, b { color: #060; font-weight: bold; }em, i { color: #333; font-style: italic; }img { border: 0 none; }.hide { display: none !important; }/* Margin und Padding bei allen Blockelementen auf Null setzen */* { margin: 0; padding: 0; }/* Raender, Breite, Hintergrundfarbe, etc. der Seite */html { min-width: 990px; }body { padding-bottom: 10px; background: #eee; text-align: center; }#page {	position: relative;	margin: 0 auto 0 auto;	width: 990px;	background: #eee url(bg-middle.jpg) repeat-y left top;	text-align: left;	}/* Beginn Header */#header {	padding: 0;	height: 226px;	background: transparent url(bg-top.jpg) no-repeat 0 0;	}#header h1 {	padding: 0;	text-indent: -9999px;	background: none;	}/* Ende Header *//* Beginn Menu */#menu {	padding: 5px 20px 0 10px;	height: 34px;	text-align: center;	background: transparent url(bg-menu.jpg) no-repeat 0 0;	outline: 0px solid #c00;	}#menu li {	float: left;	margin: 0 10px 0 10px;	list-style: none;	outline: 0px solid #c00;	}#menu li a {	display: block;	float: left;	padding: 0 2px 0 2px;	font-size: 1.0em;	font-weight: bold;	color: #000;	}#menu li a:hover,#menu li a:active,#menu li.active a {	color: #060;	background-color: #fff;	}/* Ende Menu *//* Beginn Submenu */#menu-section {	float: left;	margin: 10px 0 0 5px;	padding: 0;	width: 220px;	}#menu-section h3 {	width: 220px;	height: 50px;	padding: 0;	text-indent: -9999px;	}#menu-section h3#head-1 { background: transparent url(menu-01.gif) no-repeat top left; }#menu-section h3#head-2 { background: transparent url(menu-02.gif) no-repeat top left; }#menu-section h3#head-3 { background: transparent url(menu-03.gif) no-repeat top left; }#menu-section h3#head-4 { background: transparent url(menu-04.gif) no-repeat top left; }#menu-section h3#head-5 { background: transparent url(menu-05.gif) no-repeat top left; }#menu-section h3#head-6 { background: transparent url(menu-06.gif) no-repeat top left; }#menu-section h3#head-7 { background: transparent url(menu-07.gif) no-repeat top left; }#menu-section h3#head-8 { background: transparent url(menu-08.gif) no-repeat top left; }#menu-section ul {	margin: 0 0 20px 0;	}#menu-section li {	margin-left: 20px;	padding: 4px 0 0 0;	list-style: none;	}/* Markiert allgemein */#menu-section a:hover,#menu-section a:active {	color: #000;	}#menu-section ul.level-3 li {	margin-left: 10px;	padding: 4px 0 0 0;	list-style: none;	}/* Markiert aktive 2. Ebene */#menu-section ul.level-2 li a:hover,#menu-section ul.level-2 li a:active,#menu-section ul.level-2 li.active a {	color: #000;	}/* nur aktive 2. Ebene fett */#menu-section ul.level-2 li.active a {	font-weight: bold;	}/* Schaltet 3. Ebene aus */#menu-section ul.level-2 li.active ul.level-3 li a {	font-weight: normal;	color: #006697;	}/* Markiert aktive 3. Ebene */#menu-section ul.level-2 li.active ul.level-3 li a:hover,#menu-section ul.level-2 li.active ul.level-3 li a:active,#menu-section ul.level-2 li.active ul.level-3 li a.current {	color: #000;	}/* nur aktive 3. Ebene fett */#menu-section ul.level-2 li.active ul.level-3 li a.current {	font-weight: bold;	}h4#nav-search {	width: 220px;	height: 50px;	padding: 0;	text-indent: -9999px;	background: transparent url(menu-suche.gif) no-repeat top left;	}h4#nav-dialog {	width: 220px;	height: 50px;	padding: 0;	text-indent: -9999px;	background: transparent url(menu-dialog.gif) no-repeat top left;	}body#artid-14 li#nav-search-1 a,body#artid-15 li#nav-search-2 a,body#artid-13 li#nav-search-3 a, body#artid-9 li#nav-dialog-1 a,body#artid-19 li#nav-dialog-2 a {	font-weight: bold;	color: #000;	}/* Ende Submenu *//* Begin Content */#content { 	float: right;	margin: 20px 30px 0 0;	padding: 0;	width: 690px;	min-height: 400px;	outline: 0px solid #0c0;	}  /* Beginn Anpassung fuer iFrames */body#artid-23 #content {	margin: 20px 20px 0 0;	padding: 0;	width: 720px;	}#content iframe {	margin: 1.0em 0 0 0;	padding: 0;	}  /* Ende Anpassung fuer iFrames */#content h2 {	margin: 0 0 0.5em 0;	padding: 0 0 0.25em 0; 	border-bottom: 2px solid #6497ed;	}#content h2.short {	width: 450px;	}#content h3 { margin: 1.5em 0 0.5em 0; }#content h4 { margin: 1.5em 0 0 0; padding: 0; }#content p { margin: 0 0 1.0em 0; padding: 0; }#content hr {	margin: 2.0em 0 0 0;/*	width: 360px; */	height: 1px;	color: #6497ed;	background-color: #6497ed;	border: 0;	}#content hr.w100 {	width: 100%;	}#content ul, #content ol {	margin: 5px 0 15px 10px;	padding: 0 10px 0 0;	}#content li {	padding: 1px 1px 1px 15px;	list-style: none;	background: url(icon-li.gif) no-repeat 0 0.5em;	}#content a:hover,#content a:active {	color: #000;	}#content a.external {	padding: 2px 2px 2px 23px;	color: #006697;	background: transparent url(icon-link-extern-0.gif) no-repeat 0 2px;	}#content a.external:hover,#content a.external:active {	color: #000;	background: transparent url(icon-link-extern-1.gif) no-repeat 0 2px;	}#content dl { margin: 5px 0 15px 0; padding: 0 10px 0 10px; }#content dt { font-weight: bold; color: #003;}#content dd { padding: 0 0 0 10px; }#content dl.guestbook dt.first { border-top: 1px solid #999; }#content dl.guestbook dd { border-bottom: 1px solid #999; padding-left: 20px; }#content dl.guestbook dd p.comment { border-top: 1px solid #bbb; }#content table { margin: 1.0em 0 0 0; border: 0 none; padding: 0; }#content table tr { margin: 0; padding: 0; }#content table td { margin: 0; padding: 0 0 1.0em 0; }/* Ende Content *//* Beginn Text links und Text rechts mit Bild */#content div.text-text div.text-left {	float: left;	margin: 0 20px 2.0em 0;	width: 320px;	text-align: left;	}#content div.text-text div.text-right {	float: right;	margin: 0 0 2.0em 0;	padding: 10px;	width: 320px;	text-align: left;	border: 1px solid #ccc;	}#content div.text-text div.text-right img.image-top {	margin: 0 0 0 0;	}/* Ende Text links und Text rechts mit Bild *//* Beginn Modul 12a - Bild links mit Text rechts (Bild 240 px breit MIT Resize) */#content div.image-left {	float: left;	margin: 0 20px 2.0em 0;	width: 240px;	text-align: left;	}#content div.text-right {	float: right;	margin: 0 0 2.0em 0;	width: 690px;	}#content div.text-width {	width: 430px;	}/* Ende Modul 12a - Bild links mit Text rechts (Bild 240 px breit MIT Resize) *//* Beginn Modul 12a - Bild links mit Text rechts (Gemeinderat, Bild 180 px breit OHNE Resize) = WOR */#content div.image-left-wor {	float: left;	margin: 0 20px 2.0em 0;	width: 180px;	text-align: left;	}#content div.text-width-wor {	width: 490px;	}/* Ende Modul 12a - Bild links mit Text rechts (Gemeinderat, Bild 180 px breit OHNE Resize) = WOR *//* Beginn Modul Mitarbeiter Bild links mit Text rechts */#content div.image-left-2 {	float: left;	margin: 0 20px 2.0em 0;	width: 180px;	text-align: left;	}#content div.text-right-2 {	float: right;	margin: 0 0 2.0em 0;	width: 690px;	}#content div.text-width-2 {	width: 490px;	}/* Ende Modul Bild links mit Text rechts *//* Beginn 12a - Bild links mit Text rechts (Bild 240 px breit MIT Resize) */#content div.text-left {	float: left;	margin: 0 0 2.0em 0;	width: 690px;	}#content div.text-width {	width: 430px;	}#content div.image-right {	float: right;	margin: 0 0 2.0em 20px;	width: 240px;	text-align: right;	}/* Ende 12a - Bild links mit Text rechts (Bild 240 px breit MIT Resize) *//* Beginn Aulistung alle Artikel einer Kategorie und 12b - Text links mit Bild rechts (u.a. Veranstaltungen, Bild 240 px breit MIT Resize)*/#content div.frame {	margin: 2.0em 0 1.0em 0;	padding: 0 0 1.0em 0;	border-bottom: 1px solid #6497ed;	}#content div.frame-list div.text-left {	margin: 0;	width: 690px;	}#content div.frame-list div.text-width {	width: 410px;	}#content div.image-right {	float: right;	margin: 0;	width: 240px;	text-align: right;	}/* Ende Aulistung alle Artikel einer Kategorieund 12b - Text links mit Bild rechts (u.a. Veranstaltungen, Bild 240 px breit MIT Resize) *//* Beginn Headline 3 in div.text-left */#content div.text-left h3 {	margin: 0 0 0.5em 0;	}/* Ende Headline 3 in div.text-left *//* Beginn # 21 - Text links + Bilder (min. 1) rechts */#content div.left-21 h2 {	width: 400px;	}#content div.right-21 {	float: right;	margin: 0 0 0 30px;	width: 250px;	text-align: right;	}#content div.right-21 div.jaosg_thumbnail {	float: none;	margin: 0 0 15px 0;	text-align: center;	}/* Ende # 21 - Text links + Bilder (min. 1) rechts *//* Beginn # 33 z - Downloads - Auflistung einer Medienpool-Kategorie [r3.2] */#content table.table-download {	margin: 1.0em 0 1.0em 0;	padding: 0;	width: 590px;	background-color: #fff;	border-top: 1px solid #ddd;	border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc;	border-left: 1px solid #ddd;	}#content table.table-download td.td-left {	padding: 8px;	width: 490px;	background-color: #fff;	border: 0 none;	}#content table.table-download td.td-right {	padding: 8px 0 0 35px;	width: 100px;/*	background: #D3DFDF url(icon-link-down.gif) no-repeat 12px 10px; */	background-color: #D3DFDF;	border: 0 none;	}#content table.table-download td.td-right span.small {	font-size: 0.89em;		}#content table.table-download td.td-right a {	background: none;	}/* Ende # 33 z - Downloads - Auflistung einer Medienpool-Kategorie [r3.2] *//* Beginn JAOS Galerie */div.jaosg_galerie img {	border: 1px solid #ccc;	}#content div.jaosg_thumbnail {	float: left;	margin: 0 15px 15px 0;	}#content div.jaosg_thumbnail a {	background: none;	}  /* Beginn JAOS Galerie ohne Javascript */div.jaosg_bild {	width: 640px;	text-align: center;	}div.jaosg_bild img {	border: 1px solid #ccc;	}div.jaosg_bildbeschreibung {	margin: 1.0em 0 0 0;	width: 640px;	text-align: center;	color: #000;	}div.jaosg_nav {	margin: 2.0em 0 0 0;	padding: 5px 0 5px 0;	width: 640px;	font-size: 1.0em;	text-align: center;	border: 0px solid #97c0e6;	border-width: 1px 0 0 0;	}  /* Ende JAOS Galerie ohne Javascript *//* Ende JAOS Galerie *//* Beginn Sitemap (Content) */#content ul.sitemaplevel1 {	padding: 1.0em 0 2.0em 0;	font-weight: bold;	}#content ul.sitemaplevel1 li,#content ul.sitemaplevel2 li,#content ul.sitemaplevel3 li {	padding: 1px 1px 1px 0;	list-style: none;	background-image: none;	}	#content ul.sitemaplevel2 {	padding: 0 0 0 1.5em;	font-weight: normal;	background: url(1-pixel-blue.gif) repeat-y 0.5em 0;	}#content ul.sitemaplevel3 {	padding: 0 0 0 1.5em;	font-weight: normal;	background: url(1-pixel-blue.gif) repeat-y 0.5em 0;	}/* Ende Sitemap (Content) *//* Beginn Sidebar Right 1 */#sidebar-right {	float: right;	margin: 0 0 20px 20px;	width: 210px;	border: 1px solid #6497ed;	}#sidebar-right h3 {	margin: 0 0 1.0em 0;	padding: 4px 10px 4px 10px;	text-align: center;	font-size: 1.0em;	color: #fff;	background-color: #6497ed;	}#sidebar-right div.sidebar-image {	text-align: center;	}#sidebar-right div.sidebar-image-text {	margin: -25px 10px 10px 10px;	text-align: center;	font-size: 0.8em;	color: #000;	}#sidebar-right div.sidebar-text {	margin: 0 10px 0 10px;	}#sidebar-right div.sidebar-text h2,#sidebar-right div.sidebar-text h3,#sidebar-right div.sidebar-text h4 {	margin: 0 0 0.5em 0;	padding: 0;	color: #000;	text-align: left;	font-size: 1.0em;	background: none;	}	#sidebar-right div.sidebar-link {	margin: 10px;	}/* Ende Sidebar Right 1 *//* Beginn Footer */#footer {	clear: both;	height: 50px;	padding-top: 10px;	background: transparent url(bg-bottom.jpg) no-repeat left bottom;	}#footer p {	margin: 15px 40px 0 270px;	font-size: 0.89em;	color: #000;	}#footer p a {	padding: 0 2px 0 2px;	font-size: 1.0em;	}#footer a:link,#footer a:visited {	color: #000;	}#footer a:hover,#footer a:active {	color: #060;	background-color: #fff;	}/* Ende Footer */.border {	padding: 0px;	border: #000 solid 5px;	}.img-left {	margin: 0 10px 5px 0;	padding: 0;	}.img-right {	margin: 0 0 5px 10px;	padding: 0;	}.blue {	color: #006697;	}.red {	color: #c00;	font-weight: bold;	}/* Spezielle Klassen */.bold { font-weight: bold !important; }.left { text-align: left !important; }.center { text-align: center !important; }.right { text-align: right !important; }.clear { clear: both !important; }