/* ######################################################################################################
** # tizian@ansichtsache.com based on YAML (c) by Dirk Jesse (http://www.yaml.de) #######################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation
**
*/

@media all
{

/* Formatierung der Seite */
body {
	background-image: url(../../img/shared/bg.gif);
	background-repeat: no-repeat;
	background-color: #00648C;
}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ border: 0px #667 solid; }
#page_margins {min-width: 756px; max-width: 100em; margin:auto;}

/* Formatierung der Kopfbereiches */
#header {
	height: 200px;
}

/* Formatierung der FuÃ�ï¿½zeile */
#footer { color:#888;  margin: 0 1em 0 360px; padding: 1em 0; line-height: 2em;}

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

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

/* Mittlere Spalte */
#col3
{
	margin-left: 350px;
	margin-right: 15%;
	overflow: visible;
}

#col3_content { margin-left: 1em; margin-right: 1em; 	overflow: visible;
}


} 
