
* { padding: 0; margin: 0; } 
 
h2, h3, p, ul, ol { margin-bottom: 1em; } 

ol ul { margin-bottom: 0; } 

li { margin-left: 2em; } 

#container .bildlink {border: none;}   

body {
	background-color: #555;
	font-size: 0.9em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0;
	margin:0;
}
img {border: none; }
a {text-decoration: none; outline: none;}
a:link {
	color: #084A9C;
	border-bottom: 1px dotted;
}
a:visited {
	color:#CE0101;
	border-bottom: 1px dotted #CE0101;
}
a:hover , a:focus {border-bottom: 1px solid; }
a:active { color:#000000;}


h1 {
	font-size: 2em;
 }

h2 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Times New Roman, serif;
}
h4 {
	margin-bottom: 0.4em;
	color: #B30000;
}

.ausblenden, m_ausblenden {display: none;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 640px;
	margin: 10px auto;
	padding: 0;
}

.skiplink {
	position: absolute; 
	top: -5000px; 
	left: -5000px; 
	width: 0;
	height: 0; 
	overflow: hidden; 
	display: inline; 
}

/* -------------banner----------------- */
#banner_druck{border-bottom: 1px solid #000;}

/* -----------------inhalt--------------------- */
#content {
	text-align: justify;
	background-color: #fff;
	padding: 30px 35px;
}
#content #sponsorenliste { text-align: center;}
#sponsorenliste img{ padding: 4px 8px; }
#sponsorenliste a {
	text-decoration: none;
	border:0;
}
table {margin: 1em 0;}
caption {
	text-align:left;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 1em;
}
td {
	padding-right: 30px;
	vertical-align:top;
}
#jeckennews #content img {
	float: left;
	margin-right: 10px;
}
#content .backlink {
	display: none;
}
.news {
	border-bottom: 1px solid #000;
	margin-bottom: 3em;
	padding-bottom: 0.2em;
}
.highslide-gallery a{ border: none; }

/* ---------------fussbereich-------------------- */
#fussbereich {
	background-color: #fff;
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #000;
	color: #000;
}
	
address {
	text-align: center;
	font-size: 80%; 
	font-style: normal; 
	letter-spacing: 1px;
	line-height: 1.5;
}
