/* 
	Standard CSS Style fuer www.t-time.ch
	
	Author: syseca informatik ag, as
	Last updated: 21 September 2007

*/

/*---------------------------------------------------------------------------
 	Inhaltsformatierungen
 ---------------------------------------------------------------------------*/
 
@import url(main.css);

#mainColumn {
	float:left;
	width:449px;
}

* html #mainColumn {
	width: 447px;
}

#content {
	width: 423px;
	min-height:430px;
	border-top:1px solid #68991f;
	border-left:1px solid #68991f;
	border-right:1px solid #68991f;
	background-color:#afc986;
	float:right;
	line-height:17px;
	padding: 0;
}

* html #content {
	width: 419px;
	height: 430px;
}

#rightColumn {
	float:right;
	width: 260px;
}

* html #rightColumn {
	width: 244px;
	margin-right: -7px;
}

.rightBox {
	padding:10px;
	background-color:#afc986;
	border-top:1px solid #68991f;
	border-left:1px solid #68991f;
	border-bottom:1px solid #68991f;
	min-height:115px;
}

h2 {
	border:2px solid #afc986;
}
/*
#mainColumn p {
	margin-left: 0px;
	margin-right: 0px;
}
*/

