/* ######################################################################################################
** # "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 { padding: 0 0 0 0; text-align:center; background: url(/layout/site/bg_site.gif) #f3f3f3; }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page_margins { min-width: 756px; max-width: 1280px; margin:auto; text-align:left; }
#page { background: #f3f3f3; margin:0; padding:0; }

/* Formatierung der Kopfbereiches */
#topnav { position:static; height:2.4em; }
#topnav ul { text-align:right; padding:10px 7px 0 0; margin:0; }
#headerimages { background: url(/layout/site/headerimage.jpg) no-repeat; background-position: 220px 0; }
#qm_logo { float:left; margin-left:-1px; }
#sitetitle { margin-left:221px; margin-top:129px ; padding-bottom:9px; }

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: #f3f3f3; } 

/* linke Spalte */
#col1 {	float:left; width: 220px; }	
#col1_content { background:inherit; }
#logo_container { margin-top:45px; text-align:center; clear:both;}
#logo_container a:hover, #logo_container a:focus, #logo_container a:active { background: #f3f3f3; }

/* rechte Spalte */
#col2 {	float:right; width: 15.5%; }
#col2_content { margin-top: 0.9em; }

/* Mittlere Spalte */
#col3 { margin: 0 17% 0 220px; }
#col3_content { margin: 0 1em 0 2.2em; padding: 1.4em 0 4em 0; }
/*#clickpath { margin-bottom:2.8em; }*/
/*#pagenav { float:right; margin:0 0 0 1em; padding-right:43px; }
#pagenav { position:absolute; right:43px; }*/
#pagenav { text-align:right; margin:0.9em 0 1em 0;}
#printlink_container { margin-bottom:1em; }

.hidden { 	
	position: absolute;
	left: -1000em; 
	width: 20em;
}

}