/* ######################################################################################################
** # "YAML to Joomla Template" (c) by Reinhard Hiebl (www.to-joomla.de - www.hieblmedia.de) #############
** ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  Template Version: 2.6.2
**  YAML Version    : 2.5.2
**  Datum           : 01.11.06
**  Datei           : basemod.css
**  Funktion        : Basis-Modifikation f?r das Layout des YAML-Tutorials
**
*/

@media all
{

/* Formatierung der Seite */
/* body { background: #FDF8D5; padding: 0px;	} */
body { background: #FDF8D5;}
#header img, #nav_img, #toolbar_box img, #footer img { border:0; }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
/* #page{background: #FDF8D5; } */
/*#page_margins {border: 0px #741A19 solid; }*/

/* Die Seitenbreite und Ausrichtung wird vorranging von der Konfigurations-Komponente gesteuert */
#page_margins {
	min-width: 756px;
	max-width: 100em;
	margin:auto;
}

/* Formatierung der Kopfbereiches */
#header { height: 68px; color: #fff; background: #FDF8D5; }
/* #header { height: 57px; color: #fff; background: #B7770B; } */
/* #header img { margin: 0px 0 0 0px; font-size:208%; border:0; } */
#header img { margin: 0px 0 0 0px; }

/* Formatierung der Fußzeile */
#footer { color:#888; background:#FDF8D5; margin: 1em; padding: 1em 0 0 0; border-top: 1px #ddd solid; line-height: 2em;}

/* ######################################################################################################
** # "YAML to Joomla Template" (c) by Reinhard Hiebl (www.to-joomla.de - www.hieblmedia.de) #############
** ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: #FDF8D5; } 

/* linke Spalte */
#col1 {	width: 190px; }	
#col1_content { margin-left: 0.5em; margin-right: 0.5em; color:#986000; background:inherit; }

/* Rechte Spalte */
#col2 {	width:230px; }
#col2_content {	margin-left: 0.5em; margin-right: 0.5em; }

/* Mittlere Spalte */
#col3
{
  	margin-left: 190px; 
   	margin-right: 230px; 
	border-left: 0px dotted #ddd;
	border-right: 0px dotted #ddd;
}

#col3_content { margin-left: 0.5em; margin-right: 0.5em; margin-top:1em; }

/* ######################################################################################################
** # "YAML to Joomla Template" (c) by Reinhard Hiebl (www.to-joomla.de - www.hieblmedia.de) #############
** ######################################################################################################
** ### Formatierung der toolbar_box  ####################################################################
** ######################################################################################################
*/

#toolbar_box { 
	margin:0; 
	padding: 0; 
	background: #F8CF8B; 
/*	color: #741A19; */ 
	border-bottom:1px solid #eaeaea;
/*	font-size: 0.82em; */
	position:relative;
	clear:both;
}
#toolbar_box a {color:#741A19;}
#toolbar_box a:hover, #toolbar_box a:focus {background:transparent;}

#toolbar_box div {float:left; width: auto; margin-right: 1em; }

/* #toolbar_box .tool_pathway {padding:0.4em 0 0 1em; } */
#toolbar_box .tool_pathway {padding:0.2em 0.2em 0.2em 0.2em; }

#toolbar_box .tool_module {float:right; padding-top:0.4em; margin-right:0;}

#toolbar_box .tool_searchbox {float:right; padding-top:0; margin-right:0; }
#toolbar_box .tool_searchbox .inputbox {
	border:0;
	border-left:1px solid #eaeaea;
	background:transparent;
	padding:0.45em 0.2em;
}

#toolbar_box .tool_fontsize {float:right; padding-top:0.3em; padding-right:0;}
#toolbar_box .tool_fontsize a {color:#741A19;}
#toolbar_box .tool_fontsize a:hover {background:transparent;}


/* ######################################################################################################
** # "YAML to Joomla Template" (c) by Reinhard Hiebl (www.to-joomla.de - www.hieblmedia.de) #############
** ######################################################################################################
** ### Formatierung des Teasers der Startseite ##########################################################
** ######################################################################################################
*/
#teaser { 
	margin:0; 
/*	background: #FDF8D5; */
	background: #FFFFFF; 	
	border-bottom: 1px #ccc solid; 
	padding: 0.5em 0em 0em 0em; 
	color: #B7770B; 
}

#teaser div {float:left; width: auto; margin-right: 1em; }
#teaser .block1 {padding-top:1em; font-size: 0.82em; }
#teaser .block3 {width: 50%; padding-top:0.5em; font-size: 0.82em; }

#teaser .block3 .title {
	font-family: Arial, Helvetica, Sans-Serif; 
	display:block;
	font-size: 1.2em; 
	font-weight:bold; 
	color: #741A19;  
	background:inherit;  
	margin: 0 0 0.5em 0; 
}

} 
