/* Standart-CSS f?r www.neukirch.ch  */
/* Ein Projekt von Tobias M?ckli, Weiblingen3, 8577 Sch?nholzerswilen, tmockli at bluewin dot ch  */

/* Allgemeiner Teil  */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
table {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	text-align:left;
}
body.hintergrund{
background-image:url(../images/navigation/nav_stretch.gif);
}
/* Ende Allgemeiner Teil  */

/* Grundrahmen  */
table.nav {
	width: 137px;
	table-layout:fixed;
}
td.top {
	height: 24px;
}
td.text {
	height: 14px;
}
td.abstand {
	height: 6px;
}
td.bottom {
	height: 6px;
}


table.top {
	height: 165px;
	width: 100%;
}
td.top_bild {
	height: 156px;
	width: 295px;
}
td.top_text {
	height: 52px;
	width: 465px;
}
td.top_wappen {
	height: 139px;
	width: 165px;
	vertical-align: top;
}
td.top_spreitzen {
	height: 165px;
	width: 100%;
	background-image: url("../images/top_stretch.gif");
}
td.top_abschluss {
	height: 165px;
	width: 130px;
}

/* Ende Grundrahmen  */

/* Schriften  */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0066B2;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
a {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #46ABF7;
	}
	
a.news {
	font-weight: bold;
	text-decoration: none;
	color:  #3366CC;
	}
/* Ende Schriften  */


/* Rahmen im Index */

/* Ende Rahmen im Index */

