/***********************************************************/
/* alle Margins und paddings für alle Browser auf 0 setzen */
/***********************************************************/
* { 
   margin: 0; 
   padding: 0; 
   border: 0;
}

html { height: 100% } 

/****************************/
/* Allgemeine Deklarationen */
/****************************/
body, h1, h2, h3, h4, h5, h6, div, span, p, ul, dl, ol, li, a, dd, dt, table, tr, th, td, textarea, select, option, input, label {
   font-family: verdana, arial, helvetica, tahoma, sans-serif;   
   font-size: 100%;
   color: #000000;
}

ul, ol
{
   margin: 0px 0 5px 30px; 
   list-style-type: disc;
}

ul ul, ol ol
{
   margin: 0px 0 5px 20px; 
   list-style-type: circle;
}

ul ul ul, ol ol ol
{
   margin: 0px 0 5px 20px; 
   list-style-type: square;
}

ol
{
   margin: 0px 0px 5px 40px;
   list-style-type: decimal;
}

ol ol
{
   margin: 0px 0 5px 30px; 
   list-style-type: decimal;
}

ol ol ol
{
   margin: 0px 0 5px 30px; 
   list-style-type: decimal;
}

/****************************/
/* Standard Links           */
/****************************/
A:link { color: #000066; text-decoration: underline; }
A:hover { color: blue; text-decoration: underline;}
A:visited { color: #000066; text-decoration: underline;}
P, PRE { margin: 0px 0px 0px 0px; }

/****************************/
/* verhindert, dass unter einem Bild so ein merkwürdiger Rand erscheint. Gilt nur für IE7
/****************************/
IMG.trailer {display: block;}

/****************************/
/* Standard-Definitionen für Tabellen und Input-Felder
/****************************/
TABLE, TR, TH, TD {
   padding: 0px;
   margin: 0px;
   border: 1px;
   border-color: #000000;
}

INPUT {
   height: 19px;
   padding-left: 0px;
   font-size: 100%;
   margin: 0px 0px 0px 0px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   vertical-align: middle;
}

SELECT {
   height: 22px;
   padding-left: 0px;
   font-size: 100%;
   margin: 0px 0px 0px 0px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   vertical-align: middle;
}

INPUT.submit {
   height: 22px;
   padding-left: 0px;
   font-size: 99%;
   margin: 2px 2px 2px 2px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   vertical-align: middle;
}

TEXTAREA {
height: 100%;
   padding-left: 0px;
   font-size: 99%;
   margin: 2px 2px 2px 2px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   vertical-align: middle;
}

/****************************/
/* Standard Header          */
/****************************/
H1 { font-size: 160%; }
H2 { font-size: 140%; }
H3 { font-size: 130%; }
H4 { font-size: 120%; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 20px; text-align: center;}

/***************************/
/* General element styles: */
/***************************/
/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H2 A { color: #186900; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 99%; color: #000000; }
P.bodytext A { font-weight: bold; }

HR{
background-color:#D6D6D6; /* Mozilla 1.4 */
color:#D6D6D6; /* IE 6 */
border: #D6D6D6; /* Opera 7.11 */
height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }

/****************************/
/* Hier beginnen die eigenen Spezialdefinitionen für die Seite
/****************************/

/****************************/
/* Ausrichtung und Farbgebung des Bodys
/****************************/
body
{
   margin-left:0px; 
   margin-right:0px;
   margin-top:20px;
   margin-bottom:20px;
   background-color:#D5D5D5;
   text-align:center;
   background-image:url(../images/sommerbackground.jpg);
   background-repeat:repeat;
   background-position:0px 0px;     
}

TABLE.maintable
{
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   width: 900px;
   table-layout: fixed;
   text-align: center;
   margin-right: auto;
   margin-left: auto;
   margin: 0px auto 0px auto;
   background-color: #FFFFFF;
}

TABLE.contenttable TD
{
   padding: 10px;
}

#breadcrumbtable
{
  border-width:0px;
  width:100%;
  background-color: #638354;
  margin-top:1px;
  margin-bottom:1px;
}

#leftcolumn
{
  width:190px;
  background-color: #6DA72E;
  vertical-align:top;
  text-align: left;
}

#contentcolumn
{
  width:700px;
  background-color: #FFFFFF;
  vertical-align: top;
  text-align: left;
}

#overlayimagelinks
{
  position:absolute;
  top:-45px;
  left:200px;
}

#overlayimagerechts
{
  position:absolute;
  top:-35px;
  right:-45px;
}

DIV.rootlineLinks
{
  margin: 0px 0px 0px 0px;
  font-size: 75%;
  color: #FFFFFF;
  vertical-align: middle;
}

A.rootlineLinks:link, A.rootlineLinks:active
{
  margin: 0px 0px 0px 0px;
  font-size: 100%;
  COLOR: #FFFFFF;
  TEXT-DECORATION: none;
}

A.rootlineLinks:visited
{
  margin: 0px 0px 0px 0px;
  font-size: 100%;
  COLOR: #D6D6D6;
  TEXT-DECORATION: none;
}

A.rootlineLinks:hover
{
  margin: 0px 0px 0px 0px;
  font-size: 100%;
  COLOR: #FF40FF;
  TEXT-DECORATION: none;
}

EMBED.ponyhofmap
{
  margin-left:70px; 
}

DIV.spacer
{
  border-bottom: 1px solid #ccc;
  height:5px;
}

DIV.tx-kuloplayer-pi1
{
  text-align: center;
}

DIV.multimedia
{
  text-align: center;
}

/**********************************************/
/* Schrift für Bildernamen in der Gallery2    */
/**********************************************/
p.giTitle
{
  font-size: 100%;
}

INPUT.searchbox_field  {padding: 0px; font-size: 12px; border: 1px solid black; margin: 0px 0px 0px 0px; width: 100px;}
INPUT.searchbox_image  {padding: 0px; font-size: 12px; border: 0px; margin: 0px 0px 0px 0px; width: 21px;}


/*************************************************************************************************/
/**********************************************/
/* CSS für das Hauptmenü auf der linken Seite */
/**********************************************/
#language
{ 
   float: none;
   margin: 5px 0px 0px 0px;
   width: 190px;
   text-align: center;
}

#wrapper
{
   position: relative;
   margin: 0px 0 0 0;
   max-width: 190px;
}

#searchbox
{ 
   float: none;
   top: 0;
   left: 0;
   width: 190px;
   text-align: center;
   margin: 0 auto;
}


/***************************/
/* Menu links              */
/***************************/

#nav
{
   /* 
   - linke randpalte sitzt auf padding von #center
   - absolut positioniert
   - fuer ie max width - bei float funtionierts nicht
   */
   float: none;
   top: 0;
   left: 0;
   width: 190px;
   border: none;
}

#nav div.spacer
{
   padding: 5px 0px 5px 0px;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

#nav ul
{
   margin: 4px 0px 30px 10px; 
   padding: 1px 0px 0px 0px;
   border-top: 1px solid #ccc;
   border-bottom: 3px double #ccc;
   list-style-type: none;
   font-size: 90%;
}

#nav li
{
   margin-left: 0px;
   padding: 1px 0px;
   width: 100%;
   border-bottom: none;
   border-top: 1px solid #ccc;
}

/***************************/
/* Ebene 2                 */
/***************************/

#nav li ul
{
   background: #CCCC66;
   width: 100%;
   font-size: 90%;
   margin: 0px;
   padding: 0px;
   border: none;
   list-style-image: none;     
}

#nav li li
{
   border-bottom: none;
   border-top: 1px solid #ccc;
   font-size: 90%;
   margin: 0px 0px 0px 10px;
   padding: 0px;
   width: auto;
}

/***************************/
/* Ebene 3                 */
/***************************/

#nav li li ul
{
   background: #7EB835;
   width: auto;
   font-size: 95%;
   margin: 0px;
   padding: 0px;
   border: none;
   list-style-image: none;
}

#nav li li li
{
   border-bottom: none;
   border-top: 1px solid #ccc;
   font-size: 95%;
   margin: 0px 0px 0px 10px;
   padding: 0px;
   width: auto;  
}

/***************************/
/* Ebene 4                 */
/***************************/

#nav li li li ul
{
   background: #DADA61;
   width: auto;
   font-size: 95%;
   margin: 0px;
   padding: 0px;    
   list-style-image: none;   
}

#nav li li li li
{
   border-bottom: none;
   border-top: 1px solid #ccc;
   font-size: 95%;
   margin: 0px 0px 0px 10px;
   padding: 0px;
   width: auto;
}

/***************************/
/* Formatierung der Links  */
/***************************/

#nav li a
{
   padding: 3px 3px;
   display: block; 
   height: 1%; /* ANTI-IE-BUG: 2px abstand top der lis */ 
   font-weight: bold;
   text-decoration: none;
}

#nav li a.standort
{
   background: #ccc;
   color: #990000;
   text-decoration: none;
}

#nav li a.current
{
   background: #990000;
   color: #fff;
   text-decoration: none;
}

/* hover */
#nav li a:hover,
#nav li a:active, 
#nav li a:focus, 
#nav li a:hover em,
#nav li a:active em, 
#nav li a:focus em,
#nav li a:hover strong,
#nav li a:active strong, 
#content #nav li a.current:hover,
#content #nav li a.current:active,
#content #nav li a.current:focus
{
   background: #990000;
   color: #fff;
   text-decoration: none;
}

/*************************************************************************************************/
/*******************************************/
/* CSS für die Extension Drop-Down-Sitemap */
/*******************************************/
.tx-dropdownsitemap-pi1 A
{
	font-weight: bold;margin-left: 5px;
}

.tx-dropdownsitemap-pi1 OL LI
{
	list-style-type: none;
}

.tx-dropdownsitemap-pi1 LI.open OL LI
{
	list-style-type: none; display: block;margin-left: 10px;
}

.tx-dropdownsitemap-pi1 LI.closed OL LI
{
	list-style-type: none; display: none;margin-left: 10px;
}

.tx-dropdownsitemap-pi1 DIV
{
	border: solid 1px #DFE2E3;background: #FAFBFB;padding: 3px;margin-bottom: 5px;margin-left: -10px;list-style-type:none;
}

.tx-dropdownsitemap-pi1 DIV.level_1 OL LI
{
	list-style-type: none;
}

.tx-dropdownsitemap-pi1 DIV.level_2
{	
	background: #D6D6D6;margin-left: 0px;
}

.tx-dropdownsitemap-pi1 DIV.level_2 A
{
	font-weight: normal;margin-left: 0px;
}

.tx-dropdownsitemap-pi1 DIV.level_3
{
	background: #FAFBFB;margin-left: 7px;
}

.tx-dropdownsitemap-pi1 DIV.level_4
{
	background: #D6D6D6;margin-left: 7px;
}

.tx-dropdownsitemap-pi1 DIV.level_5
{
	background: #FFFFFF;margin-left: 7px;
}

.tx-dropdownsitemap-pi1 DIV.expAll
{
	text-align: center;border: solid 1px #DFE2E3;background: #FAFBFB;margin-left: 30px;list-style-type: none;
}	

/*************************************************************************************************/
/*******************************************/
/* CSS für die Extension VE GuestBook      */
/*******************************************/
.tx-veguestbook-pi1
{
	font-size:100%;
}

/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error
{
	padding: 1em 0;
	font-weight:bold;
	color:#990000;
}

/* display of result count */
.tx-veguestbook-pi1 .tx-guestbook-result
{
	font-weight:bold;
	float:left;
}

/* pagination */
.tx-veguestbook-pi1 .tx-guestbook-pagination
{
	font-size:75%;
	font-weight:bold;
	float:right;
}

/* styles for list mode */
.tx-veguestbook-pi1 div.tx-guestbook-header
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	clear:both;
	background:#B2B6B6;
	text-align: left;
	display:block;
	font-weight:bold;
	width: 600px;
}

.tx-veguestbook-pi1 h3.tx-guestbook-header
{
	color:#FFFFFF;
	font-size:85%;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.tx-veguestbook-pi1 div.tx-guestbook-metadata
{
	color:#FFFFFF;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	font-size:70%;
}

.tx-veguestbook-pi1 .tx-guestbook-content
{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;	
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000000;		
	font-size:85%;
	width:600px;
	background:#F6F6DB;
}

.tx-veguestbook-pi1 .tx-guestbook-entry
{
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* form styles */
.tx-veguestbook-pi1 .tx-guestbook-field
{
	clear:both;
	width:100%;
	display:block;
        margin-bottom: 10px;
}

.tx-veguestbook-pi1 .tx-guestbook-field label
{
	clear: both;
	display: block;
	float: left;
	width: 148px;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield
{
	float:left;
	width:20em;
        margin-bottom: 10px;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-captcha
{
	float:left;
	width:148px;
        margin-bottom: 10px;
}

.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea
{
	width: 20em;
	display: block;
	float: left;
}

.tx-veguestbook-pi1 div.tx-guestbook-captcha
{
	width: 20em;
	display: block;
	float: left;
	margin-left:148px;
}

.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield
{
	color:#990000;
}

.tx-veguestbook-pi1 .tx-guestbook-clear
{
	clear:both;
	display:block;
}

.tx-veguestbook-pi1 input.tx-guestbook-submit
{
	width:auto;
	height:auto;
	display:block;
}

/*************************************************************************************************/
/*******************************************/
/* CSS für die Extension Indexed Search    */
/*******************************************/

.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }

/* alle selectboxen etwas voneinander absetzen */
.tx-indexedsearch .tx-indexedsearch-searchbox SELECT { margin: 5px;}
.tx-indexedsearch .tx-indexedsearch-searchbox #tx_indexedsearch_extResume { margin: 5px;}

/* die inputs voneinander absetzen und ihre größe bestimmen */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px;margin: 5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px;margin: 5px; }

.tx-indexedsearch .tx-indexedsearch-rules { font-size:90%;}

.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-browsebox { margin-top: 10px; margin-bottom: 10px;}

.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { font-style:italic; border-width:0px;background:#eeeeee;padding:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; padding:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; padding:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px;padding:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle;padding:5px; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon {background:#D6D6D6;border-width:0px;padding:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {background:#D6D6D6;border-width:0px;padding:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent {background:#D6D6D6;border-width:0px;padding:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-number {background:#D6D6D6;border-width:0px;padding:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {background:#D6D6D6;border-width:0px;padding:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-path {background:#D6D6D6;border-width:0px;}

/* 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; }

/* verkleinern der Bildunterschriften */
.csc-textpic-caption { font-size: 0.7em; }

.align-center { text-align: center; }


/*************************************************************************************************/
/*******************************************/
/* CSS für die Extension Powermail         */
/*******************************************/

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
        /* die Legende nicht anzeigen */
        display: none; }
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 120px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input */
	width: 350px;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	/* textarea */
	width: 480px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_7 {
       margin-left: 120px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 120px;
	padding: 3px;
	height:28px;
	font-weight: bold;
	float: left;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
	/* reset button */
	margin: 20px 0 10px 20px;
	padding: 3px;
	height:28px;
	font-weight: bold;
}
input.tx-powermail-pi1_mandatory_submit {
	/* return button */
	margin: 20px 0 10px 20px;
	padding: 3px;
	height:28px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}

div.tx_powermail_pi1_fieldwrap_html_captcha {
       margin-left: 120px;
}
div.tx_powermail_pi1_fieldwrap_html_captcha label {
       display:none;
}

div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
