/* ####################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) 
** ####################################################
**  YAML Version: 2.5
**  Dateiversion: 18.06.06  
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
*/

@media all
{

/* Formatierung der Seite */
body { background: #fff; padding: 5px;	}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ border: 1px #aaa solid; background: #fff; }
#page_margins {border: 0px #889 solid; min-width: 756px; max-width: 95em; margin:auto;}

/* Formatierung der Kopfbereiches */
#header { 
	position: relative; 
	height: 50px; 
	color: #513A00; 
 	background: #F4F4F0 url(../../img/bg_banner.png) repeat-x top left ;
}
#header img {position: absolute; top: 10px; font-size:120%;}
#header h1 {position: absolute; top: 3px; left: 13px; border: 0; background:transparent; font-size:140%;}

#banner { position:absolute; top:20px; right:0px; z-index:10; }
#banner img { position:relative; top:0px; left:0px; font-size:100%; }

/* Formatierung Menü oben */
#topnav { 
   top: 10px; 
   right: 10px;
   font-weight: bold ;
   color: #664900 ;
}

/* Formatierung der Fußzeile */
#footer { 
   font-size: 0.82em; color:#888; 
   background:#fff; margin: 0; padding: 0.5em 1em 0.5em 1em; 
   border-top: 1px #ddd solid; line-height: 1.3em;
}


/* #####################################################
** ### Formatierung der Inhaltsspalten 
** #####################################################
*/
#main { background: #fff ; padding-top: 0; } 

/* linke Spalte */
#col1 {	 width: 190px; }	
#col1_content { margin: 0.5em 0.5em 1.5em 0.5em; color: #444; background: inherit;}

/* Rechte Spalte */
#col2 {	width: 180px; }
#col2_content { margin: 1em 0.7em 2em 0.7em; }

/* Mittlere Spalte */
#col3
{
/* margin-left: 22.5%; 
   margin-right: 25%; 
	border-left: 0px dotted #ddd;
	border-right: 0px dotted #ddd;
*/	
	margin: 0; padding:0;
	border-left: 190px #F4F4F0 solid;
	border-right: 180px #F4F4F0 solid;
}

#col3_content { margin-left: 1em; margin-right: 1em; }


/* ############################################
** ### Formatierung der Toolbar 
** ############################################
*/

#teaser { 
	margin: 0em 1em 0em 1em; 
	margin: 0 0 0 0; 
	background: #D5D0BA; 
	padding: 0; 
	color: #513A00; 
}

#teaser div {float:left; width: auto; margin-right: 0.3em; }

#teaser .block1 {padding:0.5em 0 0.4em 0.8em; font-size: 0.82em; }
#teaser .block1 a {color: #513A00;}
#teaser .block1 a:hover {background:transparent;}

/*Block2 und 3 nicht verwendet */
#teaser .block2 {padding:0.5em 0 0.4em 1em; font-size: 0.82em; }
#teaser .block3 {width: 45%; padding-top:0.8em; font-size: 0.82em; }

#teaser .langMenu {float:right; padding-top:0.2em; margin-right:0;}

#teaser .selectFontSize {float:right; padding-top:0.3em; padding-right:1em;}
#teaser .selectFontSize a {color:#334;}
#teaser .selectFontSize a:hover {background:transparent;}
#teaser .TextFontSize {float:right; font-size: 0.9em; padding-top:0.4em; padding-right:0em; }

#teaser .AktDatum {float:right; font-size: 0.9em; padding-top:0.4em; padding-right:1em;}
#teaser .TextAktDatum {float:right; font-size: 0.9em; padding-top:0.4em; padding-right:0em;}

#teaser .block3 .title {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	display:block;
	font-size: 1.2em; 
	font-weight:bold; 
	color: #336699;  
	background:inherit;  
	margin: 0 0 0.5em 0; 
}

} 
