/*
 * readmore.de XHTML/CSS
 * Mobil
 */


* { margin:0;padding:0;overflow-x:hidden; }

body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	background-color: white;
}

.clear { clear:both;}
.ofhidden { overflow:hidden;}
.floatr { float:right;}
.floatl { float:left;}
.block { display:block;}

#header {
	background:url(http://images-www.readmore.de/mobil/page/header.gif) top left no-repeat;
	width:320px;
	height:103px;
	display:block;
}

#container {
	width:320px;
	display:block;
}

#overview {
	font-size:bold;
	width:32opx;
	display:block;
}

#footer {
	text-decoration:none;
	vertical-algin:center;
	font-size:16px;
	padding-left: 10px;
	padding-top: 7px;
	color: #0071d7;
	display:block;
	padding-right: 35px;
	overflow-x:hidden;
}

#footer a {
	text-decoration:none;
	font-size:16px;
	color: #333333;
	display:block;
	padding-right: 35px;
	overflow-x:hidden;
}

#overview a {
	background:url(http://images-www.readmore.de/mobil/page/blue.gif) no-repeat right center;
	height:40px;
	text-decoration:none;
	vertical-algin:center;
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-left: 10px;
	padding-top: 7px;
	color: #0071d7;
	display:block;
	padding-right: 35px;
	overflow-x:hidden;
}

#overview_cont {
	font-size:bold;
	display:block;
}

#overview_cont a {
	background:url(http://images-www.readmore.de/mobil/page/blue.gif) no-repeat right center;
	text-decoration:none;
	vertical-algin:center;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-left: 10px;
	padding-top: 9px;
	color: #0071d7;
	display:block;
	padding-right: 35px;
}

#static a {
	background:url(http://images-www.readmore.de/mobil/page/grey.gif) no-repeat right center;
	height:45px;
	text-decoration:none;
	display:block;
	vertical-algin:center;
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-left: 10px;
	padding-top: 9px;
	color: #333333;
	background-color: #f1f1f1;
}

#title {
	font-size:22px;
	font-weight:bold;
	padding-left:10px;
	color:#333333;
	background-color:#f1f1f1;
}

#content {
	font-size:14px;
	text-align:justify;
	padding-left: 8px;
	padding-right: 8px;
}

#subtitle {
	font-size:12px;
	padding-bottom:10px;
}

#cont_title {
	font-size:16px;
	color:#2b91ff;
	padding-bottom:10px;
	font-weight:bold;
}

#cont_date {
	font-size:12px;
	padding-bottom:10px;
}



.coverage {
	color:#121212;
}

.map {
	display:block;
	width:320px;
	float:left;
}

.team {
	display:block;
	width:125px;
	float:left;
}

.score {
	display:block;
	width:40px;
	float:left;
}

.right { text-align:right;}
.left { text-align:left;}
.center { text-align:center;}
.justify { text-align:justify;}
.vtop { vertical-align:top;}

.i { font-style:italic;}
.b { font-weight:bold;}
.u { text-decoration:underline; }
.s { text-decoration:line-through; }
.bold { font-weight:bold;}

.black { color:black;}
.white { color:white;}
.red { color:red;}
.dred { color:#8b0000; }
.green { color:green;}
.gray { color:#A5A5A5;}
.dgray { color:#333333;}
.hgray { color:#666666;}
.rmblue { color:#0071d7;}
.dblue { color:#00008b; }
.orange { color:#FF8C00;}
