@charset "windows-1252";
html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;    
	height: 100%;
	width: 100%;                  
}
#wrapper{
	width: 100%; 
	height: 100%;
	margin: 0 auto;
	background-color: #FFffff;
}
#nav {
	background-image:url(../iphoneImages/logo.png);
	background-repeat: no-repeat;
	height: 46px;
	
	width: 300px;
}

#nav ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;	
	
	margin: 0;
	margin-top: 5px;
	
}
#nav li{
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	
	
}
#nav li a{
	/*display: block;*/
	
	/*height: 20px;*/
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	text-indent: -9999px;
	
	margin-right: 10px;
}
#nav li a.selected{
	background-position: 0 -20px;
}



#mn_news a{
	background-image: url(../iphoneImages/news.png);
	width: 50px;
}
#mn_about a{
	background-image:url(../iphoneImages/about.png);
	width: 50px;
}
#mn_product a{
	background-image: url(../iphoneImages/product.png);
	width: 90px;
	margin-left: 5px;
}

/*******/
#content{
	margin-top: 20px;
}
#content .artikel{
	margin-left: 15px;
	margin-bottom: 15px;
	
}

#content .artikel h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	margin: 0;
	padding: 0;
	/*background-image:url(../iphoneImages/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 100px;
	background-color:#CCCCCC;*/
	/*padding-left: 5px;*/
}

#content .artikel p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7a7a7a;
	padding-left: 5px;
	padding-right: 20px;
}

#content .about{
	margin-left: 15px;
	margin-bottom: 15px;
	width: 255px;
	min-height: 230px;
}

#content .about h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	margin: 0;
	padding: 0;
	/*background-image:url(../iphoneImages/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;*/
	padding-left: 5px;
}

#content .about p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7a7a7a;
	padding-left: 15px;
}
#content .about li{
	font-family:Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	font-size: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#content .about ul{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}


/********/
#content .product{
	margin-left: 15px;
	margin-bottom: 15px;
	width: 255px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7a7a7a;
}

#content .product h1{
	/*font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222222;*/
	
	font-size: 11px;
	font-weight: normal;
	
	margin: 0;
	padding: 0;
	/*background-image:url(../iphoneImages/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;*/
	padding-left: 5px;
}

#content .product h2{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	
	font-size: 11px;
	font-weight: normal;
	
	margin: 0;
	padding: 0;
	/*background-image:url(../iphoneImages/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;*/
	padding-left: 5px;
}

#content .product p{
	/*font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;*/
	margin: 0;
	padding: 0;
	margin-top: 5px;
	
	color: #7a7a7a;
	padding-left: 20px;
}

#content .product #carpet{
	margin: 15px 0 15px 25px;
}
/*#content .about li{
	font-family:Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	font-size: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#content .about ul{
	margin: 0;
	padding: 0;
	padding-left: 5px;
}*/
