/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.1
**  Dateiversion: 27.08.06  
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**
*/

@media all
{
/* Formatierung der Seite */
body { 
	background: #d3dbf6; 
	padding: 10px;	
}
/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */

#page_margins {
	border: none; 
	min-width: 900px; 
	max-width: 1200px; 
	margin:auto;}

#page{ 
	border:none;
	background: url(../img/baum.jpg) no-repeat;
	min-height:851px;
}
#header { 
background:none;
height:100px;
}
#footer {
display:none;
}
#main{
background:none;
border:1px solid transparent;
}
#col1 {
width:250px;
}
#col1_content_top{
height:52px;
width:237px;
background:url(../img/tafel_oben.gif) top left no-repeat;
margin:85px 0px 0px 10px;
}
#col1_content_bottom{
background:url(../img/tafel_unten.gif) bottom left no-repeat;
margin-top:-8px;
width:237px;
margin-left:10px;
min-height:273px;
}
#col1_content_b_content{
margin:0px 20px 30px 20px;
}
#col3 {
margin-left:255px;
max-width:910px;
}
#col3_content{
margin-left:10px;
margin-top:30px;
} 
}