/* CSS Document */
body			{ margin: 0px; padding: 0px; color: #000; font-family: Verdana, Helvetica, Arial; font-size: 11px; }

img	{ border: 0; }

/* links */
a:link						{ color: #000; text-decoration: underline; }
a:hover, a:visited:hover	{ color: #6EB458; text-decoration: underline; }
a:visited					{ color: #000; text-decoration: underline; }
/* links */

/* main layout */
table#main			{ width: 985px; height: 591px; margin: 0px; padding: 0px; }
	td#content		{ background-color: #eaeaea; height: 380px; }
/* end main layout */

/* iframe template */
table#iframe	{ 	width: 100%;
					height: 100%;
					padding: 0px;
					background-color: #fff;
					font-family: Verdana, Helvetica, Arial; font-size: 11px; font-style: normal;
				}

td#iframetitel		{ width: 75px; vertical-align: top; }
td#iframecontent	{ width: 100%; vertical-align: top; }
td#iframesubnav		{ display: none; }
td#iframeimage		{ display: none; }

td#iframetitel img	{ border: 0px; top: 0px; }


/****************************************/
/****************************************/
/************** TEMPLATES ***************/
/****************************************/
/****************************************/

/* generell */
table#content						{ width: 100%; font-family: Verdana, Helvetica, Arial; font-size: 11px; font-style: normal; }
table#content td					{ vertical-align: top; font-family: Verdana, Helvetica, Arial; font-size: 11px; font-style: normal; }
table#content p						{ padding-bottom: 10px;}
table#content td.contenttitel		{ font-weight: bold; padding-bottom: 5px; }
table#content td.contentheadline	{ font-weight: bold; font-size: 11px; padding-bottom: 5px; }
/* end generell */

/* aktuelles > news */
table#aktuellnews		{ width: 100%;	font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
	td.aktuellnewstitel	{ font-weight: bold; padding-bottom: 10px; }
	td.aktuellnewstext	{ text-align: left; padding-bottom: 20px; }
/* end aktuelles > news */

/* aktuelles > abstimmungsergebnisse */
table#abstimmung		{ width: 100%;	font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
table#abstimmung td.abstimmungstitel		{ font-weight: bold; font-size: 11px; padding-bottom: 5px; }
table#abstimmung td.abstimmungsdaten		{ width: 300px; }
table#abstimmung td.abstimmungswerte		{ width: 180px; }
table#abstimmung td.abstimmungsantragtitel	{ font-weight: bold; padding-top: 10px; }
table#abstimmung td.abstimmungsantragwerte	{ width: 120px; }
table#abstimmung td.abstimmungtotal			{ text-align: right; }
table#abstimmung table	{ font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
/* end aktuelles > abstimmungsergebnisse */

/* aktuelles > veranstaltungen */
table#veranst	{ width: 100%;	font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
table#veranst td						{ text-align: left; vertical-align: top; }
table#veranst td.veranstmonat			{ padding-bottom: 5px;	font-size: 12px; font-weight: bold; }
table#veranst td.veranstdatum			{ padding-top: 15px; font-weight: bold; }
table#veranst td.veranstbeschreibung	{ padding-bottom: 5px; border-bottom: 1px solid #000; }
/* end aktuelles > veranstaltungen */

/* aktuelles > inserate */
table#aktuellinserate	{ width: 100%;	font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
td.aktuellinseratetitel	{ font-weight: bold; padding-bottom: 10px; }
td.aktuellinseratetext	{ text-align: left; padding-bottom: 10px; }
/* end aktuelles > inserate */

/* aktuelles > gemeinderat */
table#aktuellgemeinderat	{ width: 100%;	font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
table#aktuellgemeinderat td.aktuellgemeinderatdatum		{ font-weight: bold; text-align: right; }
table#aktuellgemeinderat td.aktuellgemeinderatheadline	{ font-weight: bold; padding-bottom: 10px; padding-top: 10px; }
table#aktuellgemeinderat td.aktuellgemeinderattitel		{ font-weight: bold; text-align: right; }
table#aktuellgemeinderat td.aktuellgemeinderattext		{ text-align: left; padding-bottom: 10px; }
/* end aktuelles > gemeinderat */

/* gemeinde > behoerden */
table#behoerden	{ width: 100%;	font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
table#behoerden td.behoerdenfotos	{ width: 120px; padding-bottom: 10px; vertical-align: top; }
table#behoerden td.behoerdendaten	{ width: 120px; padding-bottom: 10px; vertical-align: top; }
/* gemeinde > behoerden */

/* gemeinde > verwaltung */
table#gemeindeverwaltung	{ width: 100%;	font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
td.verwaltungdaten			{ vertical-align: top; padding-bottom: 10px; }
/* end gemeinde > verwaltung */

/* gemeinde > archiv */
table#gemeindearchiv	{ width: 100%;	font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
td.archivdatum			{ width: 75px; }
td.archivtitel			{ font-weight: bold; }
td.archivbeschreibung	{ padding-bottom: 5px; }
/* end gemeinde > archiv */

/* links > links */
table#links			{ width: 100%;	font-family: Verdana, Helvetica, Arial;	font-size: 11px; font-style: normal; }
tr.linksalphabet td { text-align: center; width: 20px; }
td.linksneu			{ padding-top: 15px; padding-bottom: 5px; font-size: 12px; font-weight: bold; }
td.linkstitel		{ font-weight: bold; padding-top: 10px; }
td.linksadresse		{ width: 150px; }
td.linkskontakt		{ width: 260px; }
/* links > links */

/****************************************/
/****************************************/
/*********** END TEMPLATES **************/
/****************************************/
/****************************************/