@charset "iso-8859-1";

/**********************************************
	Radio FM1 - Ostschweizer Regional Radio
	www.radiofm1.ch - Mobile-CSS
	-------------------------------------------
	Internet Tagblatt Medien - Petra Weiss
***********************************************/

/*************************************************************************************************/
/**** GLOBAL *************************************************************************************/
/*************************************************************************************************/
html, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, hr, img, table, caption, th, td, form, fieldset, legend, label, input, textarea, select, iframe {
	color: #555;
	text-align: left;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: small;
	line-height:1.2em;
	color:#fff;
	background-color: #fff;
	border:0px;
	padding:0;
}
a:link {
	color: #00b4dc;
	text-decoration: none;
}
a:visited {
	color: #00b4dc;
	text-decoration: none;
	border: 0;
}
a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
	border: 0;
}
/*************************************************************************************************/
/**** Container **********************************************************************************/
/*************************************************************************************************/
#mobile {
	width: 100%;
	margin: 0.31em 0 0 0.44em;
}

/**** HEAD ******************/
#mobile_head .logo {
	float: left;
	margin-bottom: 0.63em;
	border:none;
}

#mobile_head .date {
	padding-top: 1em;
	font-size: smaller;
	text-align: right;
	border: 0;
}

/**** NAVI ******************/
#mobile_nav {
	padding: 0px 0 1.88em 0;
}
#mobile_nav ul {
	margin: 0;
}

#mobile_nav li {
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
	float: left;
}

/**** INHALT ******************/
#mobile h1 {
	font-size: large;
	color:#00b4dc;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0 0 0.5em 0;
}

#mobile h2 {
	margin: 0.2em 0 0.2em 0;
	font-size: small;
	font-weight:bold;
}

#mobile p {
	margin: 0 0 0.7em 0;
	padding: 0 0 0.6em 0;
	border-bottom: #555 1px solid;
}

#mobile img {
	margin: 0 0.31em 0 0;
	float: left;
}

#mobile .icon {
	padding: 0;
	margin: 0 0.2em 0 0;
	float: left;
	border: 0;
}

#mobile .rubrikentitel {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border: 0;
}

/*************************************************************************************************/
/**** Bottom *************************************************************************************/
/*************************************************************************************************/
#footer  {
	font-size: smaller;
	padding-top:0.9em;
}
