/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : basemod_1-3-2.css
**  Funktion    : Variation des Basislayouts - Spaltenanordnung: 1-3-2
**
*/

@media screen
{

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ 
width: 99%;
border: 0px #ccc solid; 
background: url(../../img/_blank.gif) repeat-y right transparent;
}

#page_margins {
background: #fff url(../../img/_blank.gif) fixed repeat-y center;
}

body { color: #444; font-size: 95%; font-family: Arial, Verdana, Helvetica, sans-serif; } /* Ausgangsgröße 75% */

#col3_content.image_big { background: url(../../img/bg_imagebereich_xl.jpg) bottom left no-repeat; min-height: 500px; /*background:  #fdfcf8 ;*/}

.images {margin: 10px 0 0 0px;}

*html .images {margin: 10px 0 0 0px;}

#footer { 
width: 99%; 
background: transparent url(../../img/footer_fade.gif) repeat-x; 
}

/* #col1 wird zur linken Spalte */
#col1 {	width: 300px; }	

/* #col2 wird zur rechten Spalte */
#col2 {	width: 195px; }

/* #col2 wird ausgeblendet */
#col2_imageseite {	display: none; }

/* #col3 wird zur mittleren Spalte */
#col3 {  
	margin-left:0;
	margin-right:0;
	border-right: 195px #f8f7f1 solid; 
	border-left: 300px #f8f7f1 solid;
}

}