/*Zeichensatz und Schriftgroessen, Ueberschriften und andere Text-Elemente*/

/* h-groessen */
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.25em 0;
	font-weight: normal;
}
h1 {
	font-size: 140%;
	color:#EB1B35;
}
h2 {
	font-size: 140%;
	color:#182E7A ;
}
h3 {
	font-size: 110%;
	color: #666666;
}
h4 {
	font-size: 100.33%;
}
h5 {
	font-size: 100.67%;
}
h6 {
	font-size: 100%;
	font-style:italic;
}
#sidebar h3 {
	padding:5px 0 5px 10px;
	
}
#ad, #adkontakt h3 {
	padding:5px 0 5px 0;
}
/* p-tag */
#content p, #pagecontent p {
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
#ad p, #adma p, #adkontakt p {
	color: #666666;
	margin: 5px;
	font-weight: normal;
	font-size: 0.8em;
}
/* zugaenglich */
.unsichtbar {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
acronym, abbr, dfn {
	border-bottom: 1px dashed #999;
	font-style: normal;
	cursor: help;
}
/* ausrichtung der elemente */
img {
	float: left;
	margin: 0px 10px 10px 0;
}
.align-right {
	float: right;
	margin: 2px 0 5px 10px;
}
.align-middle {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.weiter {
	margin: 1em 0;
	text-align: center;
}
/* Hyperlinks */
a {
	color: #4D87C7;
	text-decoration:underline;
	border: none;
}
a:focus, a:hover {
	color:#FF0000;
	text-decoration:underline;
	border: none;
}
a:active, a:visited {
	border: none;
}
#content img a {
	text-decoration: none;
}
#breadcrumbs p {
	font-size: 0.60em;
}
#breadcrumbs a {

	text-decoration:underline;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
/* Listen */

ul, ol, dl {
	line-height: 1.5em;
	margin: 0 0 1em 1em;
}
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}
/* Tabellen  */

table {
	width: 100%;
	
}

td {
	text-align: left;
	padding: 0;
	margin: 0;
	
}

td img {
	text-align: left ! important;
	padding-left: 0;
	margin-left: 0;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
}
/* formatierung fuer weiterlesen ..  */



small {
	font-size: 0.7em;
	text-align: right;
	font-style: italic;
	padding: 0;
	margin: 0;
}
.linklove {
	display: none;
}
.bildlinks {
	float: left;
	margin-right: 0.5em;
}
.bildlinks img {
	width:13.13em;
	height: 8.88em;
}
.bildrechts {
	display: inline;
}
.bildrechts img {
	width:13.13em;
	height: 8.88em;
}
dt {
	font-size: 0.7em;
	padding-bottom: 20px;
}
.line {
	clear: both;
	padding: 0;
	margin: 10px 10px 0 10px;
	background: #fff url(images/smalldot.gif) repeat-x;
}
.caption {
	padding-bottom: 20px;
	text-align: left;
	display: none;
}
hr {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #eee solid;
}



