@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

#page_margins { border: 0px; }

#page { border: 0px; }

/* Body in Giftgruen, ohne Hintergrundbild */
  body { background: #FFFFFF; padding: 10px 0; }

#header { background: #FFFFFF; }

#header img { font-size:208%;
left:10px;
position:absolute;
top:15px;
}

#header div.tx-macinasearchbox-pi1 { bottom:85px;
font-size:11px;
position:absolute;
right:10px;
}

#topnav { color:#000000; }

#topnav a { color:#000000; }

#topnav { top:10px; }

#nav_main { background:#C0C0C0 url(../../../../../../../fileadmin/img/shiny_buttons/background.gif) repeat-x scroll right center; 
			border-bottom:0px solid #333333; 
			border-top:0px solid #333333; }

#nav_main ul li#current { background:#272727 url(../../../../../../../fileadmin/img/shiny_buttons/background_active.gif) repeat-x scroll right center;
							border-left:1px solid #444444;
							border-right:1px solid #888888; }

/* helles dunkles Blau #C3C7E0 */
#teaser { background: #878FC1 none repeat scroll 0%;
			color:#000000; }

#submenu li#title { background-color:#FFFFFF;
border-bottom:4px solid #878FC1;
color:#444444;
font-weight:bold;
padding:1px 0px 1px 10%;
width:90%; }

#submenu li a:focus, #submenu li a:hover, #submenu li a:active { background-color:#0F1E83;
color:#FFFFFF; }

#submenu li#active, #submenu li strong {
	background-color:#0F1E83;
	border-bottom:1px solid #EEEEEE;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 0px 1px 10%;
	width:90%;
}

h1 { background:transparent none repeat scroll 0%;
border-bottom:1px solid #CCCCCC;
color:#000000;
font-size:1.3em;
margin:1.1em 0pt 0.5em;
}

h3 {
	background:transparent none repeat scroll 0%;
	color:#000000;
	font-size:1.1em;
	margin:1.1em 0pt 0.3em;
}


a, a em.file {
	color:#0F1E83;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
    background-color:#cacee3;
}

#submenu li a { width: 90%; padding-left: 10%; background-color:#cacee3; color: #444; }


  /* Level 2 */
  #submenu li ul li a,
  #submenu li ul li#active,
  #submenu li ul li strong,
  #submenu li ul li span { background-color:#0F1E83; width: 85%; padding-left: 15%; }

  #submenu li ul li a { background-color:#f8f8f8; color: #666; }
  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { background-color:#0F1E83; color: #fff; }

  /* Level 3 */
  #submenu li ul li ul li a,
  #submenu li ul li ul li#active,
  #submenu li ul li ul li strong,
  #submenu li ul li ul li span { width: 80%; padding-left: 20%; }

  #submenu li ul li ul li a { background-color:#fcfcfc; color: #888; }
  #submenu li ul li ul li a:focus,
  #submenu li ul li ul li a:hover,
  #submenu li ul li ul li a:active { background-color:#0F1E83; color: #fff; }

dd.csc-textpic-caption {
background-color:#EEEEEE;
font-size:0.8em;
font-style:normal;
padding:3pt;
}

.csc-textpic-caption { 
padding: 3px;
}

table.contenttable td {
text-align:left;
vertical-align:top;
}

}

