@charset "utf-8";

/* News - CSS */

#newslist li, #newslist li#hl {
	position: relative;
	width: 95%;
	margin: 2px 2px 10px auto;
 padding: 2px;
 border: 1px solid #006;
	background-color: #fff;
}

#newslist li .ol {
	position: absolute;
	top: -1px;
 left: -1px;
 background: url(../bilder/news/lol.gif) top left no-repeat;
}
#newslist li .or {
	position: absolute;
	top: -1px;
 right: -1px;
 background: url(../bilder/news/lor.gif) top right no-repeat;
}
#newslist li .ul {
	position: absolute;
	bottom: -1px;
 left: -1px;
 background: url(../bilder/news/lul.gif) bottom left no-repeat;
}
#newslist li .ur {
	position: absolute;
	bottom: -1px;
 right: -1px;
 background: url(../bilder/news/lur.gif) bottom right no-repeat;
}
#newslist.termine h3 {
	margin: 0;
 padding: 0;
	height: 1em;
}
#newslist .nkopf, #newslist .nkoerper, #newslist .naddv, #newslist .nfuss {
	position: relative;
	width: 95%;
 margin: auto;
 padding: 1px 5px;
 border: 0;
 font-size: 1.0em;
 text-align: left;
 clear: both;
}
#newslist .nkopf, #newslist .nfuss {
	border: 0px solid #c7dcfb;
}
#newslist .nkopf {
	border-bottom-width: 1px;
 font-weight: bold;
}
#newslist .nfuss {
 border-top-width: 1px;
 color: #888;
 font-weight: bold;
}
#newslist .nkopf .nprint, #newslist .nfuss .nmehr {
	position: absolute;
 top: 0;
 right: 0;
 margin: 0;
 padding: 0 5px 0 0;
}
#newslist a img {
	border: 0;
}
#newslist .id {
	font-weight: normal;
}
#newslist .nkoerper {
	font-size: 1.2em;
}
#newslist .nkoerper .nfoto {
	position: relative;
	float: left;
 width: 130px;
 height: 103px;
 margin: 2px 5px 1px 0;
 padding: 0;
 text-align: center;
}
.nfotozable {
	position: absolute;
 right: 3px;
 bottom: 3px;
 height: 7px;
 width: 7px;
 padding: 0;
 margin: 0;
 background: url(../bilder/zoom.gif) bottom right no-repeat;
}
.nfotozoom {
	position: absolute;
 visibility: hidden;
 padding: 0;
	margin: 0;
	border: 3px solid #fff;
 background-color: #fff;
}
#newslist .naddh {
 height: 0;
 margin: 0;
 padding: 2px;
 visibility: hidden;
}
#newslist .naddv {
	width: 90%;
	clear: both;
 color: #004488;
 height: auto;
 visibility: visible;
}
#newslist .naddicom, #newslist .naddicow {
	background-position: center right;
 background-repeat: no-repeat;
 padding-right: 20px;
}
#newslist .naddicom {
	background-image: url(../bilder/mehr.gif);
}
#newslist .naddicow {
	background-image: url(../bilder/weniger.gif);
}

#newslist p, #newslist li#hl p {
	margin: 0.5em 0;
}

#newslist.vorstand p, #newslist.team p {
	margin: 4px 0 0 0;
}
#newslist div.rifo {
 float: left;
 width: 340px;
}

#newslist p.mittig {
	margin: 0;
	text-align: center;
}

#newslist.links li {
	padding-top: 9px;
}
#newslist.links a img {
	margin-right: 10px;
 float: left;
}

#newslist li table {
	margin: auto;
}
#newslist li table td {
	padding: 3px 10px;
}

#newslist li li {
	border: none;
}
#newslist li li .nkopf {
 border-bottom-color: #DBE9FD;
}
#newslist li li .nkoerper {
	font-size: 1em;
}

#newslist li.sponsor p {
	margin: 0;
 text-align: center;
}
#newslist li.sponsor h2 {
	text-align: center;
 font-size: 1.2em;
 font-weight: bold;
}
#newslist li.sponsor p.spohp a {
	font-size: 1.2em;
 font-weight: bold;
 display: block;
 margin: 10px auto;
}

