/*----------------------------------
klettern_3spalten.css
(c) 2006 Andreas Hiller

Internet-Seiten der Bergsportabteilung des SVB
------------------------------------*/

/* --------------------------------
Layout 3-Spalten
-----------------------------------*/

#content {
	position: absolute;
	top: 144px;
	left: 20px;
	z-index: 2;  
	color:black;
	background-color: #054A87;
	width: 845px;
	padding: 0px;
	margin: 0px;
}

#centercolumn {
  position: relative;
	padding-top:40px;
	padding-bottom: 40px;
	padding-left: 30px;
	min-height: 350px;
	margin-left: 140px;
	padding-right: 200px;
	background-color: #f7f7f7;
}
*HTML #centercolumn {
	height: 350px;
}


#leftcolumn {
	position: absolute;
	top: 145px;
	left: 20px;
	z-index: 3; 
	width:140px;
	background-color: #054A87;
}

*HTML #leftcolumn {
	width:100px;
}

#rightcolumn {
	position: absolute;
	top: 35px;
	left: 650px;
	padding-top: 4px;
	width: 180px;
}

