@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation f�r das Layout des YAML-Tutorials
**  Checked with http://jigsaw.w3.org/css-validator/ 13.8.07 - DB
*/

@media all
{

body {margin 0; padding: 0; height: 100%;}

/* ####################################
** ### Borders around page ############
** ####################################
*/
#page{background:#fff;box-shadow: 0 -10px 80px 2px rgba(0, 0, 0, 0.2); padding-top: 5px; padding-bottom: 5px; min-height: 100%; border-right: 1px solid #DDDDDD\9; border-left: 1px solid #DDDDDD\9;}
#page_margins {width:990px; margin:auto; height: 100%;}

/* ####################################
** ### Header #########################
** ####################################
*/
#header {position:relative; height:140px; color:#fff; background:#ffffff;}
#header img {position:absolute; top:17px; left:10px; font-size:208%;}
#header h1 span {display:block; height:1px; width:1px; overflow:hidden; line-height:105px;}
#header div.tx-macinasearchbox-pi1 {position:absolute; bottom:5px; right:10px; font-size:11px;}
#header div.tx-macinasearchbox-pi1 input {margin-left:0;}
#header div.tx-macinasearchbox-pi1 form span {display:block; font-weight:bold; color:#aaa;}
#header div.tx-macinasearchbox-pi1 form input {width:170px; height:13px; border-color: #DDDDDD;}
#banner {position:absolute; top:20px; right:10px; z-index:10;}
#banner img {position:relative; top:0px; left:0px; font-size:100%;}
#topnav {top:90px; font-size:13px;}

/* ####################################
** ### Footer #########################
** ####################################
*/
#footer {color:#888; background:#fff; margin:3em 1.2em 1em 17.7em; padding:1em 0 0 0; border-top:1px #ddd solid; line-height:2em;}

/* ####################################
** ### Content columns ################
** ####################################
*/
#main {background:#fff ; padding-top:0;}

/* linke Spalte */
#col1 {width:22.5%;}
#col1_content {margin-left:1em; margin-right:1em; color:#444; background:inherit; min-height: 35em;}

/* Rechte Spalte */
#col2 {width:25%;}
#col2_content {	margin-left:1em; margin-right:1em;}

/* Mittlere Spalte */
#col3 {margin-left:22.5%; margin-right:25%;}
#col3_content {margin-left:1em; margin-right:1em;}

/* ####################################
** ### Teaser #########################
** ####################################
*/
#teaser {margin:0; padding:0; background:#a0122c; color:#000;}
#teaser div {float:left; width:auto; margin-right:2em; font-size:12px;}

#teaser .rootline {margin:6px 0 4px 10px; color: #FFF;}
#teaser .rootline a {color:#E89C9C;}
#teaser .rootline a:hover {background:transparent;}

#teaser .langMenu {float:right; margin:3px 10px 0 0;}
#teaser .langMenu a:hover {background:transparent;}
#teaser .langMenu img {margin-top:3px;padding-right:3px;}

#teaser .selectFontSize {float:right; margin:6px 10px 0 0;}
#teaser .selectFontSize a {color:#334;}
#teaser .selectFontSize a:hover {background:transparent;}

#teaser .aktDatum {float:right; margin:6px 20px 4px 0;}

#header input { border: 1px solid #000;}

h1.title {
	border-bottom: 0;
	color: #4E5155;
	font-size:2em;
	margin:37px;
	text-align:center;
}

#nav { display: none; }

  /* Sitemap */
  
  .tx-flseositemap-pi1 { background: transparent url(/fileadmin/img/sitemap_bg.gif) repeat-y top left; overflow:hidden; }
  .tx-flseositemap-pi1 ul { list-style-type: none; margin: 0; }
  .tx-flseositemap-pi1 li { list-style-image: none; padding: 0 15px; float: left; width: 166px; margin-left: 0px; }

  .tx-flseositemap-pi1 ul li { background: transparent url(/fileadmin/img/sitemap_bg1.gif) no-repeat top left; }
  .tx-flseositemap-pi1 ul li a { color: #000; font-weight: bold; line-height: 30px; }
  .tx-flseositemap-pi1 ul li ul { background: transparent; margin-top:20px; }
  .tx-flseositemap-pi1 ul li ul li { background: transparent; padding: 0 0 8px 0; }
  .tx-flseositemap-pi1 ul li ul li a { color: #1E6289; font-weight: normal; line-height: 20px; }
  .tx-flseositemap-pi1 ul li ul li ul { margin: 2px 0 0 6px; }
  .tx-flseositemap-pi1 ul li ul li ul li { padding: 0; }
  .tx-flseositemap-pi1 ul li ul li ul li a { color: #1E6289; }

}

fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label, fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label {
color: #1E6289;
}