/*
CSS für Redaxo
*/

dfn, .dn, .null, .nu, span.hier {
   position:absolute;
   left:-1000px;
   top:-1000px;
   width:0px;
   height:0px;
   overflow:hidden;
   display:inline;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft    { float:left; }
.floatRight   { float:right; }
.links        { text-align:left;}
.rechts       { text-align:right;}
.mitte        { text-align:center;}
.bildlinks    { float:left; margin-right: 5px;}
.bildrechts   { float:right; margin-left: 5px;}
.info         { border-top: 1px solid #000; border-bottom: 1px solid #000; }

.box  {
	margin-bottom: 10px;
}

.boxtitel  {
	color: #000;
	text-align: center;
	font-weight:bold;
	font-size: 1.1em;
	padding: 3px 0;
	background: #F7FFD5;
}

.box_center  {
	text-align: center
}

#form-module *
{ padding:0px; margin:0px; }

#form-module

{ margin:0px; padding:0px; width:520px; background-color:#fff;

color:#666; font-family:verdana, arial, helvetica, sans-serif; font-size:0.9em;}

#form-module fieldset
{ border:0px solid #fff; }

#form-module legend
{ display:none; }

#form-module p
{ margin:0; padding:2px; font-size:0.9em; font-weight:bold; }

#form-module .element
{ display:block; clear:both; background-color:#fff;}

#form-module label
{display:block; float:left; padding:2px; width:120px;  }

#form-module label.checkbox
{width:372px; border-left:2px solid #fff; border-right:none; }

#form-module input,
#form-module select,
#form-module textarea
{ float:left; margin:5px; width:295px; border:1px solid #333; }

#form-module input.text
{ height:20px; }

#form-module input.checkbox
{ width:120px; padding:0; border:none; }

#form-module input.submit
{  text-align:center; margin:5px auto 5px auto; padding:2px 5px; border:1px solid #333;
background-color:#fff; color:#666;
font-family:verdana, arial, helvetica, sans-serif;
cursor:pointer; }

#form-module input.submit:hover
{ background-color:#f7f7f7; color:#000; }

#form-module label.textarea,
#form-module textarea.textarea
{ height:auto; }

#form-module-thanks
{ display:block; color:#666;
font-family:verdana, arial, helvetica, sans-serif; font-size:1.01em; }

.button
{border: 1px solid #4E5665; background:url(../img/btn.gif);}

.atitel  { display:block; font-weight:bold;}

td#textbereich  ul   {
     margin-left: 16px;
	 padding: 0 0 0 10px;
	 }

td#textbereich li
{ list-style:url(/img/list_sub_1.gif);}

.content_text
{ border: 1px solid #990000; padding: 10px;
 -moz-border-radius: 8px;}

.werbung
{ text-align:center; margin: 0 auto;}

.ebut {
     text-align:center; margin: 20px auto;
	 background: #F7FFD5; font-size: 1.4em;
	 padding: 10px 20px; font-weight:bold;
	 color:#000;  }

.ebut a { color:#000;}

.indexliste { margin: 10px;}
.indexliste a { color:#000;}
#sitemap .sitemaplevel1 li { list-style:none;}
#sitemap .sitemaplevel2 li { list-style:url(/img/list_sub_1.gif);}
#sitemap .sitemapartikel li { list-style:url(/pics/hellblau.gif);}
.flLeft { float:left; margin-right: 6px; }
.flRight { float:right; margin-left: 6px; }

.einsenden {
   padding: 8px 8px;
   margin:15px 6px;
   border-top: 1px solid #000; border-bottom: 1px solid #000;
   background: 	#f5f5f5;
}

.inhalt { background: #000; padding: 10px 6px; }
.inhalt a { color: #fff; font-weight:bold;}
.inhalt a:hover { background: #000; color: #fefefe;}

.formgen {
	font-size: 1em;
	text-align:left;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 450px;
}


/*
Wie sehen die einzelnen Blöcke aus?
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	background-color: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/*
--------- FORMULAR-OBJEKTE ------------
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 210px;
	height: 250px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
	height: 200px;
    width: 200px;
	background-color: #eeeeee;
	margin-left: 4px;
}
#el_0,
#el_1 { height: 15px; }
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #003366;
	font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #003366;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #990000;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 90%;

}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 450px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #990000;
}

#col1_content h2 {clear:both;}

#jaos
	{
	margin:0 auto;
	}

.jaosg_galerie
	{
	text-align:center;
	vertical-align:middle;
	padding:5px;
	}

.jaosg_thumbnail
	{
	margin:5px;
	float: left;
	height: 80px;
	width: 80px;
	text-align: left;
	vertical-align:middle;
	}

.jaosg_nav
	{
	text-align: center;
	}

.jaosg_bild
	{
	text-align: center;
	}

.jaosg_bildbeschreibung
	{
	text-align: justify;
	}

.picasaalbum {
width:100%;
height:auto;
position:relative;
}

.picasathumb {
float:left;
width:250px;
height:200px;
display:block;
text-align:center;
}

