/* ######################################################################################################
** ### Globale Layoutanpassungen ########################################################################
** ######################################################################################################
*/

/* "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.deejay-home.de)
*/
/* Festlegung der Layoutbreite und Zentrierung */
#page_margins
{
	width:995px; 
        margin-top:0px;
        margin-left:auto;
        margin-right:auto;
	padding: 0px;
	background-color: #fff;
        border-top: solid 1px rgb(100,100,100); 
	/* border:solid 1px  red; */
        min-height:1400px;
}



/* ######################################################################################################
** ### Formatierung Bl�cke: Kopf, linke und rechte Spalte, Content und Footer ###########################
** ######################################################################################################
*/

/* Kopfbereich */

/* Linke Spalte */
#col1
{
        position:static; 
        float:left;
	left: 3px; 
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}
/* Rechte Spalte */
#col2
{
        position:static;
        /* left:830px; */
	width: 160px;
        height:auto;
        background-color:brown; 
        background-color: #fff;
	margin: 0px;
	padding:  0px;
	font-size: 1.2em;
	border-left: solid 1px rgb(215,215,215); 
}

.rightitem
{
	padding:5px;
	margin:0px;
	margin-top:10px;
}




/* Mittlere Spalte */
#col3
{
	position: static;
        float:left;
	/* left: 165px; */
         height:auto;
	margin: 0 0px 00px 00px;
	border-left: solid 1px rgb(215,215,215); 
	border-right: solid 1px rgb(215,215,215); 
	padding: 0 20px 0 20px;
	line-height: 1.6em;
	text-align: left;
	background-color: #fff;
	min-height:500px;
        width: 625px;
        font-size: 1.2em;


}


