/* General Layout for Crossbrowser Compatibility */
/* Responsible gitgo GmbH | www.gitgo.at | office@gitgo.at */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td	{
	margin:0;
	padding:0;
	text-align:left;
	}
table	{
	border-collapse:collapse;
	border-spacing:0;
	}
td {
	vertical-align:top;
	text-align:left;
	}
fieldset,img	{
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var	{
	font-style:normal;
	font-weight: normal;
}
caption,th	{
	text-align:left;
	}
q:before,q:after	{
	content:'';
	}
abbr,acronym	{
	border:0;
	font-variant:normal;
	}
sup,sub	{
	vertical-align:text-top;
	}
sub	{
	vertical-align:text-bottom;
	}
p	{
	margin:0px;
	padding:0px;
	}
em {
	font-style:italic;
}
strong {
	font-weight: bold;
}
a	{
	color:#df081c;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
	color:#df081c;
	}
h1 {
	margin:0px;
	padding:0px;
	line-height:normal;
	font-weight:bold;
	color:#df081c;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:16px;
	}
h2 {
	margin:0px;
	padding:0px;
	line-height:normal;
	font-weight:bold;
	color:#000000;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	line-height:120%;
	font-size:13px;
	}
h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	line-height:normal;
	font-weight:bold;
	color:#df081c;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:13px;
	}	
body, html {
	margin-top:0px;
	padding:0px;
	}
body {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:130%;
	font-size:11px;
	background-image:url(bodyBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	}
.clear {
	clear:both;
	}
.small {
	font-size:10px;
	color:#666666;
	}


/* Template specific Layout */
#wrapper {
	margin:0 auto 0 auto;
	width:980px;
	background-image:url(wrapperBg.png);
	background-position:left;
	background-repeat:repeat-y;
	}
.headerArea {
	height:26px;
	background-image:url(topAreaBg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:11px;
	color:#999999;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	}
.claim {
	float:left;
	margin: 6px 0px 0px 7px;
	}
/* Font Resize Layout */
.headerArea .fontReSize {
	color:#333333;
	float:right;
	margin: 3px 7px 0px 0px;
	line-height:normal;
	width:120px;
	}
.headerArea .fontSizeLabel {
	display:block;
	float: left;
	margin:3px 0px 0px 0px;
	}
.headerArea .fontReSize ul {
	float: right;
	margin:0px 0px 0px 0px;
	}
.headerArea .fontReSize ul li {
	display:inline;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	}
.headerArea .fontReSize ul li a {
	color:#333333;
	text-decoration:none;
	display:block;
	float:left;
	}
.headerArea .fontReSize ul li a:hover {
	color:#333333;
	text-decoration: underline;
	display:block;
	margin:0px 0px 0px 6px;
	float:left;
	}
.headerArea .fontReSize ul li a#size0 {
	font-size:10px;
	margin:4px 0px 0px 6px;	
	}
.headerArea .fontReSize ul li a#size1 {
	font-size:12px;
	margin:2px 0px 0px 6px;		
	}
.headerArea .fontReSize ul li a#size2 {
	font-size:14px;
	margin:1px 0px 0px 6px;		
	}
.mainNavContainer {
	clear:both;
	background-color:#ffffff;
	display:block;
	margin:0px 24px 0px 24px;
	height:42px;
	}
/* Main Menu Layout */
#nav {
	margin:0px;
	float:left;
	}
#nav li {
	display:inline;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	}
#nav li a {
	display:block;
	line-height:42px;
	float:left;
	margin-right:26px;
	background-image:url(mainMenuBg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#666666;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:18px;
	font-weight: bold;
	border:0;
	text-decoration:none;		
	}
#nav li a:hover {
	background-position:center bottom;
	color:#df081c;
	text-decoration:none;
	border:0;
	}
#nav li a#aktiv {
	display:block;
	line-height:42px;
	float:left;
	margin-right:26px;	
	background-image:url(mainMenuBg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#df081c;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:18px;
	font-weight: bold;
	border:0;
	text-decoration:none;	
	}
.spoeLogo {
	float:right;
	display:block;
	margin:6px 0px 0px 0px;
	}
