
 div.newssingle {
	overflow:hidden;
}

div.newssingle img {
	
	margin-right:8px;
	margin-bottom:4px;

}

div.newssingle p.date {	
	color:#666;
	font-size:120%;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:2px;
	display:block;
}
div.newssingle h2 {
	font-size:1.3em;
	font-weight:bold;
}
div.newssingle h3 {
	font-size:1em;
	margin:5px 0;
	color:#000;
}
div.newssingle img.newsline {
	height:1px;
	width:100%;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
}

.tx-ttnews-browsebox {
margin: 15px 0 0 120px;
}

/***************************
 EXT rgslideshow
***************************/  

/* general div */
.rgslideshow {
  position:relative;
  border:1px solid #ccc;
  border-bottom:0px;
  margin: 0 0 0 0;
  overflow:hidden;
  background:#fff;
}

/* container divs */
.rgslideshowce, .tx-rgslideshow-pi1 {
  overflow:hidden;
}

/* big navigation at left/right side of img */
.rgslideshow .rgsbigprev, .rgslideshow .rgsbignext {
  position:absolute;
  width:63px;
  cursor:pointer;
  outline:0px;
  z-index:2;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;  
}

.rgslideshow .rgsbigprev  {
  left:0;
  background: url(templates/gfx/prevlabel2.gif) left center no-repeat;
}

.rgslideshow .rgsbignext {
  right:0;
  background: url(templates/gfx/nextlabel2.gif) right center no-repeat;
}

/* hover on the big navigation: show the imgs */
.rgslideshow a.rgsbigprev:hover {
  opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;  
  background: url(templates/gfx/prevlabel.gif) left center no-repeat;
}
.rgslideshow a.rgsbignext:hover {
  opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;  
  background: url(templates/gfx/nextlabel.gif) right center no-repeat;
}

/* center the imgs */
.rgslideshow .rgssimg {
  z-index: 1; /* for safari */
  position:absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
	opacity:0;
  margin:0 auto;	
}

/* no border for imgs */
.rgslideshow img, .rgslideshow a, DIV.csc-textpic .rgslideshow img {
  border:0px;
}

/* nested information */
.rgslideshow .rgsnest {
  position:absolute;
  width:100%;
  bottom:0;
  left:0;  
  background: url(templates/gfx/transparent_bg.png);
  z-index: 5; /* for safari */
}

/* damn IE 6 png hack */
* html .rgslideshow .rgsnest {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/typo3conf/ext/rgslideshow/res/gfx/transparent_bg.png', sizingMethod="scale");
}

/* title */
.rgslideshow .rgstitle {
  /* color:#C64934; old orange */
  color:#fff;
  font: bold 12px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing:2px;
  text-transform: uppercase;
  padding:2px 10px 0 10px;
  z-index: 9; /* for safari */
}  

/* description */
.rgslideshow .rgsdescription {
  color:#fff;
  font-size:11px;
  line-height:15px; /* this results in exact 2 lines */
  padding:3px 10px 5px 10px;
  height:28px;  
  overflow:hidden;
}

/* img browser nest */
.rgslideshownav {
  text-align:right;
  border-right:1px solid #ccc;
}

/* necessary to position browser to the right */
.rgslideshownav .rgsnav2 {
  display:inline;
  background: #404040 url(templates/gfx/navleft.gif) left no-repeat;
  margin:0;
  padding:3px 10px 1px 20px;
  height:20px;
}

/* holds the browser items */
.rgslideshownav .rgsbrowser {
  display:inline;
}

/* single browser element */
.rgslideshownav .rgsbrowserEl {
  padding:0 4px;
  font-weight:bold;
  font-size:10px;
  cursor:pointer; 
  color:#d8d6d6;  
}

.rgslideshownav .rgsbrowserEl:hover {
  color:#ff9933;
}

/* splitter element between the browser elements */
.rgslideshownav .splitEl {
  color:#fff;
  font-size:7px;
}

/* active element item */
.rgslideshownav .rgsbrowser .rgsact {
  font-weight:bold;
  color:#ff9933;
}

/* small prev/next navigation */
.rgslideshownav .rgsnext, .rgslideshownav .rgsprev {
  font-size:9px;
  color:#fff;
  cursor:pointer;
  font-weight:bold;  
}

/* play/pause icon */
.rgslideshownav .rgsplay {
  font-size:9px;
  font-weight:bold;  
  color:#d8d6d6;
  cursor:pointer;
  padding-left:5px;
}

/* hover on prev/next/play */
.rgslideshownav .rgsnext:hover, .rgslideshownav .rgsprev:hover, .rgslideshownav .rgsplay:hover {
  color:#ff9933;
}



/*--------------------------------------------------------------*/
/*		Page-Teaser					*/
/*--------------------------------------------------------------*/

 .teaser-entry {
	overflow:hidden;
	padding:0px;
	margin:0px;
	margin-top:7px;
	margin-bottom:7px;
	width:100%;
}

 .teaser-entry .image {
	width:105px;
	float:left;
	height:70px;
}
 .teaser-entry .description {
	width:247px;
	padding-left:8px;
	padding-bottom: 8px;
	margin-left:8px;
	float:left;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	min-height: 62px;
	
}

.teaser-entry .description h3 {
	font-size:100%;
	font-weight:bold;
	margin:0px;
	margin-bottom:3px;
}

 .teaser-entry .description  a {
	text-transform:none;
}
.teaser-entry h3 a:visited {
	color:#d99900;
}
.tx-jppageteaser-pi1-browsebox-show-results {
	display:none;
}
.tx-jppageteaser-pi1-browsebox {
	text-align:center;
	margin-top:20px;
}
.tx-jppageteaser-pi1-browsebox span {
	padding:4px;
}
.tx-jppageteaser-pi1-browsebox-active-link {	
	color:#d99999;
	font-weight:bold;
}

p.personen label.name {
	float:left;
	width:43%;
	padding-right:3%;
	margin:0px;
	text-align:right;
	font-weight:bold;
}
p.personen label.handicap, 
p.personen label.alter {
	margin-left:30px;
	margin-right:3px;
	text-align:right;
	
}
p.personen input.name {
	width:150px;
	margin:0px;
}
p.personen input.alter {
	width:30px;
	margin:0px;
	
}
p.personen input.handicap {
	width:30px;
	margin:0px;
	
}
input,textarea {
	font-family:Arial;
	font-size:13px;
}

/* Suche */

.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; margin: 5px 0 0 122px}
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#d99900; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }
		.tx-indexedsearch-res h3 { font-size: 130% }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
