/** 
 * s-at.ch
 * 
 * css style definitions for s-at.ch july 2009
 * 
 * @author  Markus Howald 
 * @see     http://www.s-at.ch/ 
 * @copyright copyright(c) Klink GmbH
 * @date 2009-07-31
 * @media iphone
 *
 * @colordef #8C7A61; grey
 * @colordef #009AC5; blue 
 */ 


/** 
 * @section general
 * 
 * general styles
 */ 
 
* {
	-webkit-text-size-adjust:none;
}

.tel-browser {
	display:none;
}

.tel-iphone {
	display:inline;
}

.tel-iphone .button {
	margin:-6px 0;
	/*width:60px;*/
	/* for control width that varies according to text length, use the following instead of width: 60px */
	padding: 0 17px 0 17px;
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	background-color:#4c566c;
	-webkit-border-radius:11px;
	float:right;
	text-align:center;
	line-height:62px;
}		


/** 
 * @section main
 * 
 * definitions for general frame: main, head, left and right
 */ 

#main {
	width:38.5em;
}

#head {
	padding-left:1em;
}