.bannerArea {
	border:1px solid #999999;
	margin:0px 24px 0px 24px;
	padding:2px;
	clear:both;
	}
.bannerImage {
	float:left;
	width:706px;
	height:310px;
	overflow:hidden;
	background-image:url(ladegrafik.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
.bannerImage img {
	margin:0;
	padding:0;
	}
.bannerRight {
	float:left;
	width:210px;
	background-color:#f7ba07;
	margin:0px 0px 0px 10px;
	background-image:url(bannerRightBg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:310px;
	display:block;
	}
/* Vorschau der NG */
.ngVorschau {
	display:block;
	}
.ngLatestImg {
	display:block;
	height:225px;
	overflow:hidden;
	text-align:center;
	}
.ngLatestImg img {
	margin:12px 0px 0px 0px;
	border:1px solid #666666;
	}
.ngVorschau h1 {
	display:block;
	padding:0px 0px 0px 15px;
	background-image:url(rightTopH1Bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:normal;
	}
.ngVorschau h2 {
	display:block;
	padding:5px 0px 0px 15px;
	text-transform:uppercase;
	font-size:11px;
	}
.ngIntroText {
	display:block;
	padding:2px 5px 0px 15px;	
	}
.ngIntroText a {
	color:#000000;
	}
/* Spacer über Content */
.contentTopSpacer {
	height:18px;
	margin:0px 24px 0px 24px;
	background-image:url(contentSpacerBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
/* Content Spalten */
.leftCol {
	float:left;
	margin:0px 0px 0px 24px;
	width:420px;
	display:block;
	}
.leftCol h1.csc-firstHeader, .leftCol h1  {
	display:block;
	background-image:url(leftColH1Bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:22px;
	line-height:normal;
	margin-bottom:3px;
	margin-top:0px;
	font-weight:bold;
	color:#df081c;	
	}
.leftCol h1  {
	margin-top:15px;
	font-weight:normal;
	color:#333333;
	}
.leftCol ul {
	margin:3px 0px 0px 0px;
	display:block;
	padding:5px 5px 10px 0px;
	}
.leftCol ul li {
	margin:0px 0px 0px 13px;
	padding:0;
	list-style-type:none;
	display:block;
	background-image:url(square.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:1px 0px 1px 10px;	
	}
.leftCol ol {
	margin:3px 0px 0px 0px;
	display:block;
	padding:5px 5px 10px 30px;
	}
.leftCol ol li {
	padding:1px 0px 1px 0px;	
	}
.centerCol {
	float:left;
	margin:0px 0px 0px 43px;
	background-color:#f9f9f9;
	padding-bottom:7px;
	width:246px;
	display:block;
	background-image:url(centerColBg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	border-bottom:1px solid #cccccc;
	}
.centerCol h1.csc-firstHeader, .centerCol .csc-header-n2 h1 {
	display:block;
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:7px 0px 4px 18px;
	line-height: 16px;
	font-weight:normal;
	font-size:16px;
	background-image:url(centerColH1Bg.jpg);	
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
	}
.centerCol h1.csc-firstHeader {
	margin:0px 0px 0px 0px;
	padding-top:4px;
	border-top:0;
	}
.centerCol h1  {
	display:block;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:7px 0px 4px 18px;
	line-height: 16px;
	font-weight:normal;
	font-size:16px;
	background-image:url(centerColH1subBg.jpg);	
	background-position:left bottom;
	background-repeat:no-repeat;
	}	
	
.rightCol {
	float:left;
	margin:0px 0px 0px 10px;
	background-color:#ffffff;
	width:210px;
	display:block;
	}
.rightCol h1.csc-firstHeader, .rightCol h1  {
	display:block;
	color:#000000;
	margin:12px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	line-height: 16px;
	font-weight:normal;
	font-size:16px;
	}
.rightCol h1.csc-firstHeader {
	margin-top:0px;
	padding-top:3px;
	}
/* Footer Bereich */
.bottomSpacer {
	height:4px;
	background-color:#df081c;
	margin:18px 6px 0px 6px;
	}
.footerArea {
	margin:0px 7px 0px 7px;
	background-image:url(footerAreaBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#999999;
	font-size:10px;
	}
.footerCol1 {
	float:left;
	margin:20px 0px 22px 17px;
	width:230px;
	}
.footerCopyright {
	color:#333333;
	}
.footerCol2 {
	float:left;
	margin:20px 0px 22px 16px;	
	width:200px;
	}
.footerCol3 {
	float:left;
	margin:20px 0px 22px 16px;
	width:240px;		
	}
.footerCol4 {
	float:left;
	margin:20px 0px 22px 17px;		
	}
.footerBottom {
	margin:0px 0px 0px 0px;
	background-image:url(footerBottomBg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	height:8px;
	}
.footerArea a {
	color:#333333;
	}
.footerArea a:hover {
	color:#000000;
	}
.feedLink {
	background-image:url(rssIcon.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding:0px 0px 0px 14px;
	line-height:12px;
	color:#333333;
	}
.feedLink:hover {
	color:#000000;
	}
	
/*TT_News Layout */
.news-latest-container, .news-list-container {
	margin:0px 0px 0px 0px;
	padding:0;
	}
.news-latest-item {
	display:block;
	padding:7px 5px 10px 0px;
	background-image:url(newsListBg.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	}
.ungerade {
	background-color:#f4f4f4;
	background-image:url(schraffBgLight.jpg);
	background-position:left top;
	background-repeat:repeat;	
	}
.news-latest-item h2 {
	margin-bottom:0px;
	padding-bottom:0px;
	}
.news-latest-item h2 a {
	color:#000000;
	}
.news-latest-image {
	float:left;
	margin:0px 7px 0px 0px;
	display:block;
	}
.news-latest-image img {
	margin:0px 0px 0px 0px;
	border:1px solid #cccccc;
	padding:2px;
	float:left;
	background-color:#ffffff;	
	}
.newsContent {
	width:330px;
	float: left;
	display:block;
	}
.news-latest-datum {
	font-size:10px;
	color:#666666;
	}
.latestMoreLink {
	padding-top:2px;
	}
.latestMoreLink a {
	color:#df081c;
	padding-right:12px;
	margin:0px 0px 0px 0px;
	background-image:url(arrowRight.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
.latestArchiveLink {
	margin:0;
	padding:5px 0px 0px 0px;
	display:block;
	background-image:url(dottedLine.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
.latestArchiveLink a {
	color:#df081c;
	padding-right:12px;
	margin:0px 0px 0px 0px;
	background-image:url(moreBg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
/* Layout fuer News-List - Archiv */
.news-list-item {
	margin:0;
	padding:5px 0px 5px 0px;
	display:block;
	background-image:url(dottedLine.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
.news-list-item h2 {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.news-list-item h2 a {
	color:#000000;
	}
.news-list-morelink a {
	color:#df081c;
	padding-right:12px;
	margin:0px 0px 0px 5px;
	background-image:url(arrowRight.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
.news-list-browse {
	margin:0;
	padding:5px 0px 0px 0px;
	display:block;
	background-image:url(dottedLine.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
.news-list-browse a {
	color:#df081c;
	}
.showResultsWrap {
	display:block;
	text-align:center;
	color:#666666;
	}
.browseLinksWrap {
	display:block;
	text-align:center;
	}
.disabledLinkWrap {
	color:#666666;
	}
.activeLinkWrap {
	color:#000000;
	font-weight:bold;
	}
/* News Single View */
.news-single-item {
	margin:3px 0px 0px 0px;
	padding:0;
	display:block;
	padding:2px 5px 10px 0px;
	background-image:url(newsListBg.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	}
.news-single-item h2 {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:10px;
	}
.news-single-text {
	padding-top:10px;
	line-height:130%;
	}
.news-single-image {
	float:right;
	}
.news-single-image img {
	display:block;
	padding:2px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	margin:23px 5px 2px 5px;
	}
.news-single-imgcaption {
	display:block;
	text-align: center;
	font-size:10px;
	color:#666666;
	margin-top:0px;
	padding:0;
	line-height:normal;
	font-style: italic;
	clear:both;
	}
.news-single-backlink {
	margin:10px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	display:block;
	background-image:url(dottedLine.gif);
	background-position:top;
	background-repeat:repeat-x;
	clear:both;
	}
.news-single-backlink a {
	color:#df081c;
	padding-left:12px;
	margin:0px 0px 0px 0px;
	background-image:url(arrowLeft.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
/* Layout fuer Links und Downloads bei Newsartikel */
.news-single-files, .news-single-links {
	display:block;
	background-color:#f9f9f9;
	border:1px solid #f1f1f1;
	padding:5px;
	margin-top:10px;
	}
.news-single-files dt, .news-single-links dt {
	font-weight:bold;
	color:#000000;
	font-size:11px;
	display:block;
	padding-bottom:2px;
	}
.news-single-files {
	color:#666666;
	}
.news-single-files img {
	display:block;
	float:left;
	margin:0px 5px 0px 0px;
	}
.news-single-files a {
	padding-right:5px;
	}
.news-single-files dd, .news-single-links dd {
	clear:both;
	display:block;
	padding:1px 0px 1px 0px;
	}
/* Events Teaser */
.yac-teaser {
	display:block;
	padding:2px 0px 12px 12px;
	background-color:#eeeeee;
	background-image:url(schraffBg.jpg);
	background-position:left top;
	background-repeat:repeat;
	margin:0px 1px 0px 1px;	
	}
.yac-teaser ul {
	margin:0;
	padding:0;
	}
.yac-teaser ul li {
	margin:0;
	padding:7px 0px 0px 0px;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	}
.yac-teaser ul li a {
	font-weight:bold;
	display:block;
	color:#222222;
	}
.terminHeader {
	padding-top:5px;
	}
/* Search Box */
.tx-macinasearchbox-pi1 {
	padding:0px 1px 0px 1px;
	}
.searchBox {
	display:block;
	margin:0;
	padding:11px 0px 12px 12px;
	background-color:#eeeeee;
	background-image:url(schraffBg.jpg);
	background-position:left top;
	background-repeat:repeat;
	}
.searchBox input {
	float:left;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width:150px;
	color:#666666;
	}
.searchBox .submit {
	float:left;
	margin:0px 0px 0px 5px;
	padding:0px 0px 1px 16px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#df081c;
	border:0;
	width:46px;
	color:#ffffff;
	background-image:url(searchBg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:18px;
	line-height:16px;
	cursor:pointer;
	text-align: left;
	}
.searchBox a {
	display:block;
	color:#000000;
	font-size:10px;
	margin-top:2px;
	}
/* NG Menu */
.rightCol .csc-menu {
	margin:0px 0px 0px 15px;
	padding:0;
	}
.rightCol .csc-menu li {
	margin:0px 0px 0px 0px;
	padding:0;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	background-image:url(arrowRight.gif);
	background-position:left top;
	background-repeat:no-repeat;	
	}
.rightCol .csc-menu li a {
	display:block;
	padding:0px 0px 0px 12px;
	color:#000000;
	}
.rightCol .csc-menu li a:hover {
	display:block;
	padding:0px 0px 0px 12px;
	color:#df081c;
	}
.rightCol .csc-menu li a#ngaktiv {
	text-decoration:underline;
	color:#df081c;	
	}
/* Flex Gemeindetool und Menü auf Startseite */
#gemeinden {
	display:block;
	margin:10px 0px 0px 0px;
	}
.centerCol .csc-menu {
	margin:0px 0px 0px 0px;
	padding:8px 0px 6px 12px;
	}
.centerCol .csc-menu li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	list-style-image:none;
	}
.centerCol .csc-menu li a {
	color:#000000;
	display:block;
	background-image:url(square.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:1px 0px 1px 10px;
	}
.centerCol .csc-menu li a:hover {
	background-image:url(squareHover.gif);
	color:#df081c;	
	}	
.centerCol #bgldMap {
	margin:3px 1px 0px 1px;
	height:180px;
	padding-right:90px;
	background-image:url(bgldKarte/bgld.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
/* Für Preload Bilder */
.preloadImg {
	display:none;
	width:0px;
	height:0px;
	}
	
/* Generelle Formularlayouts */
input.textInput {
	margin:0;
	padding:1px 0px 1px 0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:250px;
	color:#333333;
	font-weight:bold;
	}
form.rahmen, .nlAnmRahmen {
	background-color:#f4f4f4;
	padding:8px 8px 8px 8px;
	border:1px solid #dddddd;
	background-image:url(schraffBgLight.jpg);
	background-position:left top;
	background-repeat:repeat;	
	}
.buttonInput {
	margin:0px 0px 0px 0px;
	padding:1px 5px 1px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#df081c;
	border:1px solid #df081c;
	font-size:12px;
	color:#ffffff;
	cursor:pointer;
	text-align: center;
	}
.error {
	color:#ff0000;
	font-weight:bold;
	}
	
/* left Col intext Menu Layout */
.leftCol .csc-menu {
	background-color:#f4f4f4;
	padding:2px 8px 6px 12px;
	border:1px solid #dddddd;
	background-image:url(schraffBgLight.jpg);
	background-position:left top;
	background-repeat:repeat;		
	}
.leftCol .csc-menu dt a {
	font-weight: bold;
	display:block;
	background-image:url(square.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:1px 0px 1px 10px;
	margin:4px 0px 0px 0px;
	color:#333333;
	}
.leftCol .csc-menu dt a:hover {
	background-image:url(squareHover.gif);
	color:#df081c;	
	}
.leftCol .csc-menu 	dd {
	font-size:10px;
	padding-left:10px;
	}
/* Vcard Team und Präsidium */
.vcard {
	margin:3px 0px 0px 0px;
	display:block;
	padding:5px 5px 10px 0px;
	background-image:url(newsListBg.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	}
.csc-bulletlist-1 {
	margin:3px 0px 0px 0px;
	display:block;
	padding:5px 5px 10px 0px;
	background-image:url(newsListBg.jpg);
	background-position: left top;
	background-repeat:repeat-x;	
	}
.csc-bulletlist-1 li {
	margin:0px 0px 0px 13px;
	padding:0;
	list-style-type:none;
	display:block;
	background-image:url(squareHover.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:1px 0px 1px 10px;	
	}
/* Downloads */
.topDownloads {
	display:block;
	padding:3px 0px 0px 12px;
	}
.topDownloads ul {
	margin:0;
	padding:0;
	}
.topDownloads li {
	list-style:none;
	list-style-type:none;
	display:block;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	background-image:url(downloadIcon.gif); 
	background-position:left top;
	background-repeat:no-repeat; 
	}
.topDownloads li a { 
	color:#333333;
	}
.topDownloads li.alleDownloads {
	background-image:none;
	}
.topDownloads .alleDownloads a {
	color:#df081c;
	padding-right:12px;
	margin:0px 0px 0px 0px;
	background-image:url(moreBg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
.leftCol .tx-abdownloads-pi1 {
	margin:3px 0px 0px 0px;
	display:block;
	padding:0px 0px 0px 0px;
	background-image:url(newsListBg.jpg);
	background-position: left top;
	background-repeat:repeat-x;	
	}
.leftCol .tx_abdownloads_listView_categoryPath {
	display:block;
	padding: 5px 0px 5px 0px;
	background-image:url(dottedLine.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	}
.leftCol .downloadPfad {
	padding-left:12px;
	}
.leftCol .downloadPfad a {
	color:#333333;
	font-weight:bold;
	}
.leftCol .tx_abdownloads_listView_downloads {
	padding:4px 0px 10px 0px;
	}
.leftCol .tx-abdownloads-pi1 .fileIcon {
	float:left;
	margin:1px 3px 0px 0px;
	}
.leftCol .tx-abdownloads-pi1 .fileInfo {
	float:left;
	width:330px;
	}
.leftCol .tx-abdownloads-pi1 .fileImage {
	float: left;
	text-align: center;
	width:40px;
	color:#ffffff;
	}
.leftCol .tx-abdownloads-pi1 .small {
	color:#333333;
	}
.leftCol .tx-abdownloads-pi1 .ungerade {
	background-color:transparent;
	padding:7px 0px 7px 12px;
	display:block;
	}
.leftCol .tx-abdownloads-pi1 .gerade {
	background-color:#f4f4f4;
	padding:7px 0px 7px 12px;
	display:block;
	background-image:url(schraffBgLight.jpg);
	background-position:left top;
	background-repeat:repeat;			
	}
.tx-abdownloads-pi1-browsebox {
	margin:0;
	padding:5px 0px 0px 0px;
	display:block;
	background-image:url(dottedLine.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	}
.tx-abdownloads-pi1-browsebox p {
	text-align:center;
	}
.tx-abdownloads-pi1-browsebox a {
	display:block;
	padding:0px 3px 0px 3px;
	}
/* Layout der Suche */
.tx-indexedsearch-searchbox {
	display:block;
	}
.searchInputTable {
	background-color:#f4f4f4;
	display:block;
	width:100%;
	background-image:url(dottedLine.gif);
	background-position: bottom;
	background-repeat:repeat-x;		
	}
.searchInputTable td {
	vertical-align:middle;
	text-align:left;
	}
td.searchInputLabel {
	white-space: nowrap;
	width:115px;
	padding:4px 0px 0px 21px;
	display:block;
	height:22px;
	vertical-align:top;
	}
.searchInputTable .buttonInput {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#df081c;
	border:1px solid #df081c;
	font-size:12px;
	width:50px;
	color:#ffffff;
	cursor:pointer;
	text-align: center;
	}
.searchInputTable select {
	margin:0px 0px 0px 0px;
	padding:1px 0px 1px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.switchSearchMode {
	padding:3px 0px 3px 9px;
	display:block;
	background-image:url(dottedLine.gif);
	background-position: bottom;
	background-repeat:repeat-x;	
	}
.switchSearchMode a {
	display:block;
	background-image:url(arrowRight.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	}
.anzahlErgebnisse {
	padding:5px 0px 0px 0px;
	text-align:center;
	}
.tx-indexedsearch-browsebox-strong {
	font-weight:bold;
	}
.searchCounterTable {
	display:block;
	padding:5px 0px 5px 0px;
	background-image:url(dottedLine.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	text-align:center;
	color:#666666;
	}
.resultRow {
	width:100%;
	margin:5px 0px 15px 0px;
	}
.resultRow h2 {
	display:block;
	padding:0px 0px 3px 0px;
	width:327px;
	}
.resultTitel {
	background-image:url(dottedLine.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	}
.resultPercent {
	width:20px;
	font-size:10px;
	color:#999999;
	background-image:url(dottedLine.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	padding:0px 3px 0px 0px;
	}
.trefferQuote {
	width:60px;
	background-image:url(dottedLine.gif);
	background-position: bottom;
	background-repeat:repeat-x;	
	font-size:9px;
	padding:5px 0px 0px 0px;
	}
.trefferRahmen {
	border:1px solid #cccccc;
	padding:1px;
	display:block;
	}
.trefferInhalt {
	display:block;
	background-color:#993300;
	height:2px;
	}
.bereichsNavi .bereitsNaviItem {
	margin:0;
	padding:0;
	background-image:none;
	}
.bereichsNavi .bereitsNaviItem a {
	display: block;
	background-image:url(arrowRight.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;	
	}
.new {
	position:absolute;
	top:23px;
	left:50%;
	margin-left:95px;
	width:27px;
	height:27px;
	}
/* Layout für rechte Boxen */
.boxRight {
	border:1px solid #666666;
	display:block;
	margin:0px 0px 6px 0px;
	padding:1px;
	background-image:url(rightBoxBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.boxRight img {
	border:0;
	margin:0;
	padding:0;
	}
.boxRightText {
	float:left;
	width:135px;
	padding:6px 0px 0px 12px;
	}
.boxRightText a {
	color:#555555;
	}
.boxRightText a:hover {
	color:#000000;
	}
.boxRightImage {
	float:right;
	border:1px solid blue;
	width:58px;
	height:58px;
	border:0;
	overflow:hidden;
	}
