/* CSS Document */
body {
	margin:0;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
#page {
	width:990px;
	margin:0 auto;
}

#header {
	height:125px;
	background:url(http://www.mymobileworld.de/test/images/top.jpg) no-repeat ;
}

#top_tipp {
	height:17px;
	font-size:12px;
	padding-top:2px;
	text-align:right;
	background:url(http://www.mymobileworld.de/test/images/top1.jpg) no-repeat;
}


#top_title{
	position:relative;
	float:left;
	left:10px;
	top:38px;
	width:232px;
	font-size:12px;
	font-weight:bold;
	height: 59px;
}
#top_title p {
	padding:0;
	margin:0;
	padding-top:3px;
}
/*Werbung*/
#ads_top {
	float:right;
	
	width:728px;
	height:90px;
	position:relative;
	right:10px;
	top:4px;
}
#ads_one {
	width:290px;
	height:260px;
	float:left;
}
#ads_two{
	width:310px;
	height:260px;
	float:left;
}
#ads_three{
	width:158px;
	height:610px;
	margin-left:15px;
	/*background-color:#FEBF04;*/
	text-align:center;
}

.hori_delimiter {
	width:2px;
/*	background:#9DD1DD;*/
	border-left:2px solid  #9DD1DD;
	height:260px;
	float:left;	
	margin:0 5px;
}

/*Inhalt*/
#content {
	float:left;
	width:580px;
	padding:10px;
}
#navi_top {
	clear:both;
	position:relative;
	left:325px;
	top:12px;
	width:630px;
	height:20px;
}
#navi_top ul {
	padding:0;
	margin:0;
}
#navi_top ul li {
	display:inline;
	font-weight:bold;
	border-left:2px solid #9DD1DD;
	padding-left:2px;
	color:#FFFFFF
}
#navi_top li.first,
#navi_top li.last {
	border:none;
}
#navi_top a {
	color:#FFFFFF;
	text-decoration:none;
}
#navi_top a:hover {
	text-decoration:underline;
}

/*Top Überschrift */
#heading h1 {
	text-align:center;
}

/*Rechte Navigation*/ 
#navi_right,
#navi_right2 {
	float:left;
	width:180px;
	/*padding:10px;*/
}


.navi_box {
	width:168px;
	padding:5px;
}
.navi_box .title {
	background:url(http://www.mymobileworld.de/test/images/category.jpg) no-repeat;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	height:26px;
}
.navi_box .links  ul{
	margin:0;
	padding:3px;
	margin-left:10px;

	list-style:none;
	border:1px solid #000000;
	border-top:none;
}
.navi_box .links li {
	padding:4px;
}

.left {
	float:left;
	width:180px;
}
.right {
	float:right;
	width:180px;
}

a {
	color:#0000FF;
}

