/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
body, td, div {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

.titleadresse {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

.adresse{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 5px;

}

.titletext {
	font-size: 11pt;
	font-weight: bold;
	color: #0081B7;
	padding-left: 10px;
	padding-bottom: 10px;
}

.fronttext {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* News, Agenda und Breadcrumbs Definitionen */

.newstitle {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	padding-top: 30px;
	padding-bottom: 20px;
}

.newszeile {
	font-size: 8pt;
	color: #000000;
}

.newsdatum {
	font-size: 8pt;
	color: #000000;
}

.gemeinden {
	font-size: 9pt;
	color: #797979;
}

.breadcrumbs {
	font-size: 8pt;
	color: #0081b7;
}

/* link*/

a { 
	text-decoration: none; 
}

a:link, a:visited, a:active{
	font-weight: normal; 
}

a:hover {
	font-weight: normal; 
}

a.newszeile { 
	color: #0081B7;
	text-decoration: none; 
}

a.newszeile:hover {
	color: #000000;
}

a.newszeile:active {
	color: #0081B7;
}
a.gemeinden { 
	color: #797979;
	font-weight: normal; 
	text-decoration: none; 
}

a.gemeinden:hover {
	font-weight: bold;
}

a.gemeinden:active {
	font-weight: bold;
}

a.breadcrumbs {
	font-size: 8pt;
	font-weight: normal;
	color: #0081b7;
	text-decoration: none; 
}

a.breadcrumbs:hover {
	text-decoration: underline; 
	color: #0081b7;

}


/* Agenda*/
table.agenda	{
		border-collapse:	collapse;
		table-layout: 		fixed;
		width: 				112px;
		}

td.agendahead	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			7pt;
		padding:			2px;
		width:				12px;
		}

td.agenda	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			7pt;
		border:				1px solid #0081B7;
		padding:			2px;
		width:				12px;
		}

td.agendaday	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			7pt;
		border:				3px solid #b70c0c;
		padding:			2px;
		width:				12px;
		}

td.agendasel	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			7pt;
		background-color:	#e0e0e0;
		border:				1px solid #0081b7;
		padding:			2px;
		width:				12px;
		}

a.agenda	{
		text-decoration:	none;
		color:				#b70c0c;
		}

