/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

body,td,p			{ font-family:arial,verdana,tahoma,helvetica,sans serif; font-size:12px; color:#030406; line-height:150%; padding:0px; margin:0px; }

.bodytext			{ margin-top:7px; padding:0 0 0 0px; }

h1			{ font-size:14px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:0px; padding-top:0px; margin-bottom:5px; margin-top:5px; margin-left:10px; }
h2			{ font-size:12px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:0px; padding-top:0px; margin-bottom:0px; margin-top:0px; }
h3			{ font-size:11px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:5px; padding-top:4px; margin-bottom:0px; margin-top:0px; }

input			{ margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; background-color:#EFF7FA; }
textarea			{ margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; background-color:#EFF7FA; }
select			{ margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; background-color:#EFF7FA; }
checkbox			{ margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; background-color:#EFF7FA; }
form 			{ margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; } 
select			{ font-size:11px; color:#000000; }

a.nml			{ font-size:13px; color:#CDD1EE; text-decoration:none; font-weight:bold; margin-right;30px; }
a:link.nml			{ font-size:13px; color:#CDD1EE; text-decoration:none; font-weight:bold; margin-right;30px; }
a:visited.nml		{ font-size:13px; color:#CDD1EE; text-decoration:none; font-weight:bold; margin-right;30px; }
a:hover.nml		{ font-size:13px; color:#FFFFFF; text-decoration:none; font-weight:bold; margin-right;30px; }
a:active.nml		{ font-size:13px; color:#CDD1EE; text-decoration:none; font-weight:bold; margin-right;30px; }

a.act			{ font-size:13px; color:#FFFFFF; text-decoration:none; font-weight:bold; margin-right;30px; }
a:link.act			{ font-size:13px; color:#FFFFFF; text-decoration:none; font-weight:bold; margin-right;30px; }
a:visited.act		{ font-size:13px; color:#FFFFFF; text-decoration:none; font-weight:bold; margin-right;30px; }
a:hover.act			{ font-size:13px; color:#FFFFFF; text-decoration:none; font-weight:bold; margin-right;30px; }
a:active.act		{ font-size:13px; color:#FFFFFF; text-decoration:none; font-weight:bold; margin-right;30px; }

a.nml2			{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#E8DF9B; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:link.nml2		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#E8DF9B; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:visited.nml2		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#E8DF9B; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:hover.nml2		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:active.nml2		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#E8DF9B; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }

a.act2			{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:link.act2			{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:visited.act2		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:hover.act2		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:active.act2		{ display:block; font-size:10px; color:#90933F; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:170px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }

a.nml3			{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#E8DF9B; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:link.nml3		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#E8DF9B; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:visited.nml3		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#E8DF9B; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:hover.nml3		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:active.nml3		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#E8DF9B; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }

a.act3			{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:link.act3			{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:visited.act3		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:hover.act3		{ display:block; font-size:10px; color:#000000; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }
a:active.act3		{ display:block; font-size:10px; color:#90933F; text-decoration:none; font-weight:normal; height:18px; padding-left:20px; padding-top:0px; padding-bottom:0px; background-color:#F55B1F; width:155px; background-image:url(../design/nav.jpg); background-repeat:no-repeat; }

div.inhalt			{ padding:0px; margin:0px; width:100%; }
div.inhalt p			{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; }
div.inhalt ul		{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; margin-left:30px; margin-top:10px; margin-bottom:10px; }
div.inhalt ol		{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; margin-left:30px; margin-top:10px; margin-bottom:10px; }
div.inhalt td		{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; }
div.inhalt a			{ font-size:11px; font-weight:bold; color:#000000; line-height:130%; }
div.inhalt a:link		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; }
div.inhalt a:visited		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; }
div.inhalt a:hover		{ font-size:11px; color:#000000; text-decoration:underline; font-weight:bold; line-height:130%; }
div.inhalt a:active		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; }
div.inhalt h1		{ font-size:14px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:0px; padding-top:0px; margin-bottom:5px; margin-top:5px; margin-left:0px; }
div.inhalt h2		{ font-size:12px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:0px; padding-top:10px; margin-bottom:0px; margin-top:0px; }
div.inhalt h3		{ font-size:11px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:5px; padding-top:4px; margin-bottom:0px; margin-top:0px; }
div.inhalt h4		{ font-size:14px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:5px; padding-top:4px; margin-bottom:0px; margin-top:0px; }
div.inhalt hr		{ border:1px solid #EFEFEF; }
div.inhalt .bodytext		{ margin:0 0 10 0px; padding-top:0px; padding-left:0px; width:100%; }
div.inhalt .csc-frame-frame1	{ border:0px solid #000000; background-color:#E1EEF3; padding:0 0 0 0; width:100%; }
div.inhalt .csc-frame-frame2	{ border:0px solid #000000; background-color:#E1EEF3; padding:0 0 0 0; width:100%; }
div.inhalt .csi-imagewrap	{ margin-right:0px; padding-right:0px; }
div.inhalt p .csc-caption	{ margin:0px; padding:0px; }

div.inhalt2			{ padding:0px; width:100%; }
div.inhalt2 p		{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; }
div.inhalt2 ul		{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; margin-left:30px; margin-top:10px; margin-bottom:0px; }
div.inhalt2 ol		{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; margin-left:30px; margin-top:10px; margin-bottom:0px; }
div.inhalt2 td		{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; }
div.inhalt2 a		{ font-size:11px; font-weight:bold; color:#000000; line-height:130%; }
div.inhalt2 a:link		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; }
div.inhalt2 a:visited		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; }
div.inhalt2 a:hover		{ font-size:11px; color:#000000; text-decoration:underline; font-weight:bold; line-height:130%; }
div.inhalt2 a:active		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; }
div.inhalt2 h1		{ font-size:14px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:0px; padding-top:0px; margin-bottom:5px; margin-top:5px; margin-left:0px; }
div.inhalt2 h2		{ font-size:12px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:0px; padding-top:10px; margin-bottom:0px; margin-top:0px; }
div.inhalt2 h3		{ font-size:11px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:5px; padding-top:4px; margin-bottom:0px; margin-top:0px; }
div.inhalt2 h4		{ font-size:14px; color:#344A58; text-decoration:none; font-weight:bold; padding-left:0px; padding-bottom:5px; padding-top:4px; margin-bottom:0px; margin-top:0px; }
div.inhalt2 hr		{ border:1px solid #EFEFEF; }
div.inhalt2 .bodytext		{ margin:0 0 10 5px; padding-top:0px; padding-left:0px; }
div.inhalt2 .csc-frame-frame1	{ border:0px solid #000000; background-color:#E1EEF3; padding:0 0 0 0; width:790px; }
div.inhalt2 .csc-frame-frame2	{ border:0px solid #000000; background-color:#E1EEF3; padding:0 0 0 0; width:790px; }
div.inhalt2 .csi-imagewrap	{ margin-right:0px; padding-right:0px; }
div.inhalt2 p .csc-caption	{ margin:0px; padding:0px; }

div.rechts			{ line-height:130%; }
div.rechts p		{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; }
div.rechts td		{ font-size:11px; font-weight:normal; color:#000000; line-height:130%; }
div.rechts a		{ font-size:11px; font-weight:bold; color:#000000; line-height:130%; }
div.rechts a:link		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; border-bottom:1px dashed #000000; }
div.rechts a:visited		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; border-bottom:1px dashed #000000; }
div.rechts a:hover		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; border-bottom:1px solid #000000; }
div.rechts a:active		{ font-size:11px; color:#000000; text-decoration:none; font-weight:bold; line-height:130%; border-bottom:1px dashed #000000; }
div.rechts h1		{ font-size:12px; color:#374F5E; text-decoration:none; font-weight:bold; padding-bottom:0px; padding-top:3px; margin-bottom:0px; margin-top:0px; padding-left:0px; margin-left:0px; }
div.rechts h2		{ font-size:12px; color:#374F5E; text-decoration:none; font-weight:bold; padding-bottom:5px; padding-top:0px; margin-bottom:0px; margin-top:0px; }
div.rechts h3		{ font-size:12px; color:#374F5E; text-decoration:none; font-weight:bold; padding-bottom:1px; padding-top:0px; padding-left:0px; margin-bottom:0px; margin-top:0px; }
div.rechts h4		{ font-size:12px; color:#374F5E; text-decoration:none; font-weight:bold; padding-bottom:0px; padding-top:5px; margin-bottom:0px; margin-top:5px; }
div.rechts.bodytext		{ margin:0 5 0 5px; padding-top:0px; padding-left:0px; }
div.rechts .csc-frame-frame1	{ border:0px solid #000000; background-color:#E1EEF3; padding:0 0 0 0; width:100%; }
div.rechts .csc-frame-frame2	{ border:0px solid #000000; background-color:#00AEEF; padding:0 0 0 0px; width:100%; }
div.rechts .csc-frame-frame3	{ border:0px solid #000000; background-color:#00AEEF; padding:0 0 0 0px; width:100%; }

.bildunterschrift		{ font-size:10px; }

DIV.csc-frame-rulerAfter	{ border-bottom:10px solid #6A94CC; margin:5px 0px 5px 0px; }

.anmelden1 input		{ background-image:url(../design/hg_newsletter.jpg); background-repeat:no-repeat; margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; background-color:#E8DF9B; border:0px; }
.anmelden2 input		{ background-image:url(../design/hg_newsletter2.jpg); background-repeat:no-repeat; margin: 0 0 10; font-size:11px; font-weight:normal; color:#000000; border:0px; }
.anmelden1 textarea		{ margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; background-color:#FCE3C2; }
.anmelden1 select		{ margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; background-color:#FCE3C2; }
.anmelden1 checkbox		{ margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; background-color:#FCE3C2; }
.anmelden1 form 		{ margin: 0 0 0 0; font-size:11px; font-weight:normal; color:#000000; } 
.anmelden1 select		{ font-size:11px; color:#000000; }

div.kurs			{ font-size:9px; font-weight:normal; color:#374F5E; line-height:120%; }
div.kurs p			{ font-size:9px; font-weight:normal; color:#374F5E; line-height:120%; }
div.kurs td			{ font-size:9px; font-weight:normal; color:#374F5E; line-height:120%; }
div.kurs a			{ font-size:9px; font-weight:bold; color:#374F5E; line-height:120%; }
div.kurs a:link		{ font-size:9px; color:#374F5E; text-decoration:none; font-weight:bold; line-height:120%; }
div.kurs a:visited		{ font-size:9px; color:#374F5E; text-decoration:none; font-weight:bold; line-height:120%; }
div.kurs a:hover		{ font-size:9px; color:#000000; text-decoration:none; font-weight:bold; line-height:120%; }
div.kurs a:active		{ font-size:9px; color:#374F5E; text-decoration:none; font-weight:bold; line-height:120%; }

div.kurs2			{ font-size:9px; font-weight:normal; color:#374F5E; line-height:110%; }
div.kurs2 p			{ font-size:9px; font-weight:normal; color:#374F5E; line-height:110%; }
div.kurs2 td		{ font-size:9px; font-weight:normal; color:#374F5E; line-height:110%; }
div.kurs2 a			{ font-size:9px; font-weight:normal; color:#374F5E; line-height:110%; }
div.kurs2 a:link		{ font-size:9px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:110%; }
div.kurs2 a:visited		{ font-size:9px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:110%; }
div.kurs2 a:hover		{ font-size:9px; color:#000000; text-decoration:none; font-weight:normal; line-height:110%; }
div.kurs2 a:active		{ font-size:9px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:110%; }

div.segelschule		{ white-space:nowrap; font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.segelschule p		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.segelschule td		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.segelschule a		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.segelschule a:link		{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }
div.segelschule a:visited	{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }
div.segelschule a:hover	{ font-size:11px; color:#000000; text-decoration:none; font-weight:normal; line-height:130%; }
div.segelschule a:active	{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }

div.impressum		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.impressum p		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.impressum td		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.impressum a		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.impressum a:link		{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }
div.impressum a:visited	{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }
div.impressum a:hover	{ font-size:11px; color:#000000; text-decoration:none; font-weight:normal; line-height:130%; }
div.impressum a:active	{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }

div.sitemap		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.sitemap p		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.sitemap td		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.sitemap a		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.sitemap a:link		{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }
div.sitemap a:visited		{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }
div.sitemap a:hover		{ font-size:11px; color:#000000; text-decoration:none; font-weight:normal; line-height:130%; }
div.sitemap a:active		{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }

div.kontakt			{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.kontakt p		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.kontakt td		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.kontakt a		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.kontakt a:link		{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }
div.kontakt a:visited		{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }
div.kontakt a:hover		{ font-size:11px; color:#000000; text-decoration:none; font-weight:normal; line-height:130%; }
div.kontakt a:active		{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; }

div.trenner			{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.trenner p		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }
div.trenner td		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; }

div.druckerkopf		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; border:1px none #E1EEF3; }
div.druckerkopf td		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; border:1px none #E1EEF3; }
div.druckerkopf a		{ font-size:11px; font-weight:normal; color:#374F5E; line-height:130%; border:1px none #E1EEF3; }
div.druckerkopf a:link		{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; border:1px none #E1EEF3; }
div.druckerkopf a:visited	{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; border:1px none #E1EEF3; }
div.druckerkopf a:hover	{ font-size:11px; color:#000000; text-decoration:none; font-weight:normal; line-height:130%; border:1px none #E1EEF3; }
div.druckerkopf a:active	{ font-size:11px; color:#374F5E; text-decoration:none; font-weight:normal; line-height:130%; border:1px none #E1EEF3; }

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
.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 TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }

div.tx-jwcalendar-pi1 { font-size:11px; text-align:center; color:#193A72; }
div.tx-jwcalendar-pi1 img{  border:0;}
div.tx-jwcalendar-pi1 a, div.tx-jwcalendar-pi1 table a{   /* text-decoration:none;*/    text-decoration:none;   color: #692287;}
div.tx-jwcalendar-pi1 a:hover,div.tx-jwcalendar-pi1 table a:hover{  color: red;}
div.tx-jwcalendar-pi1 input{  clear:both;  background: #FBE29F;  border-top:2px #FCF6E5 solid;  border-left:2px #FCF6E5 solid;  border-right:2px #FECC3C solid;  border-bottom:2px #FECC3C solid;  text-align:center;  margin:10px;  padding: 3px 14px; }
div.tx-jwcalendar-pi1 .tx_jw_input_text{  width:260px;  border:1px #FECC3C solid;  padding:3px;  height:23px;}
div.tx-jwcalendar-pi1 .tx_jw_select{  font-size:11px;  border:0px;}
div.tx-jwcalendar-pi1 .tx_jw_textarea{  font-size:12px;  height:120px;  width:260px;  padding:3px;  border:1px #FECC3C solid;}
div.tx-jwcalendar-pi1 .tx_jw_input_button{  font-size:12px;  background: #FBE29F;  text-align:center;  margin:4px 10px;  padding:2px 4px;}
/********************************************/
/*****************LIST view ****************/
/********************************************/
div.jwcalendar_list{  width:100%;  background-color:#FDF2D2; font-size: 12px;  color:#193A72;  border: 1px  #FFC725 solid;  margin:10px 0;}
div.jwcalendar_list .title{  font-size: 14px;  font-weight: bold;  color:#193A72;  padding: 8px 5px;}
div.jwcalendar_list .prev_items{  float:left;  font-size: 11px;  font-weight: bold;  text-align:left;  color:#193A72;  padding:8px 0 0 16px;}
div.jwcalendar_list .next_items{  float:right;  font-size: 11px;  font-weight: bold;  text-align:right;  color:#193A72;  padding:8px 0 0 16px;}
div.jwcalendar_list .next_items{}
div.jwcalendar_list .itemslist{  padding:0 10px;}
div.jwcalendar_list table.items{ width:100%; font-size:11px; text-align:left; line-height:1.4em; empty-cells:show; border-collapse:separate; border-collapse:collapse; border-spacing:0; border:1px #FFC725 solid;}
div.jwcalendar_list table.items td.label{  background:#FCECC0;  width:33%;    vertical-align:top;  border: 1px  #FFC725 dotted;  padding:5px;}
div.jwcalendar_list table.items td.item{  background:#FBE29F;  width:67%;     border: 1px  #FFC725 dotted;  vertical-align:top;  padding:5px;}
div.jwcalendar_list table.items p{   font-size: 11px;   padding:0;}
div.jwcalendar_list table.items p{   font-size: 11px;   padding:0;}
div.jwcalendar_list .submit{   clear:both;     font-size: 11px;   padding:0;}
/********************************************/
/*****************WEEK view ****************/
/********************************************/
div.jwcalendar_week{  width:100%;  background-color:#FDF2D2; font-size: 12px;  color:#193A72;  border: 1px  #FFC725 solid;  margin:10px 0;}
div.jwcalendar_week .prev_week{    margin:4px 120px 0px 10px;   float:left;}
div.jwcalendar_week .selector{    margin:4px 0 0 0; float:left;}
div.jwcalendar_week .next_week{    text-align:right;    margin:4px 10px 0px 120px;}
div.jwcalendar_week table.days{ clear:both; font-size:12px; width:100%; line-height:1.4em; border-collapse:collapse; empty-cells:show; border-spacing:0; border:1px solid #FFC725; margin:8px;}
div.jwcalendar_week table.days td.dayname{    text-align:right;    vertical-align:top;    border:1px solid #FFC725;    padding:2px 8px 0 4px;}
div.jwcalendar_week table.day_events,div.jwcalendar_week table.times { background:#FBE29F; font-size:12px; width:100%; border-collapse:collapse; empty-cells:show; border-spacing:0; }
div.jwcalendar_week table.times { border:1px solid #FFC725; }
div.jwcalendar_week table.times td.time { border-left:2px solid #FFC725; border-right:2px solid #FFC725; }
div.jwcalendar_week table.days a { text-decoration:none; }
div.jwcalendar_week table.days td.time { font-size:11px; text-align:center; }
div.jwcalendar_week table.days td.event_time { height:4px; padding:0; margin:0px; }
div.jwcalendar_week table.days td.event { font-size:11px; vertical-align:top; padding:4px 2px; margin:0px; }
div.jwcalendar_week table.days td.event a { font-size: 11px;}
/********************************************/
/*****************MONTH view ****************/
/********************************************/
div.jwcalendar_month { width:100%; background-color:#FDF2D2; font-size:12px; color:#193A72; border:1px #FFC725 solid; margin:10px 0; }
div.jwcalendar_month .title { clear:both; text-align:center; font-size:14px; font-weight:bold; color:#333; padding:5px 0; }
div.jwcalendar_month .navi, div.jwcalendar_month .days_view { padding:0 10px; }
/*******************/
/*tables navi******/
/*******************/
div.jwcalendar_month table.navs{   width:100%;}
div.jwcalendar_month table.months, div.jwcalendar_month table.year { width:100%; font-size: 11px; font-weight:bold; text-align:center; empty-cells:show; border-collapse:separate; border-spacing:10px; }
div.jwcalendar_month table.year {   font-size: 12px;   border-spacing:5px;}
div.jwcalendar_month table.months td, div.jwcalendar_month table.year td{}
div.jwcalendar_month table.months td.other_month, div.jwcalendar_month table.year td.last_year, div.jwcalendar_month table.year td.next_year { background:#FBE29F; border-top:2px #FCF6E5 solid; border-left:2px #FCF6E5 solid; border-right:2px #FECC3C solid; border-bottom:2px #FECC3C solid; padding:15px 5px; }
div.jwcalendar_month table.months td.other_month { padding:5px; }
div.jwcalendar_month table.months td.current_month { background:#FBE29F; border-right:2px #FCF6E5 solid; border-bottom:2px #FCF6E5 solid; border-top:2px #FECC3C solid; border-left:2px #FECC3C solid; padding:5px;}
/*****************/
/*table days******/
/*****************/
/*div.jwcalendar_month .days_view table{*/
div.jwcalendar_month table.days { font-size:11px; width:100%; line-height:1.4em; border-collapse:collapse; empty-cells:show; border-spacing:0; border:1px solid #FFC725; padding:0; }
div.jwcalendar_month table.days a { text-decoration:none; }
div.jwcalendar_month table.days td { vertical-align:top; border:dotted 1px #FFC725; padding:4px; }
div.jwcalendar_month table.days td.week { background:#FBE29F; font-weight:bold; }
div.jwcalendar_month table.days td.dayname { background:#FBE29F; font-weight:bold; text-align:center; }
div.jwcalendar_month table.days,div.jwcalendar_month table.days td.inside,div.jwcalendar_month table.days td.today,div.jwcalendar_month table.days td.inside_weekend,div.jwcalendar_month table.days td.today_weekend,div.jwcalendar_month table.days td.outside_weekend{   font-weight:bold;}
div.jwcalendar_month table.days a,div.jwcalendar_month table.days td.inside a,div.jwcalendar_month table.days td.today_inside a,div.jwcalendar_month table.days td.inside_weekend a,div.jwcalendar_month table.days td.today_weekend a,div.jwcalendar_month table.days td.outside_weekend a{   font-weight:bold;   color:blue;}
div.jwcalendar_month table.days td.today{	background: #F9F4E7;    border:solid 2px #CD9705;    border:solid 1px #AD1602;    }
div.jwcalendar_month table.days td.outside_weekend,div.jwcalendar_month table.days td.outside{   background:#EAEAEB;   border:dotted 1px #F9DF94;}
div.jwcalendar_month table.days td.inside_weekend{   background:#FCECC0;}
/**********************/
/*table singleday******/
/**********************/
div.jwcalendar_month table.singleday,div.jwcalendar_month table.singleday td,div.jwcalendar_month table.singleday td a,div.jwcalendar_month table.singleday a{   font-weight:bold;   font-size: 11px;   width:100%;   line-height:1.0em;   border-collapse:collapse;   empty-cells:show;   border-spacing:0px;   border:0px solid #ddd;   padding:0px;   margin:0 0 2px 0;}
div.jwcalendar_month table.singleday{   background: #eee;   border:1px dotted #ddd;}
div.jwcalendar_month table.singleday td{   border:0px solid #ddd;   padding:3px 0;}
/*****************/
/*table dayitem******/
/*****************/
div.jwcalendar_month table.dayitem,div.jwcalendar_month table.dayitem a{   font-weight:normal; font-size: 11px;   width:100%;   line-height:1.0em;   border-collapse:collapse;   empty-cells:show;   border-spacing:0px;   border:1px solid #ddd;   padding:0px;   margin:1px 0;}
div.jwcalendar_month table.dayitem td.item,div.jwcalendar_month table.dayitem td.item a{  color:#333;  text-decoration:none;  font-weight:normal;  border:0;}
div.jwcalendar_month table.dayitem td.itemcat,div.jwcalendar_month table.dayitem td.itemcat a{  font-weight:normal;  color:#333;  text-decoration:none;   font-size: 8px;   padding:0px;   Cursor:help;   width:2px;   border:0;}
/********************************************/
/*****************SINGLE view ****************/
/********************************************/
div.jwcalendar_single{  background-color:#FDF2D2;  border: 1px  #FFC725 solid;  padding:10px 10px;}
div.jwcalendar_single .content,div.jwcalendar_single .header,div.jwcalendar_single .org{    width:100%;    clear:both;}
div.jwcalendar_single .contentie,div.jwcalendar_single .headerie,div.jwcalendar_single .orgie{   float:left;   width:100%;   text-align:left;   border-left: 1px  #FFC725 dotted;   border-right: 1px  #FFC725 dotted;   border-bottom: 1px  #FFC725 dotted;   background:#FCECC0;}
div.jwcalendar_single .headerie{   border-top: 1px  #FFC725 dotted;}
div.jwcalendar_single .contentie{   background:#FBE29F;}
div.jwcalendar_single .title, div.jwcalendar_single .category{    float:left;    font-size: 14px;	text-align:left;	font-weight:bold;		padding:4px 8px 8px 8px;}
div.jwcalendar_single .catcolor{    float:none;    font-size: 2px;	padding:0;}
div.jwcalendar_single .category{	float:none;    font-size: 12px;	font-weight:normal;	 	padding:6px 8px 8px 8px;}
div.jwcalendar_single .images{	float:left;    padding:10px 8px;    margin:0px;}
div.jwcalendar_single .itemtext{    margin:8px;    }
div.jwcalendar_single .itemtitle p:first-letter{    font-size: 15px;	font-weight:bold;		color:red;}
div.jwcalendar_single .itemtitle  p:first-line{    font-size: 13px;	font-weight:bold;		line-height:1.2em;}
div.jwcalendar_single .teaser{	font-weight:bold;		font-style:italic;	line-height:1.8em;}
div.jwcalendar_single .desc{    font-size: 11px;}
div.jwcalendar_single .itemlink{	line-height:1.8em;}
div.jwcalendar_single .label, div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{    clear:both;	float:left;	text-align:right;	font-weight:bold;		width:33%;	padding:4px 8px;}
div.jwcalendar_single .item, div.jwcalendar_feEntry .item{	text-align:left;	padding:4px 4px 4px 32%;}
/********************************************/
/*****************feEntry view ****************/
/********************************************/
div.jwcalendar_feEntry{  background-color:#FDF2D2;  border: 1px  #FFC725 solid;  padding:8px;}
div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{    vertical-align:bottom;    line-height:1.6em;	padding:8px 8px;    width:32%;}
div.jwcalendar_feEntry .timelabel{    width:20%;}
div.jwcalendar_feEntry .title{  font-size:14px;	  font-weight:bold;	  color:blue;  text-align:left;  line-height:1.0em;  padding:0px 8px;}
div.jwcalendar_feEntry .title p:first-letter{  font-size:20px;	}
div.jwcalendar_feEntry .item{  text-align:left;  padding:8px 8px;}
div.jwcalendar_feEntry .fileitem{  text-align:left;  padding:8px 8px;  width:30px;}
div.jwcalendar_feEntry input{  clear:none;  background: white;  border-top:2px #FCF6E5 solid;  border-left:2px #FCF6E5 solid;  border-right:2px #FECC3C solid;  border-bottom:2px #FECC3C solid;  text-align:left;  font-size:12px;  margin:0;  padding: 0; }
div.jwcalendar_feEntry .error ul li{  list-style:circle inline;  text-align:left;  font-size:12px;  color:red;  margin:4px 40px;}
div.jwcalendar_feEntry .error ul li:first-letter{  font-size:16px;  font-weight:bold;}
div.jwcalendar_confirm .error{  font-size:12px;  color:red;  margin:10px;}
div.jwcalendar_confirm .conftext{  font-size:14px;  margin:10px;}
/********************************************/
/*****************ORGANIZER view ****************/
/********************************************/
div.jwcalendar_organizer, div.jwcalendar_location{  background-color:#FDF2D2;  border: 1px  #FFC725 solid;  padding:10px 10px;}
div.jwcalendar_organizer .content,div.jwcalendar_organizer .header,div.jwcalendar_organizer .org, div.jwcalendar_location .content,div.jwcalendar_location .header,div.jwcalendar_location .org{    width:100%;    clear:both;}
div.jwcalendar_organizer .contentie,div.jwcalendar_organizer .headerie,div.jwcalendar_organizer .orgie,div.jwcalendar_location .contentie,div.jwcalendar_location .headerie,div.jwcalendar_location .orgie{   float:left;   width:100%;   text-align:left;   border-left: 1px  #FFC725 dotted;   border-right: 1px  #FFC725 dotted;   border-bottom: 1px  #FFC725 dotted;   background:#FCECC0;}
div.jwcalendar_organizer .headerie,div.jwcalendar_location .headerie{   border-top: 1px  #FFC725 dotted;}
div.jwcalendar_organizer .contentie,div.jwcalendar_location .contentie{   background:#FBE29F;}
div.jwcalendar_organizer .title,div.jwcalendar_location .title{    float:left;    font-size: 14px;	text-align:left;	font-weight:bold;		padding:4px 8px 8px 8px;}
div.jwcalendar_organizer .text,div.jwcalendar_location .text{    margin:8px;}
div.jwcalendar_location .name,div.jwcalendar_organizer .name{    font-size: 14px;	text-align:left;	font-weight:bold;	    padding:0;}
div.jwcalendar_location .name p:first-letter,div.jwcalendar_organizer .name p:first-letter{    font-size: 15px;	font-weight:bold;		color:red;}
div.jwcalendar_location .name  p:first-line,div.jwcalendar_organizer .name  p:first-line{    font-size: 13px;	font-weight:bold;		line-height:1.2em;}
div.jwcalendar_location .images,div.jwcalendar_organizer .images{	float:left;    padding:10px 8px;    margin:0px;}
div.jwcalendar_location .desc,div.jwcalendar_organizer .desc{    font-size: 11px;}
div.jwcalendar_location .label,div.jwcalendar_organizer .label{    clear:both;	float:left;	text-align:right;	font-weight:bold;		width:33%;	padding:4px 4px;}
div.jwcalendar_location .item,div.jwcalendar_organizer .item{	text-align:left;	padding:4px 4px 4px 32%;}
div.jwcalendar_location .addritem,div.jwcalendar_organizer .addritem{	text-align:left;	padding:4px 4px 0px 32%;}
div.jwcalendar_location .cityitem,div.jwcalendar_organizer .cityitem{	text-align:left;	padding:0px 4px 8px 32%;}
.jwcalendar_olbg { border: solid 0px #003399; background-color: #6666CC; }
.jwcalendar_olfg { border:0px; background-color:#EEEEEE; padding:4px 6px; text-align:left; }
.jwcalendar_olcf { font-size:10px; line-height:2em; font-weight:bold; color:#FFFFFF; }
.jwcalendar_oltf { font-size:10px; color:#000000; }

.tx-dropdownsitemap-pi1 A { font-weight:bold; }
.tx-dropdownsitemap-pi1 LI.open OL { display:block; }
.tx-dropdownsitemap-pi1 LI.closed OL { display:none; }
.tx-dropdownsitemap-pi1 LI.open UL { display:block; }
.tx-dropdownsitemap-pi1 LI.closed UL { display:none; }
.tx-dropdownsitemap-pi1 DIV { border:solid 1px #DFE2E3; background:#FAFBFB; padding:2px; margin-bottom:5px; }
.tx-dropdownsitemap-pi1 DIV.level_2 { background:#FFFFFF; }
.tx-dropdownsitemap-pi1 DIV.level_2 A { font-weight:normal; }
.tx-dropdownsitemap-pi1 DIV.level_3 { background:#FAFBFB; }
.tx-dropdownsitemap-pi1 DIV.level_4 { background:#FFFFFF; }
.tx-dropdownsitemap-pi1 DIV.level_5 { background:#FAFBFB; }
.tx-dropdownsitemap-pi1 DIV.expAll { text-align:center; border:solid 1px #DFE2E3; background:#FAFBFB; }

.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }
/* default styles for extension "tx_lzgallery_pi1" */
/* gallerie - listing */
#tx-lzgallery-pi1-listing {border-style:dotted;border-width:1px;border-color:#00008c;border-collapse:collapse;font-size:12px;padding:0px;font-family:verdana}
#tx-lzgallery-pi1-listing tr.line1 {background-color:lightgrey;color:black;}
#tx-lzgallery-pi1-listing tr.line1 td.startdate{white-space:nowrap;}
#tx-lzgallery-pi1-listing tr.line1 td.count{white-space-nowrap;padding-left:20px;}
#tx-lzgallery-pi1-listing td.preview {padding:0px;width:80px;padding-left:4px;}
#tx-lzgallery-pi1-listing td.title {font-size:16px;font-face:bold;padding-left:10px;width:80%;}
#tx-lzgallery-pi1-listing tr.line2 {padding:0px;}
	
#tx-lzgallery-pi1-listing a {color:black;}	
#tx-lzgallery-pi1-listing #line-descr-short {border-top-width:1px;border-top-style:dotted;border-top-color:#00008c;}
#tx-lzgallery-pi1-parent-descr-short {padding:4px 4px 20px 4px;}
#tx-lzgallery-pi1-parent-title {font-size:20px;padding:4px 4px 4px 4px;}
#tx-lzgallery-pi1-parent-count {padding:4px 4px 4px 4px;}
#tx-lzgallery-pi1-parent-subcount {padding:0px 4px 4px 4px;}
#tx-lzgallery-pi1-listing td.information {font-size:10px;white-space:nowrap;}

/* gallery - album  */
#tx-lzgallery-pi1-fotonav td {text-align:center;padding-left:15px;}
#tx-lzgallery-pi1-fotonav td.descr {color:#00008c;}
#tx-lzgallery-pi1-fotonav {background-color:lightgrey;border-color:#00008c;border-style:solid;border-width:2px;font-family:verdana;}

#tx-lzgallery-pi1-fotos {border-width:2px;border-style:solid;border-color:#00008c;text-align:center;padding:5px 5px 5px 5px;background-color:white;border-collapse:collapse;font-family:verdana;}
#tx-lzgallery-pi1-fotos td {text-align:center;padding:0;border-style:solid;border-width:1px;border-color:#00008c;padding:3px;}

#tx-lzgallery-pi1-title {border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#00008c;text-align:center;margin-bottom:20px;font-size:20px;}
#tx-lzgallery-pi1-descr-long {margin:5px 5px 15px 5px;text-align:justify;}

/* gallery - annotations */
.tx-lzgallery-pi1-5x5-filename {font-size:10px;font-style:italic;}
.tx-lzgallery-pi1-1x1-1 {font-size:12px;font-face:bold;border-bottom:1px solid lightgray;}
.tx-lzgallery-pi1-1x1-2 {font-size:12px;border:1px solid lightgray;margin:3px 3px 3px 3px;}
.tx-lzgallery-pi1-1x1-filename {font-size:10px;font-style:italic;}

.tx-guestbook-list-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-list-row { background-color: #FFFFFF; }
.tx-guestbook-list-rowleft { background-color: #EEEEEE; }
.tx-guestbook-list-entrycomment-title {font-weight: bold; }
.tx-guestbook-list-entrycomment { font-style: italic; }
.tx-guestbook-list-small { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
.tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small { font-size: 9px; color: #666666; }
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#539521; font-size:12; color:#333333; width:100; height:20; }
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#539521; font-size:12; color:#333333; width:150; height:20; }
.tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#539521; font-size:12; color:#333333; width:250; }
.tx-guestbook-form-obligationfield { color: #CC0000; }
.tx-guestbook-form-error { color: #CC0000; }

.tx-thmailformplus-pi1 H2 { margin-top:0px; margin-bottom:0px; }

/* gallerie - listing */
#tx-lzgallery-pi1-listing {border-style:dotted;border-width:1px;border-color:#00008c;border-collapse:collapse;font-size:12px;padding:0px;font-family:verdana}
#tx-lzgallery-pi1-listing tr.line1 {background-color:lightgrey;color:black;}
#tx-lzgallery-pi1-listing tr.line1 td.startdate{white-space:nowrap;}
#tx-lzgallery-pi1-listing tr.line1 td.count{white-space-nowrap;padding-left:20px;}
#tx-lzgallery-pi1-listing td.preview {padding:0px;width:80px;padding-left:4px;}
#tx-lzgallery-pi1-listing td.title {font-size:16px;font-face:bold;padding-left:10px;width:80%;}
#tx-lzgallery-pi1-listing tr.line2 {padding:0px;}
	
#tx-lzgallery-pi1-listing a {color:black;}	
#tx-lzgallery-pi1-listing #line-descr-short {border-top-width:1px;border-top-style:dotted;border-top-color:#00008c;}
#tx-lzgallery-pi1-parent-descr-short {padding:4px 4px 20px 4px;}
#tx-lzgallery-pi1-parent-title {font-size:20px;padding:4px 4px 4px 4px;}
#tx-lzgallery-pi1-parent-count {padding:4px 4px 4px 4px;}
#tx-lzgallery-pi1-parent-subcount {padding:0px 4px 4px 4px;}
#tx-lzgallery-pi1-listing td.information {font-size:10px;white-space:nowrap;}

/* gallery - album  */
#tx-lzgallery-pi1-fotonav td {text-align:center;padding-left:15px;}
#tx-lzgallery-pi1-fotonav td.descr {color:#00008c;}
#tx-lzgallery-pi1-fotonav {background-color:lightgrey;border-color:#00008c;border-style:solid;border-width:2px;font-family:verdana;}
#tx-lzgallery-pi1-fotos {border-width:2px;border-style:solid;border-color:#00008c;text-align:center;padding:5px 5px 5px 5px;background-color:white;border-collapse:collapse;font-family:verdana;}
#tx-lzgallery-pi1-fotos td {text-align:center;padding:0;border-style:solid;border-width:1px;border-color:#00008c;padding:3px;}
#tx-lzgallery-pi1-title {border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#00008c;text-align:center;margin-bottom:20px;font-size:20px;}
#tx-lzgallery-pi1-descr-long {margin:5px 5px 15px 5px;text-align:justify;}

/* gallery - annotations */
.tx-lzgallery-pi1-5x5-filename {font-size:10px;font-style:italic;}
.tx-lzgallery-pi1-1x1-1 {font-size:12px;font-face:bold;border-bottom:1px solid lightgray;}
.tx-lzgallery-pi1-1x1-2 {font-size:12px;border:1px solid lightgray;margin:3px 3px 3px 3px;}
.tx-lzgallery-pi1-1x1-filename {font-size:10px;font-style:italic;}

.tx-srfreecap-pi2-image { margin-left: 1em; }
.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }

.tx-ttnews-browsebox TD { font-size:10px; }
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight:bold; }
.tx-ttnews-browsebox-SCell { background-color:#EEE; }
