﻿/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**
*/

@media all
{

/* Formatierung der Seite */
body { background: #fff; padding: 2em;	}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ border-left: 1px #fff solid; border-right: 1px #fff solid; background: #fff; }
#page_margins {border-left: 0px #666 solid; border-right: 0px #666 solid;  min-width: 968px; max-width: 100em; margin:auto;}

/* Formatierung der Kopfbereiches */
#header { height: 5em; color: #000; background: #B0AAA2 url(../../images/header_background_02.png) repeat-x top; margin-right: 0px; margin-bottom: 0px; border-top: 0px solid #bbb;}
#header img {margin: 0px 0 0 0px; font-size:208%;}

/* Formatierung der Fußzeile */
#footer { color:#787878; margin: 0; padding: 0; line-height: 0.4em; border-bottom: 0px #fff solid; background: #fff; 
font-size: 0.875em; text-align:left;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: #fff ; padding: 1em 0; } 

/* linke Spalte */
#col1_content { margin-left: 0em; margin-right: 0em; color: #444; background:inherit; }

/* Mittlere Spalte */
#col2_content { margin: 2.5em 0 2em 0; }

/* Rechte Spalte */
#col3_content {	margin-top: 2.5em; border:1px solid #efefef;}



/* ######################################################################################################
** ### Formatierung des Teasers der Startseite ##########################################################
** ######################################################################################################
*/

#teaser { 
	margin: 0em 1em 0em 1em; 
	background: #f4f4f4; 
	border-bottom: 1px #ccc solid; 
	padding: 0.5em 0em 0em 30px; 
	color: #5f5d75; 
}

#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: '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; 
}

} 

